Home
last modified time | relevance | path

Searched refs:X2Value (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/codegen/s390/
H A Dconstants-s390.h2202 inline int X2Value() const { return Bits<FourByteInstr, int>(19, 16); } in X2Value() function in v8::internal::RXInstruction
2214 inline int X2Value() const { return Bits<SixByteInstr, int>(35, 32); } in X2Value() function in v8::internal::RXYInstruction
2285 inline int X2Value() const { return Bits<SixByteInstr, int>(35, 32); } in X2Value() function in v8::internal::RXEInstruction
2354 DECLARE_FIELD_FOR_SIX_BYTE_INSTR(X2Value, int, 12, 16)
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.cc2770 int x2 = AS(RXYInstruction)->X2Value(); \
2776 int x2 = AS(RXInstruction)->X2Value(); \
2909 int x2 = AS(RXEInstruction)->X2Value(); \
2955 int x2 = AS(VRX_Instruction)->X2Value(); \

Completed in 22 milliseconds