Searched refs:sllg (Results 1 - 10 of 10) sorted by relevance

/external/valgrind/coregrind/m_dispatch/
H A Ddispatch-s390x-linux.S227 sllg %r7,%r5,3
/external/v8/test/cctest/
H A Dtest-disasm-s390.cc180 COMPARE(sllg(r0, r1, r2), "eb012000000d sllg\tr0,r1,0(r2)");
181 COMPARE(sllg(r0, r1, Operand(10)), "eb01000a000d sllg\tr0,r1,10(r0)");
/external/v8/src/compiler/s390/
H A Dcode-generator-s390.cc856 ASSEMBLE_BINOP(sllg, sllg);
924 __ sllg(r0, i.InputRegister(1), Operand(32));
925 __ sllg(r1, i.InputRegister(3), Operand(32));
1003 __ sllg(i.OutputRegister(), i.OutputRegister(), Operand(clearBitLeft));
1006 __ sllg(i.OutputRegister(), i.OutputRegister(), Operand(clearBitRight));
1024 __ sllg(i.OutputRegister(), i.OutputRegister(), Operand(clearBit));
1040 __ sllg(i.OutputRegister(), i.OutputRegister(), Operand(clearBit));
1598 __ sllg(kScratchReg, i.InputRegister(1), Operand(32));
1604 __ sllg(kScratchRe
[all...]
/external/llvm/test/MC/SystemZ/
H A Dinsn-bad.s2929 #CHECK: sllg %r0,%r0,-524289
2931 #CHECK: sllg %r0,%r0,524288
2933 #CHECK: sllg %r0,%r0,0(%r0)
2935 #CHECK: sllg %r0,%r0,0(%r1,%r2)
2937 sllg %r0,%r0,-524289
2938 sllg %r0,%r0,524288
2939 sllg %r0,%r0,0(%r0)
2940 sllg %r0,%r0,0(%r1,%r2)
H A Dinsn-good.s7689 #CHECK: sllg %r0, %r0, 0 # encoding: [0xeb,0x00,0x00,0x00,0x00,0x0d]
7690 #CHECK: sllg %r15, %r1, 0 # encoding: [0xeb,0xf1,0x00,0x00,0x00,0x0d]
7691 #CHECK: sllg %r1, %r15, 0 # encoding: [0xeb,0x1f,0x00,0x00,0x00,0x0d]
7692 #CHECK: sllg %r15, %r15, 0 # encoding: [0xeb,0xff,0x00,0x00,0x00,0x0d]
7693 #CHECK: sllg %r0, %r0, -524288 # encoding: [0xeb,0x00,0x00,0x00,0x80,0x0d]
7694 #CHECK: sllg %r0, %r0, -1 # encoding: [0xeb,0x00,0x0f,0xff,0xff,0x0d]
7695 #CHECK: sllg %r0, %r0, 1 # encoding: [0xeb,0x00,0x00,0x01,0x00,0x0d]
7696 #CHECK: sllg %r0, %r0, 524287 # encoding: [0xeb,0x00,0x0f,0xff,0x7f,0x0d]
7697 #CHECK: sllg %r0, %r0, 0(%r1) # encoding: [0xeb,0x00,0x10,0x00,0x00,0x0d]
7698 #CHECK: sllg
[all...]
/external/v8/src/s390/
H A Ddisasm-s390.cc1086 Format(instr, "sllg\t'r1,'r2,'d2('r3)");
H A Dassembler-s390.h943 void sllg(Register r1, Register r3, const Operand& opnd);
944 void sllg(Register r1, Register r3, const Register opnd);
H A Dassembler-s390.cc2358 void Assembler::sllg(Register r1, Register r3, Register opnd) { function in class:v8::internal::Assembler
2364 void Assembler::sllg(Register r1, Register r3, const Operand& opnd) { function in class:v8::internal::Assembler
H A Dmacro-assembler-s390.h122 #define ShiftLeftP sllg
H A Dmacro-assembler-s390.cc4216 sllg(src, src, Operand(32));

Completed in 442 milliseconds