Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/SystemZ/
Dint-mul-08.ll196 ; Check that multiplications of spilled values can use MLG rather than MLGR.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dint-mul-08.ll196 ; Check that multiplications of spilled values can use MLG rather than MLGR.
/external/v8/src/s390/
Dsimulator-s390.h923 EVALUATE(MLGR);
Dconstants-s390.h1416 V(mlgr, MLGR, 0xB986) /* type = RRE MULTIPLY LOGICAL (128<-64) */ \
Dsimulator-s390.cc1211 EvalTable[MLGR] = &Simulator::Evaluate_MLGR; in EvalTableInit()
7152 EVALUATE(MLGR) { in EVALUATE() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1291 def MLGR : BinaryRRE<"mlgr", 0xB986, null_frag, GR128, GR64>;
1296 (MLGR (AEXT128 GR64:$src1), GR64:$src2)>;
DSystemZScheduleZ196.td430 def : InstRW<[WLat9, FXU2, GroupAlone], (instregex "MLGR$")>;
DSystemZScheduleZEC12.td441 def : InstRW<[WLat9, FXU2, GroupAlone], (instregex "MLGR$")>;
DSystemZScheduleZ13.td464 def : InstRW<[WLat9, FXa2, GroupAlone], (instregex "MLGR$")>;
DSystemZScheduleZ14.td464 def : InstRW<[WLat8, FXa2, GroupAlone], (instregex "MLGR$")>;
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc721 1056214U, // MLGR
DSystemZGenDisassemblerTables.inc653 /* 2470 */ MCD_OPC_Decode, 188, 5, 82, // Opcode: MLGR
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1183 def MLGR : BinaryRRE<"mlg", 0xB986, z_umul_lohi64, GR128, GR64>;