Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_tilegx_defs.c207 HReg r_srcL = instr->GXin.Shft.srcL; in ppTILEGXInstr()
208 TILEGXRH *rh_srcR = instr->GXin.Shft.srcR; in ppTILEGXInstr()
209 vex_printf("%s ", tilegxShftOp[instr->GXin.Shft.op]); in ppTILEGXInstr()
210 ppHRegTILEGX(instr->GXin.Shft.dst); in ppTILEGXInstr()
708 i->GXin.Shft.op = op; in TILEGXInstr_Shft()
709 i->GXin.Shft.sz32 = sz32; in TILEGXInstr_Shft()
710 i->GXin.Shft.dst = dst; in TILEGXInstr_Shft()
711 i->GXin.Shft.srcL = srcL; in TILEGXInstr_Shft()
712 i->GXin.Shft.srcR = srcR; in TILEGXInstr_Shft()
947 addHRegUse(u, HRmRead, i->GXin.Shft.srcL); in getRegUsage_TILEGXInstr()
[all …]
Dhost_mips_defs.c784 i->Min.Shft.op = op; in MIPSInstr_Shft()
785 i->Min.Shft.sz32 = sz32; in MIPSInstr_Shft()
786 i->Min.Shft.dst = dst; in MIPSInstr_Shft()
787 i->Min.Shft.srcL = srcL; in MIPSInstr_Shft()
788 i->Min.Shft.srcR = srcR; in MIPSInstr_Shft()
1202 HReg r_srcL = i->Min.Shft.srcL; in ppMIPSInstr()
1203 MIPSRH *rh_srcR = i->Min.Shft.srcR; in ppMIPSInstr()
1204 vex_printf("%s ", showMIPSShftOp(i->Min.Shft.op, in ppMIPSInstr()
1206 i->Min.Shft.sz32)); in ppMIPSInstr()
1207 ppHRegMIPS(i->Min.Shft.dst, mode64); in ppMIPSInstr()
[all …]
Dhost_ppc_defs.c727 i->Pin.Shft.op = op; in PPCInstr_Shft()
728 i->Pin.Shft.sz32 = sz32; in PPCInstr_Shft()
729 i->Pin.Shft.dst = dst; in PPCInstr_Shft()
730 i->Pin.Shft.srcL = srcL; in PPCInstr_Shft()
731 i->Pin.Shft.srcR = srcR; in PPCInstr_Shft()
1491 HReg r_srcL = i->Pin.Shft.srcL; in ppPPCInstr()
1492 PPCRH* rh_srcR = i->Pin.Shft.srcR; in ppPPCInstr()
1493 vex_printf("%s ", showPPCShftOp(i->Pin.Shft.op, in ppPPCInstr()
1495 i->Pin.Shft.sz32)); in ppPPCInstr()
1496 ppHRegPPC(i->Pin.Shft.dst); in ppPPCInstr()
[all …]
Dhost_tilegx_defs.h363 } Shft; member
Dhost_mips_defs.h408 } Shft; member
Dhost_ppc_defs.h567 } Shft; member