HomeSort by relevance Sort by last modified time
    Searched refs:agr (Results 1 - 11 of 11) sorted by null

  /external/valgrind/none/tests/s390x/
add.c 29 regsweep(agr, s2, 0);
add.stdout.exp 100 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 0 + 8000000000000000 + 0000000000000000 = 8000000000000000 (cc=1
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/s390/
zarch-z900.s 7 agr %r9,%r6
zarch-z900.d 13 .*: b9 08 00 96 [ ]*agr %r9,%r6
  /external/v8/test/cctest/
test-assembler-s390.cc 182 __ agr(r14, r13);
  /external/v8/src/s390/
disasm-s390.cc 655 case AGR:
656 Format(instr, "agr\t'r5,'r6");
    [all...]
assembler-s390.h     [all...]
macro-assembler-s390.h 93 #define AddRR agr
    [all...]
assembler-s390.cc 1902 void Assembler::agr(Register r1, Register r2) { rre_form(AGR, r1, r2); } function in class:v8::internal::Assembler
    [all...]
macro-assembler-s390.cc     [all...]
  /external/llvm/test/MC/SystemZ/
insn-good.s 168 #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
    [all...]

Completed in 1888 milliseconds