Searched refs:AGFI (Results 1 – 25 of 33) sorted by relevance
12
/external/llvm/test/CodeGen/SystemZ/ |
D | atomicrmw-add-04.ll | 42 ; Check the next value up, which must use AGFI. 51 ; Check the high end of the AGFI range. 87 ; Check the next value down, which must use AGFI instead. 96 ; Check the low end of the AGFI range.
|
D | atomicrmw-sub-04.ll | 42 ; Check the next value up, which must use AGFI. 51 ; Check the low end of the AGFI range. 87 ; Check the next value down, which must use AGFI instead. 96 ; Check the high end of the AGFI range.
|
D | int-add-07.ll | 23 ; Check the next value up, which must use AGFI instead. 32 ; Check the high end of the AGFI range. 87 ; Check the next value down, which must use AGFI instead. 96 ; Check the low end of the AGFI range.
|
D | frame-01.ll | 40 ; allocate using AGHI but must free using AGFI. 55 ; must both use AGFI. 69 ; The largest size that can be both allocated and freed using AGFI. 83 ; The only frame size that can be allocated using a single AGFI but which
|
D | int-add-15.ll | 24 ; Check the next value up, which must use AGFI instead. 51 ; Check the next value down, which must use AGFI instead.
|
D | frame-08.ll | 246 ; "lmg %r14, %r15, ..." needs to be done using AGFI.
|
D | frame-14.ll | 203 ; Before frame lowering this is an LA followed by the AGFI seen below.
|
D | frame-16.ll | 193 ; Before frame lowering this is an LA followed by the AGFI seen below.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | atomicrmw-add-04.ll | 42 ; Check the next value up, which must use AGFI. 51 ; Check the high end of the AGFI range. 87 ; Check the next value down, which must use AGFI instead. 96 ; Check the low end of the AGFI range.
|
D | atomicrmw-sub-04.ll | 42 ; Check the next value up, which must use AGFI. 51 ; Check the low end of the AGFI range. 87 ; Check the next value down, which must use AGFI instead. 96 ; Check the high end of the AGFI range.
|
D | int-add-07.ll | 23 ; Check the next value up, which must use AGFI instead. 32 ; Check the high end of the AGFI range. 87 ; Check the next value down, which must use AGFI instead. 96 ; Check the low end of the AGFI range.
|
D | frame-01.ll | 40 ; allocate using AGHI but must free using AGFI. 55 ; must both use AGFI. 69 ; The largest size that can be both allocated and freed using AGFI. 83 ; The only frame size that can be allocated using a single AGFI but which
|
D | int-add-15.ll | 24 ; Check the next value up, which must use AGFI instead. 51 ; Check the next value down, which must use AGFI instead.
|
D | int-sadd-07.ll | 41 ; Check the next value up, which must use AGFI instead. 57 ; Check the high end of the AGFI range. 122 ; Check the next value down, which must use AGFI instead. 138 ; Check the low end of the AGFI range.
|
D | frame-08.ll | 246 ; "lmg %r14, %r15, ..." needs to be done using AGFI.
|
D | frame-14.ll | 203 ; Before frame lowering this is an LA followed by the AGFI seen below.
|
D | frame-16.ll | 193 ; Before frame lowering this is an LA followed by the AGFI seen below.
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZFrameLowering.cpp | 304 Opcode = SystemZ::AGFI; in emitIncrement()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZFrameLowering.cpp | 325 Opcode = SystemZ::AGFI; in emitIncrement()
|
D | SystemZInstrInfo.td | 920 def AGFI : BinaryRIL<"agfi", 0xC28, z_sadd, GR64, imm64sx32>; 1034 (AGFI GR64:$src1, imm64sx32n:$src2)>;
|
D | SystemZScheduleZ196.td | 309 def : InstRW<[WLat1, FXU, NormalGr], (instregex "AGFI$")>;
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 54 2103181U, // AGFI 1565 // A, ADB, ADBR, AEB, AEBR, AFI, AG, AGF, AGFI, AGFR, AGHI, AGHIK, AGR, A... 1639 // A, ADB, ADBR, AEB, AEBR, AFI, AG, AGF, AGFI, AGFR, AGHI, AGHIK, AGR, A... 1711 // AFI, AGFI, AIH, MSFI, MSGFI
|
/external/v8/src/s390/ |
D | disasm-s390.cc | 625 case AGFI: in DecodeSpecial()
|
D | simulator-s390.h | 645 EVALUATE(AGFI);
|
D | constants-s390.h | 715 V(agfi, AGFI, 0xC28) /* type = RIL_A ADD IMMEDIATE (64<-32) */ \
|
12