/external/valgrind/VEX/priv/ |
D | host_tilegx_defs.h | 359 Bool sz32; member 373 Bool sz32; member 381 Bool sz32; member 390 Bool sz32; member 476 extern TILEGXInstr *TILEGXInstr_Shft ( TILEGXShftOp, Bool sz32, HReg, HReg, 487 extern TILEGXInstr *TILEGXInstr_Mul ( Bool syned, Bool hi32, Bool sz32, HReg, 489 extern TILEGXInstr *TILEGXInstr_Div ( Bool syned, Bool sz32, HReg, HReg );
|
D | host_mips_defs.h | 404 Bool sz32; /* mode64 has both 32 and 64bit shft */ member 418 Bool sz32; member 428 Bool sz32; member 435 Bool sz32; member 613 extern MIPSInstr *MIPSInstr_Shft(MIPSShftOp, Bool sz32, HReg, HReg, MIPSRH *); 617 extern MIPSInstr *MIPSInstr_Mul(Bool syned, Bool hi32, Bool sz32, HReg, 619 extern MIPSInstr *MIPSInstr_Div(Bool syned, Bool sz32, HReg, HReg);
|
D | host_mips_defs.c | 722 const HChar *showMIPSShftOp(MIPSShftOp op, Bool immR, Bool sz32) in showMIPSShftOp() argument 727 ret = immR ? (sz32 ? "sra" : "dsra") : (sz32 ? "srav" : "dsrav"); in showMIPSShftOp() 730 ret = immR ? (sz32 ? "sll" : "dsll") : (sz32 ? "sllv" : "dsllv"); in showMIPSShftOp() 733 ret = immR ? (sz32 ? "srl" : "dsrl") : (sz32 ? "srlv" : "dsrlv"); in showMIPSShftOp() 779 MIPSInstr *MIPSInstr_Shft(MIPSShftOp op, Bool sz32, HReg dst, HReg srcL, in MIPSInstr_Shft() argument 785 i->Min.Shft.sz32 = sz32; in MIPSInstr_Shft() 802 MIPSInstr *MIPSInstr_Cmp(Bool syned, Bool sz32, HReg dst, HReg srcL, HReg srcR, in MIPSInstr_Cmp() argument 808 i->Min.Cmp.sz32 = sz32; in MIPSInstr_Cmp() 817 MIPSInstr *MIPSInstr_Mul(Bool syned, Bool wid, Bool sz32, HReg dst, HReg srcL, in MIPSInstr_Mul() argument 824 i->Min.Mul.sz32 = sz32; /* True = 32 bits */ in MIPSInstr_Mul() [all …]
|
D | host_tilegx_defs.c | 703 TILEGXInstr *TILEGXInstr_Shft ( TILEGXShftOp op, Bool sz32, HReg dst, HReg srcL, in TILEGXInstr_Shft() argument 709 i->GXin.Shft.sz32 = sz32; in TILEGXInstr_Shft() 726 TILEGXInstr *TILEGXInstr_Cmp ( Bool syned, Bool sz32, HReg dst, in TILEGXInstr_Cmp() argument 732 i->GXin.Cmp.sz32 = sz32; in TILEGXInstr_Cmp() 740 TILEGXInstr *TILEGXInstr_CmpI ( Bool syned, Bool sz32, HReg dst, in TILEGXInstr_CmpI() argument 747 i->GXin.CmpI.sz32 = sz32; in TILEGXInstr_CmpI() 783 TILEGXInstr *TILEGXInstr_Mul ( Bool syned, Bool wid, Bool sz32, in TILEGXInstr_Mul() argument 791 i->GXin.Mul.sz32 = sz32; /* True = 32 bits */ in TILEGXInstr_Mul() 1660 Bool sz32 = i->GXin.Shft.sz32; in emit_TILEGXInstr() local 1668 if (sz32) { in emit_TILEGXInstr() [all …]
|
D | host_ppc_defs.h | 563 Bool sz32; /* mode64 has both 32 and 64bit shft */ member 580 Bool sz32; /* mode64 has both 32 and 64bit cmp */ member 594 Bool sz32; /* mode64 has both 32 & 64bit mull */ member 603 Bool sz32; /* mode64 has both 32 & 64bit div */ member 1003 extern PPCInstr* PPCInstr_Shft ( PPCShftOp, Bool sz32, HReg, HReg, PPCRH* ); 1007 extern PPCInstr* PPCInstr_MulL ( Bool syned, Bool hi32, Bool sz32, HReg, HReg, HReg ); 1008 extern PPCInstr* PPCInstr_Div ( Bool extended, Bool syned, Bool sz32, HReg dst, HReg srcL, H…
|
D | host_ppc_defs.c | 517 const HChar* showPPCShftOp ( PPCShftOp op, Bool immR, Bool sz32 ) { in showPPCShftOp() argument 519 case Pshft_SHL: return sz32 ? (immR ? "slwi" : "slw") : in showPPCShftOp() 521 case Pshft_SHR: return sz32 ? (immR ? "srwi" : "srw") : in showPPCShftOp() 523 case Pshft_SAR: return sz32 ? (immR ? "srawi" : "sraw") : in showPPCShftOp() 723 PPCInstr* PPCInstr_Shft ( PPCShftOp op, Bool sz32, in PPCInstr_Shft() argument 728 i->Pin.Shft.sz32 = sz32; in PPCInstr_Shft() 745 PPCInstr* PPCInstr_Cmp ( Bool syned, Bool sz32, in PPCInstr_Cmp() argument 750 i->Pin.Cmp.sz32 = sz32; in PPCInstr_Cmp() 764 PPCInstr* PPCInstr_MulL ( Bool syned, Bool hi, Bool sz32, in PPCInstr_MulL() argument 770 i->Pin.MulL.sz32 = sz32; in PPCInstr_MulL() [all …]
|
D | host_mips_isel.c | 1068 Bool sz32 = (e->Iex.Binop.op == Iop_Mul32); in iselWordExpr_R_wrk() local 1074 sz32 /*32bit or 64bit */, in iselWordExpr_R_wrk() 1383 Bool sz32; in iselWordExpr_R_wrk() local 1388 sz32 = True; in iselWordExpr_R_wrk() 1392 sz32 = True; in iselWordExpr_R_wrk() 1396 sz32 = True; in iselWordExpr_R_wrk() 1400 sz32 = True; in iselWordExpr_R_wrk() 1404 sz32 = False; in iselWordExpr_R_wrk() 1408 sz32 = True; in iselWordExpr_R_wrk() 1412 sz32 = True; in iselWordExpr_R_wrk() [all …]
|
D | host_tilegx_isel.c | 747 Bool sz32 = (e->Iex.Binop.op == Iop_Mul32); in iselWordExpr_R_wrk() local 753 sz32 /*32bit or 64bit */, in iselWordExpr_R_wrk()
|
D | guest_mips_toIR.c | 1118 static void calculateFCSR(UInt fs, UInt ft, UInt inst, Bool sz32, UInt opN) in calculateFCSR() argument 1142 if (sz32 || fp_mode64) in calculateFCSR() 1158 if (!(sz32 || fp_mode64)) { in calculateFCSR() 1165 if (sz32 || fp_mode64) in calculateFCSR() 1184 if (!(sz32 || fp_mode64)) { in calculateFCSR()
|
D | host_ppc_isel.c | 1573 Bool sz32 = (e->Iex.Binop.op != Iop_Mul64); in iselWordExpr_R_wrk() local 1577 addInstr(env, PPCInstr_MulL(syned, False/*lo32*/, sz32, in iselWordExpr_R_wrk()
|