Home
last modified time | relevance | path

Searched refs:Shft (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/main/VEX/priv/
Dhost_mips_defs.c1134 i->Min.Shft.op = op; in MIPSInstr_Shft()
1135 i->Min.Shft.sz32 = sz32; in MIPSInstr_Shft()
1136 i->Min.Shft.dst = dst; in MIPSInstr_Shft()
1137 i->Min.Shft.srcL = srcL; in MIPSInstr_Shft()
1138 i->Min.Shft.srcR = srcR; in MIPSInstr_Shft()
1508 HReg r_srcL = i->Min.Shft.srcL; in ppMIPSInstr()
1509 MIPSRH *rh_srcR = i->Min.Shft.srcR; in ppMIPSInstr()
1510 vex_printf("%s ", showMIPSShftOp(i->Min.Shft.op, in ppMIPSInstr()
1512 i->Min.Shft.sz32)); in ppMIPSInstr()
1513 ppHRegMIPS(i->Min.Shft.dst, mode64); in ppMIPSInstr()
[all …]
Dhost_ppc_defs.c777 i->Pin.Shft.op = op; in PPCInstr_Shft()
778 i->Pin.Shft.sz32 = sz32; in PPCInstr_Shft()
779 i->Pin.Shft.dst = dst; in PPCInstr_Shft()
780 i->Pin.Shft.srcL = srcL; in PPCInstr_Shft()
781 i->Pin.Shft.srcR = srcR; in PPCInstr_Shft()
1480 HReg r_srcL = i->Pin.Shft.srcL; in ppPPCInstr()
1481 PPCRH* rh_srcR = i->Pin.Shft.srcR; in ppPPCInstr()
1482 vex_printf("%s ", showPPCShftOp(i->Pin.Shft.op, in ppPPCInstr()
1484 i->Pin.Shft.sz32)); in ppPPCInstr()
1485 ppHRegPPC(i->Pin.Shft.dst); in ppPPCInstr()
[all …]
Dhost_mips_defs.h448 } Shft; member
Dhost_ppc_defs.h565 } Shft; member