Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Ddecode-new.h147 X86_OP_SSE, /* address in either s->ptrX or s->A0 depending on has_ea */ enumerator
H A Ddecode-new.c.inc2071 op->unit = X86_OP_SSE;
2093 op->unit = X86_OP_SSE;
2106 op->unit = X86_OP_SSE;
2120 op->unit = X86_OP_SSE;
2152 op->unit = X86_OP_SSE;
2839 } else if (decode.op[0].unit == X86_OP_SSE) {
H A Demit.c.inc142 assert(op->unit == X86_OP_MMX || op->unit == X86_OP_SSE);
180 assert(op->unit == X86_OP_SSE);
183 assert(op->unit == X86_OP_SSE);
317 case X86_OP_SSE:
335 assert(op->unit == X86_OP_MMX || op->unit == X86_OP_SSE);
369 case X86_OP_SSE: