Home
last modified time | relevance | path

Searched refs:lhy (Results 1 – 11 of 11) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dint-conv-05.ll49 ; CHECK: lhy %r2, 4096(%r2)
60 ; CHECK: lhy %r2, 524286(%r2)
84 ; CHECK: lhy %r2, -2(%r2)
95 ; CHECK: lhy %r2, -524288(%r2)
132 ; CHECK: lhy %r2, 4096(%r3,%r2)
Dasm-18.ll85 ; CHECK-DAG: lhy [[REG4:%r[0-5]]], 524286(%r3)
/external/swiftshader/third_party/LLVM/test/CodeGen/SystemZ/
D05-MemLoadsStores16.ll2 ; RUN: llc < %s | grep {lhy.%} | count 2
/external/llvm/test/MC/SystemZ/
Dinsn-good.s6290 #CHECK: lhy %r0, -524288 # encoding: [0xe3,0x00,0x00,0x00,0x80,0x78]
6291 #CHECK: lhy %r0, -1 # encoding: [0xe3,0x00,0x0f,0xff,0xff,0x78]
6292 #CHECK: lhy %r0, 0 # encoding: [0xe3,0x00,0x00,0x00,0x00,0x78]
6293 #CHECK: lhy %r0, 1 # encoding: [0xe3,0x00,0x00,0x01,0x00,0x78]
6294 #CHECK: lhy %r0, 524287 # encoding: [0xe3,0x00,0x0f,0xff,0x7f,0x78]
6295 #CHECK: lhy %r0, 0(%r1) # encoding: [0xe3,0x00,0x10,0x00,0x00,0x78]
6296 #CHECK: lhy %r0, 0(%r15) # encoding: [0xe3,0x00,0xf0,0x00,0x00,0x78]
6297 #CHECK: lhy %r0, 524287(%r1,%r15) # encoding: [0xe3,0x01,0xff,0xff,0x7f,0x78]
6298 #CHECK: lhy %r0, 524287(%r15,%r1) # encoding: [0xe3,0x0f,0x1f,0xff,0x7f,0x78]
6299 #CHECK: lhy %r15, 0 # encoding: [0xe3,0xf0,0x00,0x00,0x00,0x78]
[all …]
Dinsn-bad.s1885 #CHECK: lhy %r0, -524289
1887 #CHECK: lhy %r0, 524288
1889 lhy %r0, -524289
1890 lhy %r0, 524288
/external/llvm/test/MC/Disassembler/SystemZ/
Dinsns.txt4660 # CHECK: lhy %r0, -524288
4663 # CHECK: lhy %r0, -1
4666 # CHECK: lhy %r0, 0
4669 # CHECK: lhy %r0, 1
4672 # CHECK: lhy %r0, 524287
4675 # CHECK: lhy %r0, 0(%r1)
4678 # CHECK: lhy %r0, 0(%r15)
4681 # CHECK: lhy %r0, 524287(%r1,%r15)
4684 # CHECK: lhy %r0, 524287(%r15,%r1)
4687 # CHECK: lhy %r15, 0
/external/v8/src/s390/
Dassembler-s390.h843 void lhy(Register r, const MemOperand& src);
Dassembler-s390.cc1510 void Assembler::lhy(Register r, const MemOperand& src) { in lhy() function in v8::internal::Assembler
Dmacro-assembler-s390.cc5029 lhy(dst, mem); in LoadHalfWordP()
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZInstrInfo.td375 "lhy\t{$dst, $src}",
/external/valgrind/docs/internals/
Ds390-opcodes.csv592 lhy,"load halfword with long offset",implemented,