Home
last modified time | relevance | path

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

/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;
2855 if (decode.op[0].unit == X86_OP_MMX) {
H A Demit.c.inc128 assert(op->unit == X86_OP_MMX || op->unit == X86_OP_SSE);
130 if (op->unit == X86_OP_MMX) {
142 if (op->unit == X86_OP_MMX) {
148 if (op->unit == X86_OP_MMX) {
154 if (op->unit == X86_OP_MMX) {
160 if (op->unit == X86_OP_MMX) {
300 case X86_OP_MMX:
322 assert(op->unit == X86_OP_MMX || op->unit == X86_OP_SSE);
354 case X86_OP_MMX: