Searched refs:cly (Results 1 - 7 of 7) sorted by relevance
/external/v8/test/cctest/ |
H A D | test-disasm-s390.cc | 269 COMPARE(cly(r8, MemOperand(r5, r4, 14)), "e385400e0055 cly\tr8,14(r5,r4)");
|
/external/v8/src/s390/ |
H A D | disasm-s390.cc | 1245 Format(instr, "cly\t'r1,'d2('r2d,'r3)");
|
H A D | assembler-s390.h | 902 void cly(Register r, const MemOperand& opnd);
|
H A D | assembler-s390.cc | 1731 void Assembler::cly(Register r, const MemOperand& opnd) { function in class:v8::internal::Assembler
|
H A D | macro-assembler-s390.cc | 4716 cly(dst, opnd);
|
/external/llvm/test/MC/SystemZ/ |
H A D | insn-bad.s | 1126 #CHECK: cly %r0, -524289 1128 #CHECK: cly %r0, 524288 1130 cly %r0, -524289 1131 cly %r0, 524288
|
H A D | insn-good.s | 3859 #CHECK: cly %r0, -524288 # encoding: [0xe3,0x00,0x00,0x00,0x80,0x55] 3860 #CHECK: cly %r0, -1 # encoding: [0xe3,0x00,0x0f,0xff,0xff,0x55] 3861 #CHECK: cly %r0, 0 # encoding: [0xe3,0x00,0x00,0x00,0x00,0x55] 3862 #CHECK: cly %r0, 1 # encoding: [0xe3,0x00,0x00,0x01,0x00,0x55] 3863 #CHECK: cly %r0, 524287 # encoding: [0xe3,0x00,0x0f,0xff,0x7f,0x55] 3864 #CHECK: cly %r0, 0(%r1) # encoding: [0xe3,0x00,0x10,0x00,0x00,0x55] 3865 #CHECK: cly %r0, 0(%r15) # encoding: [0xe3,0x00,0xf0,0x00,0x00,0x55] 3866 #CHECK: cly %r0, 524287(%r1,%r15) # encoding: [0xe3,0x01,0xff,0xff,0x7f,0x55] 3867 #CHECK: cly %r0, 524287(%r15,%r1) # encoding: [0xe3,0x0f,0x1f,0xff,0x7f,0x55] 3868 #CHECK: cly [all...] |
Completed in 1107 milliseconds