Searched refs:MGHI (Results 1 – 13 of 13) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-mul-06.ll | 23 ; 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/ |
D | int-mul-06.ll | 23 ; Check the high end of the MGHI range. 105 ; Check the lowest useful MGHI value.
|
/external/v8/src/s390/ |
D | simulator-s390.h | 624 EVALUATE(MGHI);
|
D | constants-s390.h | 805 V(mghi, MGHI, 0xA7D) /* type = RI_A MULTIPLY HALFWORD IMMEDIATE (64<-16) */ \
|
D | simulator-s390.cc | 915 EvalTable[MGHI] = &Simulator::Evaluate_MGHI; in EvalTableInit() 4652 EVALUATE(MGHI) { in EVALUATE() argument 4653 DCHECK_OPCODE(MGHI); in EVALUATE()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 716 3151849U, // MGHI 1716 // AGHI, AHI, MGHI, MHI
|
D | SystemZGenDisassemblerTables.inc | 267 /* 672 */ MCD_OPC_Decode, 183, 5, 28, // Opcode: MGHI
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZScheduleZ196.td | 431 def : InstRW<[WLat5, FXU, NormalGr], (instregex "MGHI$")>;
|
D | SystemZScheduleZEC12.td | 442 def : InstRW<[WLat5, FXU, NormalGr], (instregex "MGHI$")>;
|
D | SystemZScheduleZ13.td | 465 def : InstRW<[WLat5, FXa, NormalGr], (instregex "MGHI$")>;
|
D | SystemZScheduleZ14.td | 465 def : InstRW<[WLat4, FXa, NormalGr], (instregex "MGHI$")>;
|
D | SystemZInstrInfo.td | 1266 def MGHI : BinaryRI<"mghi", 0xA7D, mul, GR64, imm64sx16>;
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1170 def MGHI : BinaryRI<"mghi", 0xA7D, mul, GR64, imm64sx16>;
|