Lines Matching defs:rax
117 "rax",
137 // rax, rbx, rcx and rdx are byte registers, the rest are not.
185 const Register rax = { kRegister_rax_Code };
727 // Instruction to load from an immediate 64-bit pointer into RAX.
914 // Sign-extends rax into rdx:rax.
919 // Divide rdx:rax by src. Quotient in rax, remainder in rdx.
925 void imul(Register src); // rdx:rax = rax * src.
942 // Multiply rax by src, put the result in rdx:rax.