Lines Matching refs:SixByteInstr
154 typedef uint64_t SixByteInstr; typedef
1716 const SixByteInstr kSixByteBrCondMask = static_cast<SixByteInstr>(0xF) << 36;
1920 return InstructionBits<SixByteInstr>(instr); in InstructionBits()
2059 return Bits<SixByteInstr, T>(47 - (lo), 47 - (hi) + 1); \
2182 inline int R1Value() const { return Bits<SixByteInstr, int>(39, 36); } in R1Value()
2183 inline int R3Value() const { return Bits<SixByteInstr, int>(35, 32); } in R3Value()
2184 inline int B2Value() const { return Bits<SixByteInstr, int>(31, 28); } in B2Value()
2186 int32_t value = Bits<SixByteInstr, int32_t>(27, 16); in D2Value()
2187 value += Bits<SixByteInstr, int8_t>(15, 8) << 12; in D2Value()
2208 inline int R1Value() const { return Bits<SixByteInstr, int>(39, 36); } in R1Value()
2209 inline int X2Value() const { return Bits<SixByteInstr, int>(35, 32); } in X2Value()
2210 inline int B2Value() const { return Bits<SixByteInstr, int>(31, 28); } in B2Value()
2212 int32_t value = Bits<SixByteInstr, uint32_t>(27, 16); in D2Value()
2213 value += Bits<SixByteInstr, int8_t>(15, 8) << 12; in D2Value()
2222 inline int R1Value() const { return Bits<SixByteInstr, int>(39, 36); } in R1Value()
2223 inline int32_t I2Value() const { return Bits<SixByteInstr, int32_t>(31, 0); } in I2Value()
2225 return Bits<SixByteInstr, uint32_t>(31, 0); in I2UnsignedValue()
2246 inline int B1Value() const { return Bits<SixByteInstr, int>(31, 28); } in B1Value()
2248 int32_t value = Bits<SixByteInstr, uint32_t>(27, 16); in D1Value()
2249 value += Bits<SixByteInstr, int8_t>(15, 8) << 12; in D1Value()
2252 inline uint8_t I2Value() const { return Bits<SixByteInstr, uint8_t>(39, 32); } in I2Value()
2259 inline int B1Value() const { return Bits<SixByteInstr, int>(31, 28); } in B1Value()
2260 inline int D1Value() const { return Bits<SixByteInstr, int>(27, 16); } in D1Value()
2261 inline int I2Value() const { return Bits<SixByteInstr, int>(15, 0); } in I2Value()
2268 inline int B1Value() const { return Bits<SixByteInstr, int>(31, 28); } in B1Value()
2269 inline int B2Value() const { return Bits<SixByteInstr, int>(15, 12); } in B2Value()
2270 inline int D1Value() const { return Bits<SixByteInstr, int>(27, 16); } in D1Value()
2271 inline int D2Value() const { return Bits<SixByteInstr, int>(11, 0); } in D2Value()
2272 inline int Length() const { return Bits<SixByteInstr, int>(39, 32); } in Length()
2279 inline int R1Value() const { return Bits<SixByteInstr, int>(39, 36); } in R1Value()
2280 inline int X2Value() const { return Bits<SixByteInstr, int>(35, 32); } in X2Value()
2281 inline int B2Value() const { return Bits<SixByteInstr, int>(31, 28); } in B2Value()
2282 inline int D2Value() const { return Bits<SixByteInstr, int>(27, 16); } in D2Value()
2289 inline int R1Value() const { return Bits<SixByteInstr, int>(39, 36); } in R1Value()
2290 inline int R2Value() const { return Bits<SixByteInstr, int>(35, 32); } in R2Value()
2291 inline int I3Value() const { return Bits<SixByteInstr, uint32_t>(31, 24); } in I3Value()
2292 inline int I4Value() const { return Bits<SixByteInstr, uint32_t>(23, 16); } in I4Value()
2293 inline int I5Value() const { return Bits<SixByteInstr, uint32_t>(15, 8); } in I5Value()
2295 return static_cast<int32_t>(Bits<SixByteInstr, int16_t>(31, 16)); in I6Value()