Home
last modified time | relevance | path

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

/external/valgrind/main/perf/
Dtinycc.c15086 #define OP_IM8 (1 << OPT_IM8) macro
16177 op->type |= OP_IM8; in parse_operand()
16372 v = OP_IM8 | 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()
16566 v = OP_IM8; in asm_opcode()
16572 if (v & (OP_IM8 | OP_IM8S)) { in asm_opcode()