Searched refs:opWidth (Results 1 - 3 of 3) sorted by relevance

/gem5/src/arch/arm/insts/
H A Dsve.cc84 uint8_t opWidth = 64; local
88 opWidth = 32;
89 printIntReg(ss, dest, opWidth);
146 uint8_t opWidth; local
148 opWidth = 32;
150 opWidth = 64;
151 printIntReg(ss, op1, opWidth);
153 printIntReg(ss, op2, opWidth);
H A Dstatic_inst.cc297 uint8_t opWidth) const
299 if (opWidth == 0)
300 opWidth = intWidth;
305 ccprintf(os, "%s%s", (opWidth == 32) ? "w" : "", "sp");
307 ccprintf(os, "%szr", (opWidth == 32) ? "w" : "x");
309 ccprintf(os, "%s%d", (opWidth == 32) ? "w" : "x", reg_idx);
H A Dstatic_inst.hh160 uint8_t opWidth = 0) const;

Completed in 7 milliseconds