Searched refs:AGHI (Results 1 – 25 of 36) sorted by relevance
12
/external/llvm/test/CodeGen/SystemZ/ |
D | atomicrmw-add-04.ll | 19 ; Check addition of 1, which can use AGHI. 33 ; Check the high end of the AGHI range. 69 ; Check addition of -1, which can use AGHI. 78 ; Check the low end of the AGHI range.
|
D | atomicrmw-sub-04.ll | 19 ; Check subtraction of 1, which can use AGHI. 33 ; Check the low end of the AGHI range. 69 ; Check subtraction of -1, which can use AGHI. 78 ; Check the high end of the AGHI range.
|
D | int-add-07.ll | 14 ; Check the high end of the AGHI range. 69 ; Check the high end of the negative AGHI range. 78 ; Check the low end of the AGHI range.
|
D | frame-01.ll | 22 ; allocated and freed using AGHI. This size is big enough to require 40 ; allocate using AGHI but must free using AGFI.
|
D | int-add-15.ll | 60 ; Check that AGHI is still used in obvious cases.
|
D | frame-08.ll | 212 ; "lmg %r14, %r15, ..." can be done using AGHI.
|
D | int-add-12.ll | 28 ; Both LG/AGHI and LGHI/AG would be OK.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | atomicrmw-add-04.ll | 19 ; Check addition of 1, which can use AGHI. 33 ; Check the high end of the AGHI range. 69 ; Check addition of -1, which can use AGHI. 78 ; Check the low end of the AGHI range.
|
D | atomicrmw-sub-04.ll | 19 ; Check subtraction of 1, which can use AGHI. 33 ; Check the low end of the AGHI range. 69 ; Check subtraction of -1, which can use AGHI. 78 ; Check the high end of the AGHI range.
|
D | int-add-07.ll | 14 ; Check the high end of the AGHI range. 69 ; Check the high end of the negative AGHI range. 78 ; Check the low end of the AGHI range.
|
D | frame-01.ll | 22 ; allocated and freed using AGHI. This size is big enough to require 40 ; allocate using AGHI but must free using AGFI.
|
D | int-sadd-07.ll | 25 ; Check the high end of the AGHI range. 90 ; Check the high end of the negative AGHI range. 106 ; Check the low end of the AGHI range.
|
D | int-add-15.ll | 60 ; Check that AGHI is still used in obvious cases.
|
D | int-add-12.ll | 28 ; Both LG/AGHI and LGHI/AG would be OK.
|
D | frame-08.ll | 212 ; "lmg %r14, %r15, ..." can be done using AGHI.
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZLongBranch.cpp | 399 splitBranchOnCount(Branch, SystemZ::AGHI); in relaxBranch()
|
D | SystemZElimCompare.cpp | 183 else if (Opcode == SystemZ::AGHI) in convertToBRCT()
|
D | SystemZFrameLowering.cpp | 302 Opcode = SystemZ::AGHI; in emitIncrement()
|
D | SystemZInstrInfo.cpp | 920 if ((Opcode == SystemZ::AHI || Opcode == SystemZ::AGHI) && OpNum == 0 && in foldMemoryOperandImpl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZLongBranch.cpp | 404 splitBranchOnCount(Branch, SystemZ::AGHI); in relaxBranch()
|
D | SystemZElimCompare.cpp | 201 else if (Opcode == SystemZ::AGHI) in convertToBRCT()
|
D | SystemZFrameLowering.cpp | 323 Opcode = SystemZ::AGHI; in emitIncrement()
|
D | SystemZInstrInfo.cpp | 1181 if ((Opcode == SystemZ::AHI || Opcode == SystemZ::AGHI) && OpNum == 0 && in foldMemoryOperandImpl()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 56 3151831U, // AGHI 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... 1716 // AGHI, AHI, MGHI, MHI
|
/external/v8/src/s390/ |
D | simulator-s390.h | 622 EVALUATE(AGHI);
|
12