Home
last modified time | relevance | path

Searched refs:AGSI (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/none/tests/s390x/
Dadd_GE.stdout.exp12 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 …]
Dadd_GE.c8 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()
Dopcodes.h109 #define AGSI(i2,b1,dl1,dh1) SIY_IRD(eb,i2,b1,dl1,dh1,7a) macro
/external/llvm/test/CodeGen/SystemZ/
Dint-add-12.ll63 ; 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/
DSystemZInstrInfo.cpp762 return BuildMI(MF, MI->getDebugLoc(), get(SystemZ::AGSI)) in foldMemoryOperandImpl()
782 Opcode = (Opcode == SystemZ::AHI ? SystemZ::ASI : SystemZ::AGSI); in foldMemoryOperandImpl()
DSystemZInstrInfo.td731 def AGSI : BinarySIY<"agsi", 0xEB7A, add, imm64sx8>;