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

/external/valgrind/perf/
H A Dtinycc.c15078 #define OP_REG8 (1 << OPT_REG8)
15100 #define OP_REG (OP_REG8 | OP_REG16 | OP_REG32)
15109 [OP_REG8] = 0,
16135 else if (op->type == OP_REG8 && op->reg == TREG_ECX)
16377 v = OP_REG8 | OP_REG16 | OP_REG32;
15076 #define OP_REG8 macro

Completed in 126 milliseconds