Searched refs:MIPSInstr_Mul (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_mips_defs.h | 617 extern MIPSInstr *MIPSInstr_Mul(Bool syned, Bool hi32, Bool sz32, HReg,
|
D | host_mips_isel.c | 1072 addInstr(env, MIPSInstr_Mul(False/*Unsigned or Signed */ , in iselWordExpr_R_wrk() 1092 addInstr(env, MIPSInstr_Mul(syned /*Unsigned or Signed */ , in iselWordExpr_R_wrk() 2210 addInstr(env, MIPSInstr_Mul(syned, True, False /*64bit mul */ , in iselInt128Expr_wrk() 2443 addInstr(env, MIPSInstr_Mul(syned /*Unsigned or Signed */, in iselInt64Expr_wrk()
|
D | host_mips_defs.c | 817 MIPSInstr *MIPSInstr_Mul(Bool syned, Bool wid, Bool sz32, HReg dst, HReg srcL, in MIPSInstr_Mul() function
|