Searched refs:ARM64Instr_Mul (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
D | host_arm64_defs.h | 907 extern ARM64Instr* ARM64Instr_Mul ( HReg dst, HReg argL, HReg argR,
|
D | host_arm64_isel.c | 1570 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()
|
D | host_arm64_defs.c | 984 ARM64Instr* ARM64Instr_Mul ( HReg dst, HReg argL, HReg argR, in ARM64Instr_Mul() function
|