Home
last modified time | relevance | path

Searched refs:TwoByteInstr (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/s390/
Dconstants-s390.h156 typedef uint16_t TwoByteInstr; typedef
1174 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()
Ddisasm-s390.cc504 instr->InstructionBits<TwoByteInstr>()); in DecodeTwoByte()