Searched refs:MSGFR (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | int-mul-11.ll | 23 ; Verify that we still use MSGFR for i32->i64 multiplies.
|
D | int-mul-03.ll | 7 ; Check MSGFR. 106 ; Check that multiplications of spilled values can use MSGF rather than MSGFR.
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-mul-03.ll | 7 ; Check MSGFR. 106 ; Check that multiplications of spilled values can use MSGF rather than MSGFR.
|
/external/v8/src/s390/ |
D | simulator-s390.h | 887 EVALUATE(MSGFR);
|
D | constants-s390.h | 1383 V(msgfr, MSGFR, 0xB91C) /* type = RRE MULTIPLY SINGLE (64<-32) */ \
|
D | simulator-s390.cc | 1175 EvalTable[MSGFR] = &Simulator::Evaluate_MSGFR; in EvalTableInit() 6882 EVALUATE(MSGFR) { in EVALUATE() argument 6883 DCHECK_OPCODE(MSGFR); in EVALUATE()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1165 def MSGFR : BinaryRRE<"msgf", 0xB91C, null_frag, GR64, GR32>; 1166 defm : SXB<mul, GR64, MSGFR>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1261 def MSGFR : BinaryRRE<"msgfr", 0xB91C, null_frag, GR64, GR32>; 1262 defm : SXB<mul, GR64, MSGFR>;
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 731 1056150U, // MSGFR
|
D | SystemZGenDisassemblerTables.inc | 608 /* 2253 */ MCD_OPC_Decode, 198, 5, 84, // Opcode: MSGFR
|