Searched refs:M4Value (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/diagnostics/s390/ |
H A D | disasm-s390.cc | 323 value = reinterpret_cast<RRFInstruction*>(instr)->M4Value(); in FormatMask() 328 value = reinterpret_cast<VRR_C_Instruction*>(instr)->M4Value(); in FormatMask()
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | constants-s390.h | 2137 inline int M4Value() const { return Bits<FourByteInstr, int>(19, 16); } in M4Value() function in v8::internal::RREInstruction 2148 inline int M4Value() const { return Bits<FourByteInstr, int>(11, 8); } in M4Value() function in v8::internal::RRFInstruction 2311 DECLARE_FIELD_FOR_SIX_BYTE_INSTR(M4Value, uint32_t, 28, 32) 2321 DECLARE_FIELD_FOR_SIX_BYTE_INSTR(M4Value, uint32_t, 32, 36) 2331 DECLARE_FIELD_FOR_SIX_BYTE_INSTR(M4Value, uint32_t, 32, 36) 2366 DECLARE_FIELD_FOR_SIX_BYTE_INSTR(M4Value, uint32_t, 32, 36) 2381 DECLARE_FIELD_FOR_SIX_BYTE_INSTR(M4Value, uint32_t, 32, 36)
|
/third_party/node/deps/v8/src/execution/s390/ |
H A D | simulator-s390.cc | 2844 int m4 = AS(RRFInstruction)->M4Value(); \ 2917 int m4 = AS(VRR_A_Instruction)->M4Value(); \ 2926 int m4 = AS(VRR_B_Instruction)->M4Value(); \ 2935 int m4 = AS(VRR_C_Instruction)->M4Value(); \ 2966 int m4 = AS(VRS_Instruction)->M4Value(); \ 2979 int m4 = AS(VRI_C_Instruction)->M4Value(); \
|
Completed in 21 milliseconds