Searched refs:IntOp (Results 1 - 4 of 4) sorted by relevance
/gem5/src/arch/power/insts/ |
H A D | integer.hh | 51 class IntOp : public PowerStaticInst class in namespace:PowerISA 62 IntOp(const char *mnem, MachInst _machInst, OpClass __opClass) function in class:PowerISA::IntOp 102 class IntImmOp : public IntOp 111 : IntOp(mnem, _machInst, __opClass), 125 class IntShiftOp : public IntOp 133 : IntOp(mnem, _machInst, __opClass),
|
H A D | integer.cc | 37 IntOp::generateDisassembly(Addr pc, const SymbolTable *symtab) const
|
/gem5/src/arch/sparc/insts/ |
H A D | integer.hh | 49 class IntOp : public SparcStaticInst class in namespace:SparcISA 64 class IntOpImm : public IntOp 70 IntOp(mnem, _machInst, __opClass), imm(_imm)
|
H A D | integer.cc | 44 IntOp::printPseudoOps(std::ostream &os, Addr pc, 83 IntOp::generateDisassembly(Addr pc, const SymbolTable *symtab) const
|
Completed in 6 milliseconds