Searched defs:sz32 (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | host_mips_defs.c | 1072 HChar *showMIPSShftOp(MIPSShftOp op, Bool immR, Bool sz32) in showMIPSShftOp() 1129 MIPSInstr *MIPSInstr_Shft(MIPSShftOp op, Bool sz32, HReg dst, HReg srcL, in MIPSInstr_Shft() 1152 MIPSInstr *MIPSInstr_Cmp(Bool syned, Bool sz32, HReg dst, HReg srcL, HReg srcR, in MIPSInstr_Cmp() 1167 MIPSInstr *MIPSInstr_Mul(Bool syned, Bool wid, Bool sz32, HReg dst, HReg srcL, in MIPSInstr_Mul() 1208 MIPSInstr *MIPSInstr_Div(Bool syned, Bool sz32, HReg srcL, HReg srcR) in MIPSInstr_Div() 2828 Bool sz32 = i->Min.Shft.sz32; in emit_MIPSInstr() local 3007 Bool sz32 = i->Min.Mul.sz32; in emit_MIPSInstr() local 3079 Bool sz32 = i->Min.Div.sz32; in emit_MIPSInstr() local
|
D | host_mips_isel.c | 865 Bool sz32 = (e->Iex.Binop.op == Iop_Mul32); in iselWordExpr_R_wrk() local 1087 Bool sz32; in iselWordExpr_R_wrk() local 2263 Bool sz32 = e->Iex.Unop.op == Iop_AbsF32; in iselFltExpr_wrk() local 2271 Bool sz32 = e->Iex.Unop.op == Iop_NegF32; in iselFltExpr_wrk() local 2371 Bool sz32 = e->Iex.Binop.op == Iop_SqrtF32; in iselFltExpr_wrk() local
|
D | host_mips_defs.h | 444 Bool sz32; /* mode64 has both 32 and 64bit shft */ member 458 Bool sz32; member 468 Bool sz32; member 475 Bool sz32; member
|
D | host_ppc_defs.c | 597 HChar* showPPCShftOp ( PPCShftOp op, Bool immR, Bool sz32 ) { in showPPCShftOp() 773 PPCInstr* PPCInstr_Shft ( PPCShftOp op, Bool sz32, in PPCInstr_Shft() 795 PPCInstr* PPCInstr_Cmp ( Bool syned, Bool sz32, in PPCInstr_Cmp() 814 PPCInstr* PPCInstr_MulL ( Bool syned, Bool hi, Bool sz32, in PPCInstr_MulL() 829 PPCInstr* PPCInstr_Div ( Bool extended, Bool syned, Bool sz32, in PPCInstr_Div() 3638 Bool sz32 = i->Pin.Shft.sz32; in emit_PPCInstr() local 3774 Bool sz32 = i->Pin.Cmp.sz32; in emit_PPCInstr() local 3838 Bool sz32 = i->Pin.MulL.sz32; in emit_PPCInstr() local 3872 Bool sz32 = i->Pin.Div.sz32; in emit_PPCInstr() local
|
D | host_ppc_defs.h | 561 Bool sz32; /* mode64 has both 32 and 64bit shft */ member 578 Bool sz32; /* mode64 has both 32 and 64bit cmp */ member 592 Bool sz32; /* mode64 has both 32 & 64bit mull */ member 601 Bool sz32; /* mode64 has both 32 & 64bit div */ member
|
D | host_ppc_isel.c | 1410 Bool sz32 = (e->Iex.Binop.op != Iop_Mul64); in iselWordExpr_R_wrk() local
|