HomeSort by relevance Sort by last modified time
    Searched defs:ENC2 (Results 1 - 2 of 2) sorted by null

  /external/valgrind/VEX/priv/
s390_disasm.h 41 #undef ENC2
42 #define ENC2(a,b) ((P(DONE) << 8) | (P(b) << 4) | P(a))
  /toolchain/binutils/binutils-2.25/include/opcode/
tic6x-opcode-table.h 125 #define ENC2(a, b) 2, { a, b }
339 ENC2(ENC(s, fu, 0), ENC(cst, ucst, 1)))
497 ENC2(ENC(s, fu, 0), ENC(cst, pcrel, 0)))
501 ENC2(ENC(x, xpath, 0), ENC(src2, reg, 0)))
537 ENC2(ENC(src2, pcrel, 0), ENC(src1, ucst, 1)))
549 ENC2(ENC(s, fu, 0), ENC(cst, pcrel_half_unsigned, 0)))
559 ENC2(ENC(s, fu, 0), ENC(cst, pcrel_half_unsigned, 0)))
581 ENC2(ENC(s, fu, 0), ENC(cst, pcrel, 0)))
586 ENC2(ENC(x, xpath, 0), ENC(src2, reg, 0)))
607 ENC2(ENC(src2, pcrel, 0), ENC(src1, ucst, 1))
    [all...]

Completed in 86 milliseconds