Searched refs:IntShiftOp (Results 1 - 2 of 2) sorted by relevance

/gem5/src/arch/power/insts/
H A Dinteger.hh125 class IntShiftOp : public IntOp class in namespace:PowerISA
132 IntShiftOp(const char *mnem, MachInst _machInst, OpClass __opClass) function in class:PowerISA::IntShiftOp
146 class IntRotateOp : public IntShiftOp
156 : IntShiftOp(mnem, _machInst, __opClass),
H A Dinteger.cc120 IntShiftOp::generateDisassembly(Addr pc, const SymbolTable *symtab) const

Completed in 10 milliseconds