The ArchC SPARC-V8 functional model. More...
#include "sparcv8_syscall.H"
Go to the source code of this file.
Defines | |
#define | writeReg(addr, val) REGS[addr] = (addr)? ac_word(val) : 0 |
#define | readReg(addr) REGS[addr] |
The ArchC SPARC-V8 functional model.
The ArchC Team http://www.archc.org/
Computer Systems Laboratory (LSC) IC-UNICAMP http://www.lsc.ic.unicamp.br
Definition in file sparcv8_syscall.cpp.
#define readReg | ( | addr | ) | REGS[addr] |
Definition at line 25 of file sparcv8_syscall.cpp.
#define writeReg | ( | addr, | |||
val | ) | REGS[addr] = (addr)? ac_word(val) : 0 |
Definition at line 24 of file sparcv8_syscall.cpp.