Searched refs:ALFI (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | int-uadd-08.ll | 38 ; Check the next value up, which must use ALFI instead. 83 ; Check the next value down, which must use ALFI instead.
|
D | int-uadd-04.ll | 22 ; Check the high end of the ALFI range.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 1194 if ((Opcode == SystemZ::ALFI && OpNum == 0 && in foldMemoryOperandImpl() 1199 Opcode = (Opcode == SystemZ::ALFI ? SystemZ::ALSI : SystemZ::ALGSI); in foldMemoryOperandImpl()
|
D | SystemZInstrInfo.td | 958 def ALFI : BinaryRIL<"alfi", 0xC2B, z_uadd, GR32, uimm32>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 648 EVALUATE(ALFI);
|
D | constants-s390.h | 718 V(alfi, ALFI, 0xC2B) /* type = RIL_A ADD LOGICAL IMMEDIATE (32) */ \
|
D | simulator-s390.cc | 939 EvalTable[ALFI] = &Simulator::Evaluate_ALFI; in EvalTableInit() 4883 EVALUATE(ALFI) { in EVALUATE() argument 4884 DCHECK_OPCODE(ALFI); in EVALUATE()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 73 5248949U, // ALFI 1725 // ALFI, ALGFI, NIHF, NILF, OIHF, OILF, SLFI, SLGFI, XIHF, XILF
|
D | SystemZGenDisassemblerTables.inc | 916 /* 311 */ MCD_OPC_Decode, 52, 97, // Opcode: ALFI
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 929 def ALFI : BinaryRIL<"alfi", 0xC2B, addc, GR32, uimm32>;
|