Home
last modified time | relevance | path

Searched defs:sz32 (Results 1 – 10 of 10) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_tilegx_defs.c703 TILEGXInstr *TILEGXInstr_Shft ( TILEGXShftOp op, Bool sz32, HReg dst, HReg srcL, in TILEGXInstr_Shft()
726 TILEGXInstr *TILEGXInstr_Cmp ( Bool syned, Bool sz32, HReg dst, in TILEGXInstr_Cmp()
740 TILEGXInstr *TILEGXInstr_CmpI ( Bool syned, Bool sz32, HReg dst, in TILEGXInstr_CmpI()
783 TILEGXInstr *TILEGXInstr_Mul ( Bool syned, Bool wid, Bool sz32, in TILEGXInstr_Mul()
1660 Bool sz32 = i->GXin.Shft.sz32; in emit_TILEGXInstr() local
2032 Bool sz32 = i->GXin.Mul.sz32; in emit_TILEGXInstr() local
Dhost_mips_defs.c722 const HChar *showMIPSShftOp(MIPSShftOp op, Bool immR, Bool sz32) in showMIPSShftOp()
779 MIPSInstr *MIPSInstr_Shft(MIPSShftOp op, Bool sz32, HReg dst, HReg srcL, in MIPSInstr_Shft()
802 MIPSInstr *MIPSInstr_Cmp(Bool syned, Bool sz32, HReg dst, HReg srcL, HReg srcR, in MIPSInstr_Cmp()
817 MIPSInstr *MIPSInstr_Mul(Bool syned, Bool wid, Bool sz32, HReg dst, HReg srcL, in MIPSInstr_Mul()
858 MIPSInstr *MIPSInstr_Div(Bool syned, Bool sz32, HReg srcL, HReg srcR) in MIPSInstr_Div()
2636 Bool sz32 = i->Min.Shft.sz32; in emit_MIPSInstr() local
2803 Bool sz32 = i->Min.Mul.sz32; in emit_MIPSInstr() local
2874 Bool sz32 = i->Min.Div.sz32; in emit_MIPSInstr() local
Dhost_tilegx_defs.h359 Bool sz32; member
373 Bool sz32; member
381 Bool sz32; member
390 Bool sz32; member
Dhost_ppc_defs.c517 const HChar* showPPCShftOp ( PPCShftOp op, Bool immR, Bool sz32 ) { in showPPCShftOp()
723 PPCInstr* PPCInstr_Shft ( PPCShftOp op, Bool sz32, in PPCInstr_Shft()
745 PPCInstr* PPCInstr_Cmp ( Bool syned, Bool sz32, in PPCInstr_Cmp()
764 PPCInstr* PPCInstr_MulL ( Bool syned, Bool hi, Bool sz32, in PPCInstr_MulL()
779 PPCInstr* PPCInstr_Div ( Bool extended, Bool syned, Bool sz32, in PPCInstr_Div()
3829 Bool sz32 = i->Pin.Shft.sz32; in emit_PPCInstr() local
3965 Bool sz32 = i->Pin.Cmp.sz32; in emit_PPCInstr() local
4029 Bool sz32 = i->Pin.MulL.sz32; in emit_PPCInstr() local
4066 Bool sz32 = i->Pin.Div.sz32; in emit_PPCInstr() local
Dhost_mips_isel.c1068 Bool sz32 = (e->Iex.Binop.op == Iop_Mul32); in iselWordExpr_R_wrk() local
1383 Bool sz32; in iselWordExpr_R_wrk() local
3072 Bool sz32 = e->Iex.Unop.op == Iop_AbsF32; in iselFltExpr_wrk() local
3080 Bool sz32 = e->Iex.Unop.op == Iop_NegF32; in iselFltExpr_wrk() local
3296 Bool sz32 = e->Iex.Binop.op == Iop_SqrtF32; in iselFltExpr_wrk() local
Dhost_mips_defs.h404 Bool sz32; /* mode64 has both 32 and 64bit shft */ member
418 Bool sz32; member
428 Bool sz32; member
435 Bool sz32; member
Dhost_ppc_defs.h563 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
Dhost_tilegx_isel.c748 Bool sz32 = (e->Iex.Binop.op == Iop_Mul32); in iselWordExpr_R_wrk() local
Dguest_mips_toIR.c1118 static void calculateFCSR(UInt fs, UInt ft, UInt inst, Bool sz32, UInt opN) in calculateFCSR()
Dhost_ppc_isel.c1573 Bool sz32 = (e->Iex.Binop.op != Iop_Mul64); in iselWordExpr_R_wrk() local