Searched refs:TwoByteInstr (Results 1 – 2 of 2) sorted by relevance
156 typedef uint16_t TwoByteInstr; typedef1174 return static_cast<uint64_t>(InstructionBits<TwoByteInstr>(instr)); in InstructionBits()1310 inline int IValue() const { return Bits<TwoByteInstr, int>(7, 0); } in IValue()1321 return Bits<TwoByteInstr, int>(7, 4); in R1Value()1323 inline int R2Value() const { return Bits<TwoByteInstr, int>(3, 0); } in R2Value()1325 return static_cast<Condition>(Bits<TwoByteInstr, int>(7, 4)); in M1Value()
504 instr->InstructionBits<TwoByteInstr>()); in DecodeTwoByte()