Searched refs:X86_OP_INT (Results 1 – 3 of 3) sorted by relevance
145 X86_OP_INT, /* loaded into/stored from s->T0/T1 */ enumerator
2019 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;2763 assert(decode.op[0].unit == X86_OP_INT);2770 assert(decode.op[2].unit == X86_OP_INT);[all …]
80 assert(decode->op[2].unit == X86_OP_INT && decode->op[2].ot != MO_8);267 case X86_OP_INT:347 case X86_OP_INT:3263 case X86_OP_INT:4013 int unit = decode->e.op3 == X86_TYPE_I ? X86_OP_IMM : X86_OP_INT;4065 int unit = decode->e.op3 == X86_TYPE_I ? X86_OP_IMM : X86_OP_INT;4776 if (decode->op[1].unit == X86_OP_INT &&4777 decode->op[2].unit == X86_OP_INT &&