Lines Matching refs:FourByteInstr
157 typedef uint32_t FourByteInstr; typedef
1773 const FourByteInstr kFourByteBrCondMask = 0xF << 20;
1976 return static_cast<uint64_t>(InstructionBits<FourByteInstr>(instr)); in InstructionBits()
2090 return static_cast<SoftwareInterruptCodes>(Bits<FourByteInstr, int>(15, 0)); in SvcValue()
2113 return Bits<FourByteInstr, T>(31 - (lo), 31 - (hi) + 1); \
2188 inline int R1Value() const { return Bits<FourByteInstr, int>(7, 4); } in R1Value()
2189 inline int R2Value() const { return Bits<FourByteInstr, int>(3, 0); } in R2Value()
2190 inline int M3Value() const { return Bits<FourByteInstr, int>(15, 12); } in M3Value()
2191 inline int M4Value() const { return Bits<FourByteInstr, int>(19, 16); } in M4Value()
2198 inline int R1Value() const { return Bits<FourByteInstr, int>(7, 4); } in R1Value()
2199 inline int R2Value() const { return Bits<FourByteInstr, int>(3, 0); } in R2Value()
2200 inline int R3Value() const { return Bits<FourByteInstr, int>(15, 12); } in R3Value()
2201 inline int M3Value() const { return Bits<FourByteInstr, int>(15, 12); } in M3Value()
2202 inline int M4Value() const { return Bits<FourByteInstr, int>(11, 8); } in M4Value()
2209 inline int R1Value() const { return Bits<FourByteInstr, int>(15, 12); } in R1Value()
2210 inline int R2Value() const { return Bits<FourByteInstr, int>(3, 0); } in R2Value()
2211 inline int R3Value() const { return Bits<FourByteInstr, int>(7, 4); } in R3Value()
2218 inline int R1Value() const { return Bits<FourByteInstr, int>(23, 20); } in R1Value()
2219 inline int R3Value() const { return Bits<FourByteInstr, int>(19, 16); } in R3Value()
2220 inline int B2Value() const { return Bits<FourByteInstr, int>(15, 12); } in B2Value()
2222 return Bits<FourByteInstr, unsigned int>(11, 0); in D2Value()
2244 inline int R1Value() const { return Bits<FourByteInstr, int>(23, 20); } in R1Value()
2245 inline int X2Value() const { return Bits<FourByteInstr, int>(19, 16); } in X2Value()
2246 inline int B2Value() const { return Bits<FourByteInstr, int>(15, 12); } in B2Value()
2248 return Bits<FourByteInstr, uint32_t>(11, 0); in D2Value()
2281 inline int B1Value() const { return Bits<FourByteInstr, int>(15, 12); } in B1Value()
2283 return Bits<FourByteInstr, uint32_t>(11, 0); in D1Value()
2286 return Bits<FourByteInstr, uint8_t>(23, 16); in I2Value()