Home
last modified time | relevance | path

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

/external/valgrind/perf/
Dtinycc.c15077 #define OP_REG16 (1 << OPT_REG16) macro
15098 #define OP_REG (OP_REG8 | OP_REG16 | OP_REG32)
15108 [OP_REG16] = 1,
16135 else if (op->type == OP_REG16 && op->reg == TREG_EDX) in parse_operand()
16375 v = OP_REG8 | OP_REG16 | OP_REG32; in asm_opcode()
16378 v = OP_REG16 | OP_REG32; in asm_opcode()