Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/SystemZ/
Dint-mul-05.ll41 ; Check the next value up again, which can use MSFI.
50 ; Check the high end of the MSFI range.
124 ; Check the next value down again, which can use MSFI.
133 ; Check the lowest useful MSFI value.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dint-mul-05.ll41 ; Check the next value up again, which can use MSFI.
50 ; Check the high end of the MSFI range.
124 ; Check the next value down again, which can use MSFI.
133 ; Check the lowest useful MSFI value.
/external/v8/src/s390/
Ddisasm-s390.cc628 case MSFI: in DecodeSpecial()
Dsimulator-s390.h642 EVALUATE(MSFI);
Dconstants-s390.h711 V(msfi, MSFI, 0xC21) /* type = RIL_A MULTIPLY SINGLE IMMEDIATE (32) */ \
Dsimulator-s390.cc933 EvalTable[MSFI] = &Simulator::Evaluate_MSFI; in EvalTableInit()
4802 EVALUATE(MSFI) { in EVALUATE() argument
4803 DCHECK_OPCODE(MSFI); in EVALUATE()
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc727 2103239U, // MSFI
1711 // AFI, AGFI, AIH, MSFI, MSGFI
DSystemZGenDisassemblerTables.inc904 /* 266 */ MCD_OPC_Decode, 194, 5, 102, // Opcode: MSFI
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1173 def MSFI : BinaryRIL<"msfi", 0xC21, mul, GR32, simm32>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td1269 def MSFI : BinaryRIL<"msfi", 0xC21, mul, GR32, simm32>;