Lines Matching refs:FourByteInstr
153 typedef uint32_t FourByteInstr; typedef
1715 const FourByteInstr kFourByteBrCondMask = 0xF << 20;
1918 return static_cast<uint64_t>(InstructionBits<FourByteInstr>(instr)); in InstructionBits()
2031 return static_cast<SoftwareInterruptCodes>(Bits<FourByteInstr, int>(15, 0)); in SvcValue()
2054 return Bits<FourByteInstr, T>(31 - (lo), 31 - (hi) + 1); \
2129 inline int R1Value() const { return Bits<FourByteInstr, int>(7, 4); } in R1Value()
2130 inline int R2Value() const { return Bits<FourByteInstr, int>(3, 0); } in R2Value()
2131 inline int M3Value() const { return Bits<FourByteInstr, int>(15, 12); } in M3Value()
2132 inline int M4Value() const { return Bits<FourByteInstr, int>(19, 16); } in M4Value()
2139 inline int R1Value() const { return Bits<FourByteInstr, int>(7, 4); } in R1Value()
2140 inline int R2Value() const { return Bits<FourByteInstr, int>(3, 0); } in R2Value()
2141 inline int R3Value() const { return Bits<FourByteInstr, int>(15, 12); } in R3Value()
2142 inline int M3Value() const { return Bits<FourByteInstr, int>(15, 12); } in M3Value()
2143 inline int M4Value() const { return Bits<FourByteInstr, int>(11, 8); } in M4Value()
2150 inline int R1Value() const { return Bits<FourByteInstr, int>(15, 12); } in R1Value()
2151 inline int R2Value() const { return Bits<FourByteInstr, int>(3, 0); } in R2Value()
2152 inline int R3Value() const { return Bits<FourByteInstr, int>(7, 4); } in R3Value()
2159 inline int R1Value() const { return Bits<FourByteInstr, int>(23, 20); } in R1Value()
2160 inline int R3Value() const { return Bits<FourByteInstr, int>(19, 16); } in R3Value()
2161 inline int B2Value() const { return Bits<FourByteInstr, int>(15, 12); } in B2Value()
2163 return Bits<FourByteInstr, unsigned int>(11, 0); in D2Value()
2171 inline int R1Value() const { return Bits<FourByteInstr, int>(23, 20); } in R1Value()
2172 inline int R3Value() const { return Bits<FourByteInstr, int>(19, 16); } in R3Value()
2174 return static_cast<int32_t>(Bits<FourByteInstr, int16_t>(15, 0)); in I2Value()
2196 inline int R1Value() const { return Bits<FourByteInstr, int>(23, 20); } in R1Value()
2197 inline int X2Value() const { return Bits<FourByteInstr, int>(19, 16); } in X2Value()
2198 inline int B2Value() const { return Bits<FourByteInstr, int>(15, 12); } in B2Value()
2200 return Bits<FourByteInstr, uint32_t>(11, 0); in D2Value()
2233 inline int B1Value() const { return Bits<FourByteInstr, int>(15, 12); } in B1Value()
2235 return Bits<FourByteInstr, uint32_t>(11, 0); in D1Value()
2238 return Bits<FourByteInstr, uint8_t>(23, 16); in I2Value()