Searched refs:AGSI (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/none/tests/s390x/ |
D | add_GE.stdout.exp | 12 AGSI 0 + 0000000000000000 + 0000000000000000 = 0000000000000000 (cc=0) 13 AGSI 0 + 0000000000000001 + 0000000000000000 = 0000000000000001 (cc=2) 14 AGSI 0 + 000000000000FFFF + 0000000000000000 = 000000000000FFFF (cc=2) 15 AGSI 0 + 0000000000007FFF + 0000000000000000 = 0000000000007FFF (cc=2) 16 AGSI 0 + 0000000000008000 + 0000000000000000 = 0000000000008000 (cc=2) 17 AGSI 0 + 00000000FFFFFFFF + 0000000000000000 = 00000000FFFFFFFF (cc=2) 18 AGSI 0 + 0000000080000000 + 0000000000000000 = 0000000080000000 (cc=2) 19 AGSI 0 + 000000007FFFFFFF + 0000000000000000 = 000000007FFFFFFF (cc=2) 20 AGSI 0 + FFFFFFFFFFFFFFFF + 0000000000000000 = FFFFFFFFFFFFFFFF (cc=1) 21 AGSI 0 + 8000000000000000 + 0000000000000000 = 8000000000000000 (cc=1) [all …]
|
D | add_GE.c | 8 memimmsweep(AGSI, 00, 0); in do_memimm_insns() 12 memimmsweep(AGSI, 01, 0); in do_memimm_insns() 16 memimmsweep(AGSI, ff, 0); in do_memimm_insns() 20 memimmsweep(AGSI, 80, 0); in do_memimm_insns() 24 memimmsweep(AGSI, 7f, 0); in do_memimm_insns()
|
D | opcodes.h | 109 #define AGSI(i2,b1,dl1,dh1) SIY_IRD(eb,i2,b1,dl1,dh1,7a) macro
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-add-12.ll | 63 ; Check the high end of the aligned AGSI range. 89 ; Check the low end of the AGSI range. 115 ; Check that AGSI does not allow indices. 130 ; Check that adding 127 to a spilled value can use AGSI. 213 ; Check that adding -128 to a spilled value can use AGSI.
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 762 return BuildMI(MF, MI->getDebugLoc(), get(SystemZ::AGSI)) in foldMemoryOperandImpl() 782 Opcode = (Opcode == SystemZ::AHI ? SystemZ::ASI : SystemZ::AGSI); in foldMemoryOperandImpl()
|
D | SystemZInstrInfo.td | 731 def AGSI : BinarySIY<"agsi", 0xEB7A, add, imm64sx8>;
|