Home
last modified time | relevance | path

Searched refs:MIPSInstr_Mul (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_mips_defs.h617 extern MIPSInstr *MIPSInstr_Mul(Bool syned, Bool hi32, Bool sz32, HReg,
Dhost_mips_isel.c1072 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()
Dhost_mips_defs.c817 MIPSInstr *MIPSInstr_Mul(Bool syned, Bool wid, Bool sz32, HReg dst, HReg srcL, in MIPSInstr_Mul() function