Searched defs:OP_REG (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/perf/
H A Dtinycc.c15100 #define OP_REG (OP_REG8 | OP_REG16 | OP_REG32)
16133 if ((op->type & OP_REG) && op->reg == TREG_EAX)
16264 if (op->type & (OP_REG | OP_MMX | OP_SSE)) {
16415 if ((ops[i].type & OP_REG) && !(op_type[i] & (OP_CL | OP_DX)))
16416 s = reg_to_size[ops[i].type & OP_REG];
16462 if (op_type[i] & (OP_REG | OP_ST)) {
16530 if (op_type[i] & (OP_REG | OP_MMX | OP_SSE | OP_INDIR))
16543 (v & (OP_REG | OP_MMX | OP_SSE | OP_CR | OP_TR | OP_DB | OP_SEG))) {
15098 #define OP_REG macro

Completed in 152 milliseconds