Home
last modified time | relevance | path

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

/external/valgrind/perf/
Dtinycc.c15088 #define OP_IM16 (1 << OPT_IM16) macro
16181 op->type |= OP_IM16; in parse_operand()
16372 v = OP_IM8 | OP_IM16 | OP_IM32; in asm_opcode()
16381 v = OP_IM16 | OP_IM32; in asm_opcode()
16560 if (v & (OP_IM8 | OP_IM16 | OP_IM32 | OP_IM8S | OP_ADDR)) { in asm_opcode()
16563 if (v == (OP_IM8 | OP_IM16 | OP_IM32) || in asm_opcode()
16564 v == (OP_IM16 | OP_IM32)) { in asm_opcode()
16568 v = OP_IM16; in asm_opcode()
16576 } else if (v & OP_IM16) { in asm_opcode()