HomeSort by relevance Sort by last modified time
    Searched refs:Xsh_SHL (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/VEX/priv/
host_x86_isel.c 776 addInstr(env, X86Instr_Sh32(Xsh_SHL, 10, rrm2));
    [all...]
host_x86_defs.h 274 Xsh_SHL, Xsh_SHR, Xsh_SAR
437 /* shld/shrd. op may only be Xsh_SHL or Xsh_SHR */
host_x86_defs.c 459 case Xsh_SHL: return "shl";
632 vassert(op == Xsh_SHL || op == Xsh_SHR);
    [all...]

Completed in 38 milliseconds