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

/gem5/src/arch/arm/
H A Dutility.hh297 mcrrMrrcIssBuild(bool isRead, uint32_t crm, IntRegIndex rt, IntRegIndex rt2, argument
303 (rt2 << 10) |
/gem5/src/arch/arm/insts/
H A Dmacromem.cc246 IntRegIndex rn, IntRegIndex rt, IntRegIndex rt2) :
274 *uop++ = new MicroLdFp16Uop(machInst, rt2,
281 *uop++ = new MicroStrQBFpXImmUop(machInst, rt2,
283 *uop++ = new MicroStrQTFpXImmUop(machInst, rt2,
288 *uop++ = new MicroLdPairFp8Uop(machInst, rt, rt2,
293 *uop++ = new MicroStrFpXImmUop(machInst, rt2,
298 *uop++ = new MicroLdrDFpXImmUop(machInst, rt, rt2,
301 *uop++ = new MicroStrDFpXImmUop(machInst, rt, rt2,
308 *uop++ = new MicroLdPairUop(machInst, rt, rt2,
313 *uop++ = new MicroStrXImmUop(machInst, rt2, pos
242 PairMemOp(const char *mnem, ExtMachInst machInst, OpClass __opClass, uint32_t size, bool fp, bool load, bool noAlloc, bool signExt, bool exclusive, bool acrel, int64_t imm, AddrMode mode, IntRegIndex rn, IntRegIndex rt, IntRegIndex rt2) argument
[all...]
H A Dmacromem.hh453 IntRegIndex rn, IntRegIndex rt, IntRegIndex rt2);

Completed in 11 milliseconds