Lines Matching refs:FourByteInstr
157 typedef uint32_t FourByteInstr; typedef
973 const FourByteInstr kFourByteBrCondMask = 0xF << 20;
1176 return static_cast<uint64_t>(InstructionBits<FourByteInstr>(instr)); in InstructionBits()
1290 return static_cast<SoftwareInterruptCodes>(Bits<FourByteInstr, int>(15, 0)); in SvcValue()
1334 inline int R1Value() const { return Bits<FourByteInstr, int>(7, 4); } in R1Value()
1335 inline int R2Value() const { return Bits<FourByteInstr, int>(3, 0); } in R2Value()
1336 inline int M3Value() const { return Bits<FourByteInstr, int>(15, 12); } in M3Value()
1337 inline int M4Value() const { return Bits<FourByteInstr, int>(19, 16); } in M4Value()
1344 inline int R1Value() const { return Bits<FourByteInstr, int>(7, 4); } in R1Value()
1345 inline int R2Value() const { return Bits<FourByteInstr, int>(3, 0); } in R2Value()
1346 inline int R3Value() const { return Bits<FourByteInstr, int>(15, 12); } in R3Value()
1347 inline int M3Value() const { return Bits<FourByteInstr, int>(15, 12); } in M3Value()
1348 inline int M4Value() const { return Bits<FourByteInstr, int>(11, 8); } in M4Value()
1355 inline int R1Value() const { return Bits<FourByteInstr, int>(15, 12); } in R1Value()
1356 inline int R2Value() const { return Bits<FourByteInstr, int>(3, 0); } in R2Value()
1357 inline int R3Value() const { return Bits<FourByteInstr, int>(7, 4); } in R3Value()
1364 inline int R1Value() const { return Bits<FourByteInstr, int>(23, 20); } in R1Value()
1365 inline int16_t I2Value() const { return Bits<FourByteInstr, int16_t>(15, 0); } in I2Value()
1367 return Bits<FourByteInstr, uint16_t>(15, 0); in I2UnsignedValue()
1370 return static_cast<Condition>(Bits<FourByteInstr, int>(23, 20)); in M1Value()
1378 inline int R1Value() const { return Bits<FourByteInstr, int>(23, 20); } in R1Value()
1379 inline int R3Value() const { return Bits<FourByteInstr, int>(19, 16); } in R3Value()
1380 inline int B2Value() const { return Bits<FourByteInstr, int>(15, 12); } in B2Value()
1382 return Bits<FourByteInstr, unsigned int>(11, 0); in D2Value()
1404 inline int R1Value() const { return Bits<FourByteInstr, int>(23, 20); } in R1Value()
1405 inline int X2Value() const { return Bits<FourByteInstr, int>(19, 16); } in X2Value()
1406 inline int B2Value() const { return Bits<FourByteInstr, int>(15, 12); } in B2Value()
1408 return Bits<FourByteInstr, uint32_t>(11, 0); in D2Value()
1441 inline int B1Value() const { return Bits<FourByteInstr, int>(15, 12); } in B1Value()
1443 return Bits<FourByteInstr, uint32_t>(11, 0); in D1Value()
1446 return Bits<FourByteInstr, uint8_t>(23, 16); in I2Value()