Home
last modified time | relevance | path

Searched refs:ALGFI (Results 1 – 16 of 16) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dint-add-16.ll52 ; Test the next value up, which should use ALGFI instead.
80 ; Test the next value down, which cannot use either ALGHSIK or ALGFI.
Dint-add-07.ll41 ; Check the next value up, which must use ALGFI instead.
50 ; Check the high end of the ALGFI range.
Dint-add-09.ll19 ; Check the high end of the ALGFI range.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dint-add-16.ll52 ; Test the next value up, which should use ALGFI instead.
80 ; Test the next value down, which cannot use either ALGHSIK or ALGFI.
Dint-add-07.ll41 ; Check the next value up, which must use ALGFI instead.
50 ; Check the high end of the ALGFI range.
Dint-uadd-09.ll38 ; Check the next value up, which must use ALGFI instead.
83 ; Test the next value down, which cannot use either ALGHSIK or ALGFI.
Dint-add-09.ll19 ; Check the high end of the ALGFI range.
Dint-uadd-05.ll22 ; Check the high end of the ALGFI range.
/external/v8/src/s390/
Dsimulator-s390.h647 EVALUATE(ALGFI);
Dconstants-s390.h717 V(algfi, ALGFI, 0xC2A) /* type = RIL_A ADD LOGICAL IMMEDIATE (64<-32) */ \
Dsimulator-s390.cc938 EvalTable[ALGFI] = &Simulator::Evaluate_ALGFI; in EvalTableInit()
4867 EVALUATE(ALGFI) { in EVALUATE() argument
4868 DCHECK_OPCODE(ALGFI); in EVALUATE()
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc76 5248921U, // ALGFI
1725 // ALFI, ALGFI, NIHF, NILF, OIHF, OILF, SLFI, SLGFI, XIHF, XILF
DSystemZGenDisassemblerTables.inc914 /* 304 */ MCD_OPC_Decode, 55, 103, // Opcode: ALGFI
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp1196 (Opcode == SystemZ::ALGFI && OpNum == 0 && in foldMemoryOperandImpl()
DSystemZInstrInfo.td959 def ALGFI : BinaryRIL<"algfi", 0xC2A, z_uadd, GR64, imm64zx32>;
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td930 def ALGFI : BinaryRIL<"algfi", 0xC2A, addc, GR64, imm64zx32>;
1691 (ALGFI GR64:$src1, imm64zx32:$src2)>;