Home
last modified time | relevance | path

Searched refs:cliy (Results 1 – 8 of 8) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dint-cmp-15.ll140 ; CHECK: cliy 4096(%r2), 127
152 ; CHECK: cliy 524287(%r2), 127
178 ; CHECK: cliy -1(%r2), 127
190 ; CHECK: cliy -524288(%r2), 127
232 ; CHECK: cliy 4096(%r2), 127
/external/llvm/test/MC/SystemZ/
Dinsn-bad.s1145 #CHECK: cliy -524289, 0
1147 #CHECK: cliy 524288, 0
1149 #CHECK: cliy 0(%r1,%r2), 0
1151 #CHECK: cliy 0, -1
1153 #CHECK: cliy 0, 256
1155 cliy -524289, 0
1156 cliy 524288, 0
1157 cliy 0(%r1,%r2), 0
1158 cliy 0, -1
1159 cliy 0, 256
Dinsn-good.s4164 #CHECK: cliy -524288, 0 # encoding: [0xeb,0x00,0x00,0x00,0x80,0x55]
4165 #CHECK: cliy -1, 0 # encoding: [0xeb,0x00,0x0f,0xff,0xff,0x55]
4166 #CHECK: cliy 0, 0 # encoding: [0xeb,0x00,0x00,0x00,0x00,0x55]
4167 #CHECK: cliy 1, 0 # encoding: [0xeb,0x00,0x00,0x01,0x00,0x55]
4168 #CHECK: cliy 524287, 0 # encoding: [0xeb,0x00,0x0f,0xff,0x7f,0x55]
4169 #CHECK: cliy 0, 255 # encoding: [0xeb,0xff,0x00,0x00,0x00,0x55]
4170 #CHECK: cliy 0(%r1), 42 # encoding: [0xeb,0x2a,0x10,0x00,0x00,0x55]
4171 #CHECK: cliy 0(%r15), 42 # encoding: [0xeb,0x2a,0xf0,0x00,0x00,0x55]
4172 #CHECK: cliy 524287(%r1), 42 # encoding: [0xeb,0x2a,0x1f,0xff,0x7f,0x55]
4173 #CHECK: cliy 524287(%r15), 42 # encoding: [0xeb,0x2a,0xff,0xff,0x7f,0x55]
[all …]
/external/llvm/test/MC/Disassembler/SystemZ/
Dinsns.txt2401 # CHECK: cliy -524288, 0
2404 # CHECK: cliy -1, 0
2407 # CHECK: cliy 0, 0
2410 # CHECK: cliy 1, 0
2413 # CHECK: cliy 524287, 0
2416 # CHECK: cliy 0, 255
2419 # CHECK: cliy 0(%r1), 42
2422 # CHECK: cliy 0(%r15), 42
2425 # CHECK: cliy 524287(%r1), 42
2428 # CHECK: cliy 524287(%r15), 42
/external/v8/src/s390/
Dassembler-s390.h1065 void cliy(const MemOperand& mem, const Operand& imm);
Dassembler-s390.cc1354 void Assembler::cliy(const MemOperand& opnd, const Operand& imm) { in cliy() function in v8::internal::Assembler
Dconstants-s390.h975 V(cliy, CLIY, 0xEB55) /* type = SIY COMPARE LOGICAL (immediate) */ \
Dmacro-assembler-s390.cc4488 cliy(mem, imm); in CmpLogicalByte()