Searched refs:lgh (Results 1 - 7 of 7) sorted by relevance

/external/v8/test/cctest/
H A Dtest-disasm-s390.cc195 COMPARE(lgh(r8, MemOperand(r1, 8888)), "e38012b80215 lgh\tr8,8888(r1)");
/external/v8/src/s390/
H A Ddisasm-s390.cc1164 Format(instr, "lgh\t'r1,'d2('r2d,'r3)");
H A Dassembler-s390.h839 void lgh(Register r, const MemOperand& src);
H A Dmacro-assembler-s390.cc5226 lgh(dst, MemOperand(base, scratch));
5232 lgh(dst, mem);
H A Dassembler-s390.cc1503 void Assembler::lgh(Register r, const MemOperand& src) { function in class:v8::internal::Assembler
/external/llvm/test/MC/SystemZ/
H A Dinsn-bad.s1662 #CHECK: lgh %r0, -524289
1664 #CHECK: lgh %r0, 524288
1666 lgh %r0, -524289
1667 lgh %r0, 524288
H A Dinsn-good.s5141 #CHECK: lgh %r0, -524288 # encoding: [0xe3,0x00,0x00,0x00,0x80,0x15]
5142 #CHECK: lgh %r0, -1 # encoding: [0xe3,0x00,0x0f,0xff,0xff,0x15]
5143 #CHECK: lgh %r0, 0 # encoding: [0xe3,0x00,0x00,0x00,0x00,0x15]
5144 #CHECK: lgh %r0, 1 # encoding: [0xe3,0x00,0x00,0x01,0x00,0x15]
5145 #CHECK: lgh %r0, 524287 # encoding: [0xe3,0x00,0x0f,0xff,0x7f,0x15]
5146 #CHECK: lgh %r0, 0(%r1) # encoding: [0xe3,0x00,0x10,0x00,0x00,0x15]
5147 #CHECK: lgh %r0, 0(%r15) # encoding: [0xe3,0x00,0xf0,0x00,0x00,0x15]
5148 #CHECK: lgh %r0, 524287(%r1,%r15) # encoding: [0xe3,0x01,0xff,0xff,0x7f,0x15]
5149 #CHECK: lgh %r0, 524287(%r15,%r1) # encoding: [0xe3,0x0f,0x1f,0xff,0x7f,0x15]
5150 #CHECK: lgh
[all...]

Completed in 184 milliseconds