Lines Matching refs:SixByteInstr

158 typedef uint64_t SixByteInstr;  typedef
974 const SixByteInstr kSixByteBrCondMask = static_cast<SixByteInstr>(0xF) << 36;
1178 return InstructionBits<SixByteInstr>(instr); in InstructionBits()
1390 inline int R1Value() const { return Bits<SixByteInstr, int>(39, 36); } in R1Value()
1391 inline int R3Value() const { return Bits<SixByteInstr, int>(35, 32); } in R3Value()
1392 inline int B2Value() const { return Bits<SixByteInstr, int>(31, 28); } in B2Value()
1394 int32_t value = Bits<SixByteInstr, int32_t>(27, 16); in D2Value()
1395 value += Bits<SixByteInstr, int8_t>(15, 8) << 12; in D2Value()
1416 inline int R1Value() const { return Bits<SixByteInstr, int>(39, 36); } in R1Value()
1417 inline int X2Value() const { return Bits<SixByteInstr, int>(35, 32); } in X2Value()
1418 inline int B2Value() const { return Bits<SixByteInstr, int>(31, 28); } in B2Value()
1420 int32_t value = Bits<SixByteInstr, uint32_t>(27, 16); in D2Value()
1421 value += Bits<SixByteInstr, int8_t>(15, 8) << 12; in D2Value()
1430 inline int R1Value() const { return Bits<SixByteInstr, int>(39, 36); } in R1Value()
1431 inline int32_t I2Value() const { return Bits<SixByteInstr, int32_t>(31, 0); } in I2Value()
1433 return Bits<SixByteInstr, uint32_t>(31, 0); in I2UnsignedValue()
1454 inline int B1Value() const { return Bits<SixByteInstr, int>(31, 28); } in B1Value()
1456 int32_t value = Bits<SixByteInstr, uint32_t>(27, 16); in D1Value()
1457 value += Bits<SixByteInstr, int8_t>(15, 8) << 12; in D1Value()
1460 inline uint8_t I2Value() const { return Bits<SixByteInstr, uint8_t>(39, 32); } in I2Value()
1467 inline int B1Value() const { return Bits<SixByteInstr, int>(31, 28); } in B1Value()
1468 inline int D1Value() const { return Bits<SixByteInstr, int>(27, 16); } in D1Value()
1469 inline int I2Value() const { return Bits<SixByteInstr, int>(15, 0); } in I2Value()
1476 inline int B1Value() const { return Bits<SixByteInstr, int>(31, 28); } in B1Value()
1477 inline int B2Value() const { return Bits<SixByteInstr, int>(15, 12); } in B2Value()
1478 inline int D1Value() const { return Bits<SixByteInstr, int>(27, 16); } in D1Value()
1479 inline int D2Value() const { return Bits<SixByteInstr, int>(11, 0); } in D2Value()
1480 inline int Length() const { return Bits<SixByteInstr, int>(39, 32); } in Length()
1487 inline int R1Value() const { return Bits<SixByteInstr, int>(39, 36); } in R1Value()
1488 inline int X2Value() const { return Bits<SixByteInstr, int>(35, 32); } in X2Value()
1489 inline int B2Value() const { return Bits<SixByteInstr, int>(31, 28); } in B2Value()
1490 inline int D2Value() const { return Bits<SixByteInstr, int>(27, 16); } in D2Value()
1497 inline int R1Value() const { return Bits<SixByteInstr, int>(39, 36); } in R1Value()
1498 inline int R2Value() const { return Bits<SixByteInstr, int>(35, 32); } in R2Value()
1499 inline int I3Value() const { return Bits<SixByteInstr, uint32_t>(31, 24); } in I3Value()
1500 inline int I4Value() const { return Bits<SixByteInstr, uint32_t>(23, 16); } in I4Value()
1501 inline int I5Value() const { return Bits<SixByteInstr, uint32_t>(15, 8); } in I5Value()
1503 return static_cast<int32_t>(Bits<SixByteInstr, int16_t>(31, 16)); in I6Value()