Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Ddecode-new.h148 X86_OP_MMX, /* address in either s->ptrX or s->A0 depending on has_ea */ enumerator
H A Ddecode-new.c.inc1900 if (op->unit != X86_OP_MMX) {
2063 op->unit = X86_OP_MMX;
2069 op->unit = X86_OP_MMX;
2075 if (op->unit != X86_OP_MMX) {
2085 op->unit = X86_OP_MMX;
2091 op->unit = X86_OP_MMX;
2098 op->unit = X86_OP_MMX;
2104 op->unit = X86_OP_MMX;
2837 if (decode.op[0].unit == X86_OP_MMX) {
H A Demit.c.inc142 assert(op->unit == X86_OP_MMX || op->unit == X86_OP_SSE);
144 if (op->unit == X86_OP_MMX) {
156 if (op->unit == X86_OP_MMX) {
162 if (op->unit == X86_OP_MMX) {
168 if (op->unit == X86_OP_MMX) {
174 if (op->unit == X86_OP_MMX) {
313 case X86_OP_MMX:
335 assert(op->unit == X86_OP_MMX || op->unit == X86_OP_SSE);
367 case X86_OP_MMX: