Home
last modified time | relevance | path

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

/external/valgrind/perf/
Dtinycc.c15087 #define OP_IM8S (1 << OPT_IM8S) macro
16179 op->type |= OP_IM8S; in parse_operand()
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()
16572 if (v & (OP_IM8 | OP_IM8S)) { in asm_opcode()