Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_x86_defs.c627 i->Xin.Sh3232.op = op; in X86Instr_Sh3232()
628 i->Xin.Sh3232.amt = amt; in X86Instr_Sh3232()
629 i->Xin.Sh3232.src = src; in X86Instr_Sh3232()
630 i->Xin.Sh3232.dst = dst; in X86Instr_Sh3232()
972 vex_printf("%sdl ", showX86ShiftOp(i->Xin.Sh3232.op)); in ppX86Instr()
973 if (i->Xin.Sh3232.amt == 0) in ppX86Instr()
976 vex_printf(" $%d,", (Int)i->Xin.Sh3232.amt); in ppX86Instr()
977 ppHRegX86(i->Xin.Sh3232.src); in ppX86Instr()
979 ppHRegX86(i->Xin.Sh3232.dst); in ppX86Instr()
1270 addHRegUse(u, HRmRead, i->Xin.Sh3232.src); in getRegUsage_X86Instr()
[all …]
Dhost_x86_defs.h446 } Sh3232; member