Lines Matching full:eax
326 // movl 4(%esp), %eax
327 // addl $4, %eax
329 // movl $4, %eax
330 // addl 4(%esp), %eax
332 // the saving can be 4 bytes (by using incl %eax).
339 // movl %gs:0, %eax
340 // leal i@NTPOFF(%eax), %eax
342 // movl $i@NTPOFF, %eax
343 // addl %gs:0, %eax
1843 case MVT::i32: LoReg = X86::EAX; Opc = X86::MUL32r; break;
1889 case MVT::i32: LoReg = X86::EAX; HiReg = X86::EDX; break;
1999 LoReg = X86::EAX; ClrReg = HiReg = X86::EDX;
2032 Chain = CurDAG->getCopyToReg(Chain, dl, X86::EAX, Move, SDValue());
2123 // For example, convert "testl %eax, $8" to "testb %al, $8"
2151 // For example, "testl %eax, $2048" to "testb %ah, $8".
2183 // For example, "testl %eax, $32776" to "testw %ax, $32776".
2199 // For example, "testq %rax, $268468232" to "testl %eax, $268468232".