Home
last modified time | relevance | path

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

/external/valgrind/perf/
Dtinycc.c15089 #define OP_IM32 (1 << OPT_IM32) macro
15099 #define OP_IM OP_IM32
16172 op->type = OP_IM32; in parse_operand()
16372 v = OP_IM8 | OP_IM16 | OP_IM32; in asm_opcode()
16381 v = OP_IM16 | OP_IM32; in asm_opcode()
16418 (ops[0].type & (OP_SEG | OP_IM8S | 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()
16570 v = OP_IM32; in asm_opcode()