Searched refs:MSGFI (Results 1 – 10 of 10) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-mul-06.ll | 41 ; Check the next value up again, which can use MSGFI. 50 ; Check the high end of the MSGFI range. 124 ; Check the next value down again, which can use MSGFI. 133 ; Check the lowest useful MSGFI value.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | int-mul-06.ll | 41 ; Check the next value up again, which can use MSGFI. 50 ; Check the high end of the MSGFI range. 124 ; Check the next value down again, which can use MSGFI. 133 ; Check the lowest useful MSGFI value.
|
/external/v8/src/s390/ |
D | disasm-s390.cc | 631 case MSGFI: in DecodeSpecial()
|
D | simulator-s390.h | 641 EVALUATE(MSGFI);
|
D | constants-s390.h | 710 V(msgfi, MSGFI, 0xC20) /* type = RIL_A MULTIPLY SINGLE IMMEDIATE (64<-32) */ \
|
D | simulator-s390.cc | 932 EvalTable[MSGFI] = &Simulator::Evaluate_MSGFI; in EvalTableInit() 4793 EVALUATE(MSGFI) { in EVALUATE() argument 4794 DCHECK_OPCODE(MSGFI); in EVALUATE()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 730 2103214U, // MSGFI 1711 // AFI, AGFI, AIH, MSFI, MSGFI
|
D | SystemZGenDisassemblerTables.inc | 902 /* 258 */ MCD_OPC_Decode, 197, 5, 101, // Opcode: MSGFI
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1174 def MSGFI : BinaryRIL<"msgfi", 0xC20, mul, GR64, imm64sx32>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1270 def MSGFI : BinaryRIL<"msgfi", 0xC20, mul, GR64, imm64sx32>;
|