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;
969 vex_printf("%sdl ", showX86ShiftOp(i->Xin.Sh3232.op));
970 if (i->Xin.Sh3232.amt == 0)
973 vex_printf(" $%d,", (Int)i->Xin.Sh3232.amt);
974 ppHRegX86(i->Xin.Sh3232.src);
976 ppHRegX86(i->Xin.Sh3232.dst);
    [all...]
host_x86_defs.h 440 } Sh3232;

Completed in 565 milliseconds