Searched refs:MLGR (Results 1 – 13 of 13) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-mul-08.ll | 196 ; Check that multiplications of spilled values can use MLG rather than MLGR.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | int-mul-08.ll | 196 ; Check that multiplications of spilled values can use MLG rather than MLGR.
|
/external/v8/src/s390/ |
D | simulator-s390.h | 923 EVALUATE(MLGR);
|
D | constants-s390.h | 1416 V(mlgr, MLGR, 0xB986) /* type = RRE MULTIPLY LOGICAL (128<-64) */ \
|
D | simulator-s390.cc | 1211 EvalTable[MLGR] = &Simulator::Evaluate_MLGR; in EvalTableInit() 7152 EVALUATE(MLGR) { in EVALUATE() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1291 def MLGR : BinaryRRE<"mlgr", 0xB986, null_frag, GR128, GR64>; 1296 (MLGR (AEXT128 GR64:$src1), GR64:$src2)>;
|
D | SystemZScheduleZ196.td | 430 def : InstRW<[WLat9, FXU2, GroupAlone], (instregex "MLGR$")>;
|
D | SystemZScheduleZEC12.td | 441 def : InstRW<[WLat9, FXU2, GroupAlone], (instregex "MLGR$")>;
|
D | SystemZScheduleZ13.td | 464 def : InstRW<[WLat9, FXa2, GroupAlone], (instregex "MLGR$")>;
|
D | SystemZScheduleZ14.td | 464 def : InstRW<[WLat8, FXa2, GroupAlone], (instregex "MLGR$")>;
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 721 1056214U, // MLGR
|
D | SystemZGenDisassemblerTables.inc | 653 /* 2470 */ MCD_OPC_Decode, 188, 5, 82, // Opcode: MLGR
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1183 def MLGR : BinaryRRE<"mlg", 0xB986, z_umul_lohi64, GR128, GR64>;
|