Searched refs:MSGR (Results 1 – 13 of 13) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-mul-04.ll | 7 ; 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/ |
D | int-mul-04.ll | 7 ; Check MSGR. 98 ; Check that multiplications of spilled values can use MSG rather than MSGR.
|
/external/v8/src/s390/ |
D | simulator-s390.h | 872 EVALUATE(MSGR);
|
D | constants-s390.h | 1367 V(msgr, MSGR, 0xB90C) /* type = RRE MULTIPLY SINGLE (64) */ \
|
D | simulator-s390.cc | 1160 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/ |
D | SystemZScheduleZ196.td | 426 def : InstRW<[WLat8, FXU, NormalGr], (instregex "MSGR$")>;
|
D | SystemZScheduleZEC12.td | 437 def : InstRW<[WLat8, FXU, NormalGr], (instregex "MSGR$")>;
|
D | SystemZScheduleZ13.td | 460 def : InstRW<[WLat8, FXa, NormalGr], (instregex "MSGR$")>;
|
D | SystemZScheduleZ14.td | 461 def : InstRW<[WLat7, FXa, NormalGr], (instregex "MSGR$")>;
|
D | SystemZInstrInfo.td | 1259 def MSGR : BinaryRRE<"msgr", 0xB90C, mul, GR64, GR64>;
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 732 1056251U, // MSGR
|
D | SystemZGenDisassemblerTables.inc | 569 /* 2073 */ MCD_OPC_Decode, 199, 5, 81, // Opcode: MSGR
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1163 def MSGR : BinaryRRE<"msg", 0xB90C, mul, GR64, GR64>;
|