Lines Matching defs:ax
50 "ax", "cx", "dx", "bx", "sp", "bp", "si", "di",
305 bool ax = false; // implicit use of ax
320 case ax8_i8: opcode1 = #opname; ax = true; immediate_bytes = 1; byte_operand = true; break; \
321 case ax32_i32: opcode1 = #opname; ax = true; immediate_bytes = 4; break;
1314 if (ax) {
1315 // If this opcode implicitly uses ax, ax is always the first arg.
1323 if (has_modrm || reg_in_opcode || ax || cx) {