Home
last modified time | relevance | path

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

/external/valgrind/perf/
Dtinycc.c15098 #define OP_REG (OP_REG8 | OP_REG16 | OP_REG32) macro
16131 if ((op->type & OP_REG) && op->reg == TREG_EAX) in parse_operand()
16262 if (op->type & (OP_REG | OP_MMX | OP_SSE)) { in asm_modrm()
16413 if ((ops[i].type & OP_REG) && !(op_type[i] & (OP_CL | OP_DX))) in asm_opcode()
16414 s = reg_to_size[ops[i].type & OP_REG]; in asm_opcode()
16460 if (op_type[i] & (OP_REG | OP_ST)) { in asm_opcode()
16528 if (op_type[i] & (OP_REG | OP_MMX | OP_SSE | OP_INDIR)) in asm_opcode()
16541 (v & (OP_REG | OP_MMX | OP_SSE | OP_CR | OP_TR | OP_DB | OP_SEG))) { in asm_opcode()