Home | History | Annotate | Download | only in x64

Lines Matching defs:rax

95       "rax",
116 // rax, rbx, rcx and rdx are byte registers, the rest are not.
164 const Register rax = { kRegister_rax_Code };
744 // Instruction to load from an immediate 64-bit pointer into RAX.
803 // Sign-extends rax into rdx:rax.
808 // Multiply rax by src, put the result in rdx:rax.
1440 // Divide rdx:rax by src. Quotient in rax, remainder in rdx when size is 64.
1447 // rdx:rax = rax * src when size is 64 or edx:eax = eax * src when size is 32.