Searched refs:AGSI (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/none/tests/s390x/
H A Dadd_GE.c8 memimmsweep(AGSI, 00, 0);
12 memimmsweep(AGSI, 01, 0);
16 memimmsweep(AGSI, ff, 0);
20 memimmsweep(AGSI, 80, 0);
24 memimmsweep(AGSI, 7f, 0);
H A 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
[all...]
H A Dopcodes.h109 #define AGSI(i2,b1,dl1,dh1) SIY_IRD(eb,i2,b1,dl1,dh1,7a) macro
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp759 // LA(Y) %reg, CONST(%reg) -> AGSI %mem, CONST
760 return BuildMI(MF, MI->getDebugLoc(), get(SystemZ::AGSI))
780 Opcode = (Opcode == SystemZ::AHI ? SystemZ::ASI : SystemZ::AGSI);

Completed in 535 milliseconds