Lines Matching full:eax
95 X86::EAX, X86::EDX, X86::ECX, 0
159 ? (unsigned)(Is64Bit ? X86::RAX : X86::EAX)
278 if (Reg == X86::EAX || Reg == X86::AX ||
825 // Check whether EAX is livein for this function.
829 // Sanity check that EAX is not livein for this function.
831 assert(!Is64Bit && "EAX is livein in x64 case!");
833 // Save EAX
835 .addReg(X86::EAX, RegState::Kill)
847 // We'll also use 4 already allocated bytes for EAX.
848 BuildMI(MBB, MBBI, DL, TII.get(X86::MOV32ri), X86::EAX)
867 // Restore EAX
869 X86::EAX),
1297 return X86::EAX;