Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/s390/
H A Dconstants-s390.h2146 inline int R3Value() const { return Bits<FourByteInstr, int>(15, 12); } in R3Value() function in v8::internal::RRFInstruction
2157 inline int R3Value() const { return Bits<FourByteInstr, int>(7, 4); } in R3Value() function in v8::internal::RRDInstruction
2165 inline int R3Value() const { return Bits<FourByteInstr, int>(19, 16); } in R3Value() function in v8::internal::RSInstruction
2177 inline int R3Value() const { return Bits<FourByteInstr, int>(19, 16); } in R3Value() function in v8::internal::RSIInstruction
2188 inline int R3Value() const { return Bits<SixByteInstr, int>(35, 32); } in R3Value() function in v8::internal::RSYInstruction
2319 DECLARE_FIELD_FOR_SIX_BYTE_INSTR(R3Value, int, 16, 20)
2328 DECLARE_FIELD_FOR_SIX_BYTE_INSTR(R3Value, int, 16, 20)
2338 DECLARE_FIELD_FOR_SIX_BYTE_INSTR(R3Value, int, 16, 20)
2348 DECLARE_FIELD_FOR_SIX_BYTE_INSTR(R3Value, int, 16, 20)
2363 DECLARE_FIELD_FOR_SIX_BYTE_INSTR(R3Value, in
[all...]
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.cc2783 int r3 = AS(RSInstruction)->R3Value(); \
2797 int r3 = AS(RSIInstruction)->R3Value(); \
2837 int r3 = AS(RRDInstruction)->R3Value(); \
2850 int r3 = AS(RRFInstruction)->R3Value(); \
2886 int r3 = AS(RSYInstruction)->R3Value(); \
2924 int r3 = AS(VRR_B_Instruction)->R3Value(); \
2932 int r3 = AS(VRR_C_Instruction)->R3Value(); \
2941 int r3 = AS(VRR_E_Instruction)->R3Value(); \
2950 int r3 = AS(VRR_F_Instruction)->R3Value(); \
2963 int r3 = AS(VRS_Instruction)->R3Value(); \
[all...]

Completed in 27 milliseconds