Home | History | Annotate | Download | only in x86_64

Lines Matching refs:rorl

502 // Rorl only allows CL as the shift count.
510 assembler->rorl(*reg, shifter);
511 str << "rorl %cl, %" << assembler_test->GetSecondaryRegisterName(*reg) << "\n";
518 DriverFn(&rorl_fn, "rorl");
522 DriverStr(Repeatri(&x86_64::X86_64Assembler::rorl, 1U, "rorl ${imm}, %{reg}"), "rorli");