Searched refs:llh (Results 1 - 8 of 8) sorted by relevance
/external/v8/test/cctest/ |
H A D | test-disasm-s390.cc | 266 COMPARE(llh(r4, MemOperand(r1, 10)), "e340100a0095 llh\tr4,10(r1)");
|
/external/v8/src/s390/ |
H A D | disasm-s390.cc | 1218 Format(instr, "llh\t'r1,'d2('r2d,'r3)");
|
H A D | assembler-s390.h | 863 void llh(Register r, const MemOperand& src);
|
H A D | macro-assembler-s390.h | 153 #define LoadLogicalHalfWordP llh
|
H A D | assembler-s390.cc | 1589 void Assembler::llh(Register r1, const MemOperand& opnd) { function in class:v8::internal::Assembler
|
/external/llvm/test/MC/SystemZ/ |
H A D | insn-bad.s | 1820 #CHECK: llh %r0, -524289 1822 #CHECK: llh %r0, 524288 1824 llh %r0, -524289 1825 llh %r0, 524288
|
H A D | insn-good.s | 5564 #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 D | lithium-codegen-s390.cc | 1809 __ llh(result, operand);
|
Completed in 2000 milliseconds