Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dint-uadd-08.ll38 ; Check the next value up, which must use ALFI instead.
83 ; Check the next value down, which must use ALFI instead.
Dint-uadd-04.ll22 ; Check the high end of the ALFI range.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp1194 if ((Opcode == SystemZ::ALFI && OpNum == 0 && in foldMemoryOperandImpl()
1199 Opcode = (Opcode == SystemZ::ALFI ? SystemZ::ALSI : SystemZ::ALGSI); in foldMemoryOperandImpl()
DSystemZInstrInfo.td958 def ALFI : BinaryRIL<"alfi", 0xC2B, z_uadd, GR32, uimm32>;
/external/v8/src/s390/
Dsimulator-s390.h648 EVALUATE(ALFI);
Dconstants-s390.h718 V(alfi, ALFI, 0xC2B) /* type = RIL_A ADD LOGICAL IMMEDIATE (32) */ \
Dsimulator-s390.cc939 EvalTable[ALFI] = &Simulator::Evaluate_ALFI; in EvalTableInit()
4883 EVALUATE(ALFI) { in EVALUATE() argument
4884 DCHECK_OPCODE(ALFI); in EVALUATE()
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc73 5248949U, // ALFI
1725 // ALFI, ALGFI, NIHF, NILF, OIHF, OILF, SLFI, SLGFI, XIHF, XILF
DSystemZGenDisassemblerTables.inc916 /* 311 */ MCD_OPC_Decode, 52, 97, // Opcode: ALFI
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td929 def ALFI : BinaryRIL<"alfi", 0xC2B, addc, GR32, uimm32>;