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

/external/valgrind/perf/
H A Dtinycc.c15079 #define OP_REG16 (1 << OPT_REG16)
15100 #define OP_REG (OP_REG8 | OP_REG16 | OP_REG32)
15110 [OP_REG16] = 1,
16137 else if (op->type == OP_REG16 && op->reg == TREG_EDX)
16377 v = OP_REG8 | OP_REG16 | OP_REG32;
16380 v = OP_REG16 | OP_REG32;
15077 #define OP_REG16 macro

Completed in 153 milliseconds