Home | History | Annotate | Download | only in X86

Lines Matching refs:R10

104     X86::R8,  X86::R9,  X86::R10, X86::R11, 0
1440 // The MOV R10, RAX needs to be in a different block, since the RET we emit in
1450 allocMBB->addLiveIn(X86::R10);
1555 // bit, we pass the stack frame size in r10 and the argument size in r11.
1557 // Functions with nested arguments use R10, so it needs to be saved across
1561 BuildMI(allocMBB, DL, TII.get(X86::MOV64rr), X86::RAX).addReg(X86::R10);
1563 BuildMI(allocMBB, DL, TII.get(X86::MOV64ri), X86::R10)
1567 MF.getRegInfo().setPhysRegUsed(X86::R10);