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

/external/qemu/
H A Di386-dis.c185 static void OP_SEG (int, int);
412 #define Sw { OP_SEG, w_mode }
413 #define Sv { OP_SEG, v_mode }
5616 OP_SEG (int bytemode, int sizeflag) function
/external/valgrind/main/perf/
H A Dtinycc.c15086 #define OP_SEG (1 << OPT_SEG)
16143 op->type = OP_SEG;
16420 (ops[0].type & (OP_SEG | OP_IM8S | OP_IM32)))
16543 (v & (OP_REG | OP_MMX | OP_SSE | OP_CR | OP_TR | OP_DB | OP_SEG))) {
15084 #define OP_SEG macro

Completed in 123 milliseconds