Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Ddecode-new.h145 X86_OP_INT, /* loaded into/stored from s->T0/T1 */ enumerator
H A Ddecode-new.c.inc2019 op->unit = X86_OP_INT;
2055 op->unit = X86_OP_INT;
2081 op->unit = X86_OP_INT;
2111 op->unit = X86_OP_INT;
2124 op->unit = X86_OP_INT;
2139 op->unit = X86_OP_INT;
2184 op->unit = X86_OP_INT;
2189 op->unit = X86_OP_INT;
2745 assert(decode.op[0].unit == X86_OP_INT);
2752 assert(decode.op[2].unit == X86_OP_INT);
[all …]
H A Demit.c.inc94 assert(decode->op[2].unit == X86_OP_INT && decode->op[2].ot != MO_8);
281 case X86_OP_INT:
360 case X86_OP_INT:
3247 case X86_OP_INT:
3955 int unit = decode->e.op3 == X86_TYPE_I ? X86_OP_IMM : X86_OP_INT;
4008 int unit = decode->e.op3 == X86_TYPE_I ? X86_OP_IMM : X86_OP_INT;
4716 if (decode->op[1].unit == X86_OP_INT &&
4717 decode->op[2].unit == X86_OP_INT &&