Searched refs:MSFI (Results 1 – 10 of 10) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-mul-05.ll | 41 ; 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/ |
D | int-mul-05.ll | 41 ; 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/ |
D | disasm-s390.cc | 628 case MSFI: in DecodeSpecial()
|
D | simulator-s390.h | 642 EVALUATE(MSFI);
|
D | constants-s390.h | 711 V(msfi, MSFI, 0xC21) /* type = RIL_A MULTIPLY SINGLE IMMEDIATE (32) */ \
|
D | simulator-s390.cc | 933 EvalTable[MSFI] = &Simulator::Evaluate_MSFI; in EvalTableInit() 4802 EVALUATE(MSFI) { in EVALUATE() argument 4803 DCHECK_OPCODE(MSFI); in EVALUATE()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 727 2103239U, // MSFI 1711 // AFI, AGFI, AIH, MSFI, MSGFI
|
D | SystemZGenDisassemblerTables.inc | 904 /* 266 */ MCD_OPC_Decode, 194, 5, 102, // Opcode: MSFI
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1173 def MSFI : BinaryRIL<"msfi", 0xC21, mul, GR32, simm32>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1269 def MSFI : BinaryRIL<"msfi", 0xC21, mul, GR32, simm32>;
|