Lines Matching defs:EAX
205 EAX, EDX, ECX, EBX, ESI, EDI, EBP, ESP, // 32-bit
217 REGINFO( AL, "%al", AX, EAX, EAX_EDX),
221 REGINFO( AH, "%ah", AX, EAX, EAX_EDX),
225 REGINFO( AX, "%ax", AL, AH, EAX, EAX_EDX),
233 REGINFO(EAX, "%eax", AL, AH, AX, EAX_EDX),
241 REGINFO(EAX_EDX, "%eax:%edx", AL, AH, AX, EAX, DL, DH, DX, EDX),
253 REGSTORAGE(EAX), REGSTORAGE(EDX), REGSTORAGE(ECX), REGSTORAGE(EBX),
258 #define REG_EAX (&hardreg_storage_table[EAX])
313 static struct regclass regclass_32 = { "32-bit", { EAX, EDX, ECX, EBX, ESI, EDI, EBP }};
316 static struct regclass regclass_32_8 = { "32-bit bytes", { EAX, EDX, ECX, EBX }};
1267 /* move op1 into EAX */
1270 /* perform comparison, RHS (op1, right) and LHS (op2, EAX) */
1322 /* EAX is dividend */
1443 /* load result into EAX */