Home
last modified time | relevance | path

Searched refs:VRR_C_Instruction (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/diagnostics/s390/
H A Ddisasm-s390.cc328 value = reinterpret_cast<VRR_C_Instruction*>(instr)->M4Value(); in FormatMask()
333 value = reinterpret_cast<VRR_C_Instruction*>(instr)->M5Value(); in FormatMask()
338 value = reinterpret_cast<VRR_C_Instruction*>(instr)->M6Value(); in FormatMask()
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.cc2930 int r1 = AS(VRR_C_Instruction)->R1Value(); \
2931 int r2 = AS(VRR_C_Instruction)->R2Value(); \
2932 int r3 = AS(VRR_C_Instruction)->R3Value(); \
2933 int m6 = AS(VRR_C_Instruction)->M6Value(); \
2934 int m5 = AS(VRR_C_Instruction)->M5Value(); \
2935 int m4 = AS(VRR_C_Instruction)->M4Value(); \
/third_party/node/deps/v8/src/codegen/s390/
H A Dconstants-s390.h2324 class VRR_C_Instruction : SixByteInstruction { class

Completed in 21 milliseconds