Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/SystemZ/
Dint-mul-04.ll7 ; Check MSGR.
98 ; Check that multiplications of spilled values can use MSG rather than MSGR.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dint-mul-04.ll7 ; Check MSGR.
98 ; Check that multiplications of spilled values can use MSG rather than MSGR.
/external/v8/src/s390/
Dsimulator-s390.h872 EVALUATE(MSGR);
Dconstants-s390.h1367 V(msgr, MSGR, 0xB90C) /* type = RRE MULTIPLY SINGLE (64) */ \
Dsimulator-s390.cc1160 EvalTable[MSGR] = &Simulator::Evaluate_MSGR; in EvalTableInit()
6739 EVALUATE(MSGR) { in EVALUATE() argument
6740 DCHECK_OPCODE(MSGR); in EVALUATE()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZScheduleZ196.td426 def : InstRW<[WLat8, FXU, NormalGr], (instregex "MSGR$")>;
DSystemZScheduleZEC12.td437 def : InstRW<[WLat8, FXU, NormalGr], (instregex "MSGR$")>;
DSystemZScheduleZ13.td460 def : InstRW<[WLat8, FXa, NormalGr], (instregex "MSGR$")>;
DSystemZScheduleZ14.td461 def : InstRW<[WLat7, FXa, NormalGr], (instregex "MSGR$")>;
DSystemZInstrInfo.td1259 def MSGR : BinaryRRE<"msgr", 0xB90C, mul, GR64, GR64>;
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc732 1056251U, // MSGR
DSystemZGenDisassemblerTables.inc569 /* 2073 */ MCD_OPC_Decode, 199, 5, 81, // Opcode: MSGR
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1163 def MSGR : BinaryRRE<"msg", 0xB90C, mul, GR64, GR64>;