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

  /external/valgrind/main/VEX/priv/
host_x86_defs.h 271 Xsh_SHL, Xsh_SHR, Xsh_SAR
434 /* shld/shrd. op may only be Xsh_SHL or Xsh_SHR */
host_x86_isel.c 883 shOp = Xsh_SHR; break;
    [all...]
host_x86_defs.c 460 case Xsh_SHR: return "shr";
632 vassert(op == Xsh_SHL || op == Xsh_SHR);
    [all...]

Completed in 24 milliseconds