Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_arm64_defs.h907 extern ARM64Instr* ARM64Instr_Mul ( HReg dst, HReg argL, HReg argR,
Dhost_arm64_isel.c1570 addInstr(env, ARM64Instr_Mul(dst, argL, argR, ARM64mul_PLAIN)); in iselIntExpr_R_wrk()
1582 addInstr(env, ARM64Instr_Mul(dst, extL, extR, ARM64mul_PLAIN)); in iselIntExpr_R_wrk()
2100 addInstr(env, ARM64Instr_Mul(dstLo, argL, argR, in iselInt128Expr_wrk()
2102 addInstr(env, ARM64Instr_Mul(dstHi, argL, argR, in iselInt128Expr_wrk()
Dhost_arm64_defs.c984 ARM64Instr* ARM64Instr_Mul ( HReg dst, HReg argL, HReg argR, in ARM64Instr_Mul() function