Home
last modified time | relevance | path

Searched refs:MGHI (Results 1 – 13 of 13) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dint-mul-06.ll23 ; Check the high end of the MGHI range.
105 ; Check the lowest useful MGHI value.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dint-mul-06.ll23 ; Check the high end of the MGHI range.
105 ; Check the lowest useful MGHI value.
/external/v8/src/s390/
Dsimulator-s390.h624 EVALUATE(MGHI);
Dconstants-s390.h805 V(mghi, MGHI, 0xA7D) /* type = RI_A MULTIPLY HALFWORD IMMEDIATE (64<-16) */ \
Dsimulator-s390.cc915 EvalTable[MGHI] = &Simulator::Evaluate_MGHI; in EvalTableInit()
4652 EVALUATE(MGHI) { in EVALUATE() argument
4653 DCHECK_OPCODE(MGHI); in EVALUATE()
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc716 3151849U, // MGHI
1716 // AGHI, AHI, MGHI, MHI
DSystemZGenDisassemblerTables.inc267 /* 672 */ MCD_OPC_Decode, 183, 5, 28, // Opcode: MGHI
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZScheduleZ196.td431 def : InstRW<[WLat5, FXU, NormalGr], (instregex "MGHI$")>;
DSystemZScheduleZEC12.td442 def : InstRW<[WLat5, FXU, NormalGr], (instregex "MGHI$")>;
DSystemZScheduleZ13.td465 def : InstRW<[WLat5, FXa, NormalGr], (instregex "MGHI$")>;
DSystemZScheduleZ14.td465 def : InstRW<[WLat4, FXa, NormalGr], (instregex "MGHI$")>;
DSystemZInstrInfo.td1266 def MGHI : BinaryRI<"mghi", 0xA7D, mul, GR64, imm64sx16>;
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1170 def MGHI : BinaryRI<"mghi", 0xA7D, mul, GR64, imm64sx16>;