Home
last modified time | relevance | path

Searched refs:MSGFI (Results 1 – 10 of 10) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dint-mul-06.ll41 ; 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/
Dint-mul-06.ll41 ; 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/
Ddisasm-s390.cc631 case MSGFI: in DecodeSpecial()
Dsimulator-s390.h641 EVALUATE(MSGFI);
Dconstants-s390.h710 V(msgfi, MSGFI, 0xC20) /* type = RIL_A MULTIPLY SINGLE IMMEDIATE (64<-32) */ \
Dsimulator-s390.cc932 EvalTable[MSGFI] = &Simulator::Evaluate_MSGFI; in EvalTableInit()
4793 EVALUATE(MSGFI) { in EVALUATE() argument
4794 DCHECK_OPCODE(MSGFI); in EVALUATE()
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc730 2103214U, // MSGFI
1711 // AFI, AGFI, AIH, MSFI, MSGFI
DSystemZGenDisassemblerTables.inc902 /* 258 */ MCD_OPC_Decode, 197, 5, 101, // Opcode: MSGFI
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1174 def MSGFI : BinaryRIL<"msgfi", 0xC20, mul, GR64, imm64sx32>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1270 def MSGFI : BinaryRIL<"msgfi", 0xC20, mul, GR64, imm64sx32>;