Home | History | Annotate | Download | only in x64

Lines Matching defs:rax

114       "rax",
134 // rax, rbx, rcx and rdx are byte registers, the rest are not.
182 const Register rax = { kRegister_rax_Code };
733 // Instruction to load from an immediate 64-bit pointer into RAX.
920 // Sign-extends rax into rdx:rax.
925 // Divide rdx:rax by src. Quotient in rax, remainder in rdx.
931 void imul(Register src); // rdx:rax = rax * src.
948 // Multiply rax by src, put the result in rdx:rax.