Lines Matching refs:OPER_REG_OP_ORDER
20 OPER_REG_OP_ORDER enumerator
34 {0x01, "add", OPER_REG_OP_ORDER}, {0x03, "add", REG_OPER_OP_ORDER},
35 {0x09, "or", OPER_REG_OP_ORDER}, {0x0B, "or", REG_OPER_OP_ORDER},
37 {0x21, "and", OPER_REG_OP_ORDER}, {0x23, "and", REG_OPER_OP_ORDER},
38 {0x29, "sub", OPER_REG_OP_ORDER}, {0x2A, "subb", REG_OPER_OP_ORDER},
39 {0x2B, "sub", REG_OPER_OP_ORDER}, {0x31, "xor", OPER_REG_OP_ORDER},
40 {0x33, "xor", REG_OPER_OP_ORDER}, {0x38, "cmpb", OPER_REG_OP_ORDER},
41 {0x39, "cmp", OPER_REG_OP_ORDER}, {0x3A, "cmpb", REG_OPER_OP_ORDER},
535 case OPER_REG_OP_ORDER: { in PrintOperands()
1800 data += PrintOperands(f0mnem, OPER_REG_OP_ORDER, data); in InstructionDecode()
1920 data += PrintOperands("cmpw", OPER_REG_OP_ORDER, data); in InstructionDecode()
2230 data += PrintOperands("cmpxchg_w", OPER_REG_OP_ORDER, data); in InstructionDecode()