Home
last modified time | relevance | path

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

/external/v8/src/s390/
Dconstants-s390.h152 typedef uint16_t TwoByteInstr; typedef
1916 return static_cast<uint64_t>(InstructionBits<TwoByteInstr>(instr)); in InstructionBits()
2049 return Bits<TwoByteInstr, T>(15 - (lo), 15 - (hi) + 1); \
2116 return Bits<TwoByteInstr, int>(7, 4); in R1Value()
2118 inline int R2Value() const { return Bits<TwoByteInstr, int>(3, 0); } in R2Value()
2120 return static_cast<Condition>(Bits<TwoByteInstr, int>(7, 4)); in M1Value()
Ddisasm-s390.cc907 "%04x ", instr->InstructionBits<TwoByteInstr>()); in InstructionDecode()