Searched refs:llh (Results 1 - 8 of 8) sorted by relevance

/external/v8/test/cctest/
H A Dtest-disasm-s390.cc266 COMPARE(llh(r4, MemOperand(r1, 10)), "e340100a0095 llh\tr4,10(r1)");
/external/v8/src/s390/
H A Ddisasm-s390.cc1218 Format(instr, "llh\t'r1,'d2('r2d,'r3)");
H A Dassembler-s390.h863 void llh(Register r, const MemOperand& src);
H A Dmacro-assembler-s390.h153 #define LoadLogicalHalfWordP llh
H A Dassembler-s390.cc1589 void Assembler::llh(Register r1, const MemOperand& opnd) { function in class:v8::internal::Assembler
/external/llvm/test/MC/SystemZ/
H A Dinsn-bad.s1820 #CHECK: llh %r0, -524289
1822 #CHECK: llh %r0, 524288
1824 llh %r0, -524289
1825 llh %r0, 524288
H A Dinsn-good.s5564 #CHECK: llh %r0, -524288 # encoding: [0xe3,0x00,0x00,0x00,0x80,0x95]
5565 #CHECK: llh %r0, -1 # encoding: [0xe3,0x00,0x0f,0xff,0xff,0x95]
5566 #CHECK: llh %r0, 0 # encoding: [0xe3,0x00,0x00,0x00,0x00,0x95]
5567 #CHECK: llh %r0, 1 # encoding: [0xe3,0x00,0x00,0x01,0x00,0x95]
5568 #CHECK: llh %r0, 524287 # encoding: [0xe3,0x00,0x0f,0xff,0x7f,0x95]
5569 #CHECK: llh %r0, 0(%r1) # encoding: [0xe3,0x00,0x10,0x00,0x00,0x95]
5570 #CHECK: llh %r0, 0(%r15) # encoding: [0xe3,0x00,0xf0,0x00,0x00,0x95]
5571 #CHECK: llh %r0, 524287(%r1,%r15) # encoding: [0xe3,0x01,0xff,0xff,0x7f,0x95]
5572 #CHECK: llh %r0, 524287(%r15,%r1) # encoding: [0xe3,0x0f,0x1f,0xff,0x7f,0x95]
5573 #CHECK: llh
[all...]
/external/v8/src/crankshaft/s390/
H A Dlithium-codegen-s390.cc1809 __ llh(result, operand);

Completed in 2000 milliseconds