Lines Matching refs:REG_OPER_OP_ORDER
42 REG_OPER_OP_ORDER, enumerator
58 {0x03, "add", REG_OPER_OP_ORDER},
60 {0x0B, "or", REG_OPER_OP_ORDER},
61 {0x1B, "sbb", REG_OPER_OP_ORDER},
63 {0x23, "and", REG_OPER_OP_ORDER},
65 {0x2A, "subb", REG_OPER_OP_ORDER},
66 {0x2B, "sub", REG_OPER_OP_ORDER},
68 {0x33, "xor", REG_OPER_OP_ORDER},
70 {0x3A, "cmpb", REG_OPER_OP_ORDER},
71 {0x3B, "cmp", REG_OPER_OP_ORDER},
72 {0x84, "test_b", REG_OPER_OP_ORDER},
73 {0x85, "test", REG_OPER_OP_ORDER},
74 {0x87, "xchg", REG_OPER_OP_ORDER},
75 {0x8A, "mov_b", REG_OPER_OP_ORDER},
76 {0x8B, "mov", REG_OPER_OP_ORDER},
77 {0x8D, "lea", REG_OPER_OP_ORDER},
476 case REG_OPER_OP_ORDER: { in PrintOperands()
654 int op_size = PrintOperands(mnem, REG_OPER_OP_ORDER, data + 2); in CMov()
989 data += PrintOperands(f0mnem, REG_OPER_OP_ORDER, data); in InstructionDecode()
1103 data += PrintOperands("mov_w", REG_OPER_OP_ORDER, data); in InstructionDecode()