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

  /external/valgrind/main/VEX/priv/
host_x86_defs.c 628 i->Xin.Sh3232.op = op;
629 i->Xin.Sh3232.amt = amt;
630 i->Xin.Sh3232.src = src;
631 i->Xin.Sh3232.dst = dst;
936 vex_printf("%sdl ", showX86ShiftOp(i->Xin.Sh3232.op));
937 if (i->Xin.Sh3232.amt == 0)
940 vex_printf(" $%d,", (Int)i->Xin.Sh3232.amt);
941 ppHRegX86(i->Xin.Sh3232.src);
943 ppHRegX86(i->Xin.Sh3232.dst);
    [all...]
host_x86_defs.h 436 } Sh3232;

Completed in 826 milliseconds