Home | History | Annotate | Download | only in x86_64

Lines Matching refs:rorq

548 // Rorq only allows CL as the shift count.
556 assembler->rorq(*reg, shifter);
557 str << "rorq %cl, %" << assembler_test->GetRegisterName(*reg) << "\n";
564 DriverFn(&rorq_fn, "rorq");
568 DriverStr(RepeatRI(&x86_64::X86_64Assembler::rorq, 1U, "rorq ${imm}, %{reg}"), "rorqi");