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

  /external/valgrind/main/none/tests/s390x/
add.c 11 immsweep(aghi, 0, 0);
12 immsweep(aghi, -1, 0);
13 immsweep(aghi, -32768, 0);
14 immsweep(aghi, 32767, 0);
add.stdout.exp     [all...]
  /external/valgrind/main/coregrind/m_dispatch/
dispatch-s390x-linux.S 93 aghi SP,-S390_INNERLOOP_FRAME_SIZE
165 aghi SP,S390_INNERLOOP_FRAME_SIZE
  /external/llvm/test/DebugInfo/SystemZ/
eh_frame.s 14 aghi %r15, -160
eh_frame_personality.s 15 aghi %r15, -160
variable-loc.s 58 aghi %r15, -568
  /external/chromium_org/third_party/openssl/openssl/crypto/modes/asm/
ghash-s390x.pl 108 aghi $Xi,-1
147 aghi $Xi,-1
  /external/openssl/crypto/modes/asm/
ghash-s390x.pl 108 aghi $Xi,-1
147 aghi $Xi,-1
  /external/libffi/src/s390/
sysv.S 257 aghi %r15,-160-80 # Allocate stack
262 aghi %r11,-80 # Register save area
332 aghi %r15,-160
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aes-s390x.pl 290 aghi $rounds,-1
616 aghi $rounds,-1
1114 aghi $rounds,-1
1306 aghi $len,15
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha512-s390x.pl 284 aghi $len,`16*$SZ`
  /external/openssl/crypto/aes/asm/
aes-s390x.pl 290 aghi $rounds,-1
616 aghi $rounds,-1
1114 aghi $rounds,-1
1306 aghi $len,15
    [all...]
  /external/openssl/crypto/sha/asm/
sha512-s390x.pl 284 aghi $len,`16*$SZ`
  /external/llvm/test/MC/SystemZ/
insn-bad.s 62 #CHECK: aghi %r0, -32769
64 #CHECK: aghi %r0, 32768
66 #CHECK: aghi %r0, foo
68 aghi %r0, -32769
69 aghi %r0, 32768
70 aghi %r0, foo
    [all...]
insn-good.s 154 #CHECK: aghi %r0, -32768 # encoding: [0xa7,0x0b,0x80,0x00]
155 #CHECK: aghi %r0, -1 # encoding: [0xa7,0x0b,0xff,0xff]
156 #CHECK: aghi %r0, 0 # encoding: [0xa7,0x0b,0x00,0x00]
157 #CHECK: aghi %r0, 1 # encoding: [0xa7,0x0b,0x00,0x01]
158 #CHECK: aghi %r0, 32767 # encoding: [0xa7,0x0b,0x7f,0xff]
159 #CHECK: aghi %r15, 0 # encoding: [0xa7,0xfb,0x00,0x00]
161 aghi %r0, -32768
162 aghi %r0, -1
163 aghi %r0, 0
164 aghi %r0,
    [all...]

Completed in 246 milliseconds