Home | History | Annotate | Download | only in x86_64

Lines Matching full:shlq

383 // Shlq only allows CL as the shift count.
391 assembler->shlq(*reg, shifter);
392 str << "shlq %cl, %" << assembler_test->GetRegisterName(*reg) << "\n";
399 DriverFn(&shlq_fn, "shlq");
403 DriverStr(RepeatRI(&x86_64::X86_64Assembler::shlq, 1U, "shlq ${imm}, %{reg}"), "shlqi");