Home
last modified time | relevance | path

Searched refs:Sh3232 (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/main/VEX/priv/
Dhost_x86_defs.c628 i->Xin.Sh3232.op = op; in X86Instr_Sh3232()
629 i->Xin.Sh3232.amt = amt; in X86Instr_Sh3232()
630 i->Xin.Sh3232.src = src; in X86Instr_Sh3232()
631 i->Xin.Sh3232.dst = dst; in X86Instr_Sh3232()
973 vex_printf("%sdl ", showX86ShiftOp(i->Xin.Sh3232.op)); in ppX86Instr()
974 if (i->Xin.Sh3232.amt == 0) in ppX86Instr()
977 vex_printf(" $%d,", (Int)i->Xin.Sh3232.amt); in ppX86Instr()
978 ppHRegX86(i->Xin.Sh3232.src); in ppX86Instr()
980 ppHRegX86(i->Xin.Sh3232.dst); in ppX86Instr()
1271 addHRegUse(u, HRmRead, i->Xin.Sh3232.src); in getRegUsage_X86Instr()
[all …]
Dhost_x86_defs.h443 } Sh3232; member