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

/external/v8/test/cctest/
H A Dtest-disasm-s390.cc265 COMPARE(sly(r2, MemOperand(r9, r1, 15)), "e329100f005f sly\tr2,15(r9,r1)");
/external/v8/src/s390/
H A Ddisasm-s390.cc1215 Format(instr, "sly\t'r1,'d2('r2d,'r3)");
H A Dassembler-s390.h1034 void sly(Register r1, const MemOperand& opnd);
H A Dassembler-s390.cc2030 void Assembler::sly(Register r1, const MemOperand& opnd) { function in class:v8::internal::Assembler
H A Dmacro-assembler-s390.cc4244 sly(dst, opnd);
/external/llvm/test/MC/SystemZ/
H A Dinsn-bad.s2953 #CHECK: sly %r0, -524289
2955 #CHECK: sly %r0, 524288
2957 sly %r0, -524289
2958 sly %r0, 524288
H A Dinsn-good.s7725 #CHECK: sly %r0, -524288 # encoding: [0xe3,0x00,0x00,0x00,0x80,0x5f]
7726 #CHECK: sly %r0, -1 # encoding: [0xe3,0x00,0x0f,0xff,0xff,0x5f]
7727 #CHECK: sly %r0, 0 # encoding: [0xe3,0x00,0x00,0x00,0x00,0x5f]
7728 #CHECK: sly %r0, 1 # encoding: [0xe3,0x00,0x00,0x01,0x00,0x5f]
7729 #CHECK: sly %r0, 524287 # encoding: [0xe3,0x00,0x0f,0xff,0x7f,0x5f]
7730 #CHECK: sly %r0, 0(%r1) # encoding: [0xe3,0x00,0x10,0x00,0x00,0x5f]
7731 #CHECK: sly %r0, 0(%r15) # encoding: [0xe3,0x00,0xf0,0x00,0x00,0x5f]
7732 #CHECK: sly %r0, 524287(%r1,%r15) # encoding: [0xe3,0x01,0xff,0xff,0x7f,0x5f]
7733 #CHECK: sly %r0, 524287(%r15,%r1) # encoding: [0xe3,0x0f,0x1f,0xff,0x7f,0x5f]
7734 #CHECK: sly
[all...]

Completed in 264 milliseconds