HomeSort by relevance Sort by last modified time
    Searched full:icmh (Results 1 - 14 of 14) sorted by null

  /external/valgrind/none/tests/s390x/
icm.c 11 #define icmh(r1, mask, b) do {\ macro
13 "icmh 1," #mask ",0(%1)\n" \
52 icmh(&a[0+offset+cc], 0, what); cc = get_cc(); \
53 icmh(&a[1+offset+cc], 1, what); cc = get_cc(); \
54 icmh(&a[2+offset+cc], 2, what); cc = get_cc(); \
55 icmh(&a[3+offset+cc], 3, what); cc = get_cc(); \
56 icmh(&a[4+offset+cc], 4, what); cc = get_cc(); \
57 icmh(&a[5+offset+cc], 5, what); cc = get_cc(); \
58 icmh(&a[6+offset+cc], 6, what); cc = get_cc(); \
59 icmh(&a[7+offset+cc], 7, what); cc = get_cc();
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/s390/
zarch-z900.s 55 icmh %r9,10,4095(%r5)
zarch-z990.s 38 icmh %r6,15,-524288(%r5)
zarch-z900.d 61 .*: eb 9a 5f ff 00 80 [ ]*icmh %r9,10,4095\(%r5\)
zarch-z990.d 44 .*: eb 6f 50 00 80 80 [ ]*icmh %r6,15,-524288\(%r5\)
  /external/llvm/test/MC/SystemZ/
insn-bad.s 1495 #CHECK: icmh %r0, 0, -524289
1497 #CHECK: icmh %r0, 0, 524288
1499 #CHECK: icmh %r0, -1, 0
1501 #CHECK: icmh %r0, 16, 0
1503 icmh %r0, 0, -524289
1504 icmh %r0, 0, 524288
1505 icmh %r0, -1, 0
1506 icmh %r0, 16, 0
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
s390-opc.c 391 #define INSTR_RSE_RURD 6, { R_8,U4_12,D_20,B_16,0,0 } /* e.g. icmh */
398 #define INSTR_RSY_RURD 6, { R_8,U4_12,D20_20,B_16,0,0 } /* e.g. icmh */
    [all...]
s390-opc.txt 461 eb0000000080 icmh RSE_RURD "insert characters under mask high" z900 zarch
    [all...]
  /external/v8/src/s390/
simulator-s390.h 1167 EVALUATE(ICMH);
constants-s390.h 212 V(icmh, ICMH, 0xEB80) /* type = RSY_B INSERT CHARACTERS UNDER MASK (high) */ \
    [all...]
simulator-s390.cc     [all...]
  /external/llvm/test/MC/Disassembler/SystemZ/
insns.txt     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.td     [all...]
  /external/valgrind/VEX/priv/
guest_s390_toIR.c     [all...]

Completed in 1324 milliseconds