Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/s390/
Dconstants-s390.h142 using TwoByteInstr = uint16_t; variable
1921 return static_cast<uint64_t>(InstructionBits<TwoByteInstr>(instr)); in InstructionBits()
2054 return Bits<TwoByteInstr, T>(15 - (lo), 15 - (hi) + 1); \
2121 return Bits<TwoByteInstr, int>(7, 4); in R1Value()
2123 inline int R2Value() const { return Bits<TwoByteInstr, int>(3, 0); } in R2Value()
2125 return static_cast<Condition>(Bits<TwoByteInstr, int>(7, 4)); in M1Value()
/third_party/node/deps/v8/src/diagnostics/s390/
Ddisasm-s390.cc1020 instr->InstructionBits<TwoByteInstr>()); in InstructionDecode()