Searched refs:ALGFI (Results 1 – 16 of 16) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-add-16.ll | 52 ; Test the next value up, which should use ALGFI instead. 80 ; Test the next value down, which cannot use either ALGHSIK or ALGFI.
|
D | int-add-07.ll | 41 ; Check the next value up, which must use ALGFI instead. 50 ; Check the high end of the ALGFI range.
|
D | int-add-09.ll | 19 ; Check the high end of the ALGFI range.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | int-add-16.ll | 52 ; Test the next value up, which should use ALGFI instead. 80 ; Test the next value down, which cannot use either ALGHSIK or ALGFI.
|
D | int-add-07.ll | 41 ; Check the next value up, which must use ALGFI instead. 50 ; Check the high end of the ALGFI range.
|
D | int-uadd-09.ll | 38 ; Check the next value up, which must use ALGFI instead. 83 ; Test the next value down, which cannot use either ALGHSIK or ALGFI.
|
D | int-add-09.ll | 19 ; Check the high end of the ALGFI range.
|
D | int-uadd-05.ll | 22 ; Check the high end of the ALGFI range.
|
/external/v8/src/s390/ |
D | simulator-s390.h | 647 EVALUATE(ALGFI);
|
D | constants-s390.h | 717 V(algfi, ALGFI, 0xC2A) /* type = RIL_A ADD LOGICAL IMMEDIATE (64<-32) */ \
|
D | simulator-s390.cc | 938 EvalTable[ALGFI] = &Simulator::Evaluate_ALGFI; in EvalTableInit() 4867 EVALUATE(ALGFI) { in EVALUATE() argument 4868 DCHECK_OPCODE(ALGFI); in EVALUATE()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 76 5248921U, // ALGFI 1725 // ALFI, ALGFI, NIHF, NILF, OIHF, OILF, SLFI, SLGFI, XIHF, XILF
|
D | SystemZGenDisassemblerTables.inc | 914 /* 304 */ MCD_OPC_Decode, 55, 103, // Opcode: ALGFI
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 1196 (Opcode == SystemZ::ALGFI && OpNum == 0 && in foldMemoryOperandImpl()
|
D | SystemZInstrInfo.td | 959 def ALGFI : BinaryRIL<"algfi", 0xC2A, z_uadd, GR64, imm64zx32>;
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 930 def ALGFI : BinaryRIL<"algfi", 0xC2A, addc, GR64, imm64zx32>; 1691 (ALGFI GR64:$src1, imm64zx32:$src2)>;
|