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

/external/valgrind/none/tests/s390x/
H A Dinsert.stdout.exp13 icy 0000000000000000 <- 0000000000000000 = 0000000000000000
14 icy 0000000000000001 <- 0000000000000000 = 0000000000000000
15 icy 000000000000FFFF <- 0000000000000000 = 000000000000FF00
16 icy 0000000000007FFF <- 0000000000000000 = 0000000000007F00
17 icy 0000000000008000 <- 0000000000000000 = 0000000000008000
18 icy 00000000FFFFFFFF <- 0000000000000000 = 00000000FFFFFF00
19 icy 0000000080000000 <- 0000000000000000 = 0000000080000000
20 icy 000000007FFFFFFF <- 0000000000000000 = 000000007FFFFF00
21 icy AAAAAAAAAAAAAAAA <- 0000000000000000 = AAAAAAAAAAAAAA00
22 icy 800000000000000
[all...]
/external/v8/test/cctest/
H A Dtest-disasm-s390.cc290 COMPARE(icy(r2, MemOperand(r3, 2)), "e32030020073 icy\tr2,2(r3)");
/external/v8/src/s390/
H A Ddisasm-s390.cc1266 Format(instr, "icy\t'r1,'d2('r2d,'r3)");
H A Dassembler-s390.h776 RXY_FORM(icy);
H A Dassembler-s390.cc2579 void Assembler::icy(Register r1, const MemOperand& opnd) { function in class:v8::internal::Assembler
/external/llvm/test/MC/SystemZ/
H A Dinsn-bad.s1385 #CHECK: icy %r0, -524289
1387 #CHECK: icy %r0, 524288
1389 icy %r0, -524289
1390 icy %r0, 524288
H A Dinsn-good.s4559 #CHECK: icy %r0, -524288 # encoding: [0xe3,0x00,0x00,0x00,0x80,0x73]
4560 #CHECK: icy %r0, -1 # encoding: [0xe3,0x00,0x0f,0xff,0xff,0x73]
4561 #CHECK: icy %r0, 0 # encoding: [0xe3,0x00,0x00,0x00,0x00,0x73]
4562 #CHECK: icy %r0, 1 # encoding: [0xe3,0x00,0x00,0x01,0x00,0x73]
4563 #CHECK: icy %r0, 524287 # encoding: [0xe3,0x00,0x0f,0xff,0x7f,0x73]
4564 #CHECK: icy %r0, 0(%r1) # encoding: [0xe3,0x00,0x10,0x00,0x00,0x73]
4565 #CHECK: icy %r0, 0(%r15) # encoding: [0xe3,0x00,0xf0,0x00,0x00,0x73]
4566 #CHECK: icy %r0, 524287(%r1,%r15) # encoding: [0xe3,0x01,0xff,0xff,0x7f,0x73]
4567 #CHECK: icy %r0, 524287(%r15,%r1) # encoding: [0xe3,0x0f,0x1f,0xff,0x7f,0x73]
4568 #CHECK: icy
[all...]

Completed in 143 milliseconds