Searched refs:M3Value (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | constants-s390.h | 2136 inline int M3Value() const { return Bits<FourByteInstr, int>(15, 12); } in M3Value() function in v8::internal::RREInstruction 2147 inline int M3Value() const { return Bits<FourByteInstr, int>(15, 12); } in M3Value() function in v8::internal::RRFInstruction 2312 DECLARE_FIELD_FOR_SIX_BYTE_INSTR(M3Value, uint32_t, 32, 36) 2357 DECLARE_FIELD_FOR_SIX_BYTE_INSTR(M3Value, uint32_t, 32, 36) 2373 DECLARE_FIELD_FOR_SIX_BYTE_INSTR(M3Value, uint32_t, 32, 36)
|
/third_party/node/deps/v8/src/execution/s390/ |
H A D | simulator-s390.cc | 2827 int m3 = AS(RREInstruction)->M3Value(); \ 2843 int m3 = AS(RRFInstruction)->M3Value(); \ 2856 Condition m3 = static_cast<Condition>(AS(RRFInstruction)->M3Value()); \ 2918 int m3 = AS(VRR_A_Instruction)->M3Value(); \ 2958 int m3 = AS(VRX_Instruction)->M3Value(); \ 2972 int m3 = AS(VRI_A_Instruction)->M3Value(); \
|
Completed in 19 milliseconds