Searched refs:agr (Results 1 - 9 of 9) sorted by relevance

/external/valgrind/none/tests/s390x/
H A Dadd.c29 regsweep(agr, s2, 0);
H A Dadd.stdout.exp100 agr 0 + 0000000000000000 + 0000000000000000 = 0000000000000000 (cc=0)
101 agr 0 + 0000000000000001 + 0000000000000000 = 0000000000000001 (cc=2)
102 agr 0 + 000000000000FFFF + 0000000000000000 = 000000000000FFFF (cc=2)
103 agr 0 + 0000000000007FFF + 0000000000000000 = 0000000000007FFF (cc=2)
104 agr 0 + 0000000000008000 + 0000000000000000 = 0000000000008000 (cc=2)
105 agr 0 + 00000000FFFFFFFF + 0000000000000000 = 00000000FFFFFFFF (cc=2)
106 agr 0 + 0000000080000000 + 0000000000000000 = 0000000080000000 (cc=2)
107 agr 0 + 000000007FFFFFFF + 0000000000000000 = 000000007FFFFFFF (cc=2)
108 agr 0 + FFFFFFFFFFFFFFFF + 0000000000000000 = FFFFFFFFFFFFFFFF (cc=1)
109 agr
[all...]
/external/v8/test/cctest/
H A Dtest-assembler-s390.cc182 __ agr(r14, r13);
/external/v8/src/s390/
H A Ddisasm-s390.cc656 Format(instr, "agr\t'r5,'r6");
H A Dassembler-s390.h999 void agr(Register r1, Register r2);
H A Dmacro-assembler-s390.h93 #define AddRR agr
H A Dassembler-s390.cc1902 void Assembler::agr(Register r1, Register r2) { rre_form(AGR, r1, r2); } function in class:v8::internal::Assembler
H A Dmacro-assembler-s390.cc3931 agr(dst, src1);
/external/llvm/test/MC/SystemZ/
H A Dinsn-good.s168 #CHECK: agr %r0, %r0 # encoding: [0xb9,0x08,0x00,0x00]
169 #CHECK: agr %r0, %r15 # encoding: [0xb9,0x08,0x00,0x0f]
170 #CHECK: agr %r15, %r0 # encoding: [0xb9,0x08,0x00,0xf0]
171 #CHECK: agr %r7, %r8 # encoding: [0xb9,0x08,0x00,0x78]
173 agr %r0,%r0
174 agr %r0,%r15
175 agr %r15,%r0
176 agr %r7,%r8

Completed in 4677 milliseconds