Home | History | Annotate | Download | only in X86

Lines Matching refs:RAX

103     X86::RAX, X86::RDX, X86::RCX, X86::RSI, X86::RDI,
168 ? (unsigned)(Is64Bit ? X86::RAX : X86::EAX)
528 if (Reg == (Is64Bit ? X86::RAX : X86::EAX)) {
899 BuildMI(MBB, MBBI, DL, TII.get(X86::MOV64ri), X86::RAX)
918 // It also does not clobber %rax so we can reuse it when adjusting %rsp.
922 .addReg(X86::RAX)
1440 // The MOV R10, RAX needs to be in a different block, since the RET we emit in
1561 BuildMI(allocMBB, DL, TII.get(X86::MOV64rr), X86::RAX).addReg(X86::R10);