Home
last modified time | relevance | path

Searched refs:Iop_Mul32x2 (Results 1 – 11 of 11) sorted by relevance

/external/valgrind/VEX/pub/
Dlibvex_ir.h882 Iop_Mul8x8, Iop_Mul16x4, Iop_Mul32x2, enumerator
/external/valgrind/memcheck/tests/vbit-test/
Dutil.c286 case Iop_Mul8x8: case Iop_Mul16x4: case Iop_Mul32x2: in typeof_primop()
Dirops.c368 { DEFOP(Iop_Mul32x2, UNDEF_UNKNOWN), },
/external/valgrind/VEX/priv/
Dir_defs.c473 case Iop_Mul32x2: vex_printf("Mul32x2"); return; in ppIROp()
2562 case Iop_Mul8x8: case Iop_Mul16x4: case Iop_Mul32x2: in typeOfPrimop()
Dguest_arm_toIR.c2891 case Iop_Mul32x2: case Iop_Mul16x4: in binop_w_fake_RM()
4416 op = Q ? Iop_Mul32x4 : Iop_Mul32x2; in dis_neon_data_3same()
4435 op = Q ? Iop_Mul32x4 : Iop_Mul32x2; in dis_neon_data_3same()
4467 case 2: op = Q ? Iop_Mul32x4 : Iop_Mul32x2; break; in dis_neon_data_3same()
5339 op = Q ? Iop_Mul32x4 : Iop_Mul32x2; in dis_neon_data_2reg_and_scalar()
5572 op = Q ? Iop_Mul32x4 : Iop_Mul32x2; in dis_neon_data_2reg_and_scalar()
Dhost_arm_isel.c2893 case Iop_Mul32x2: { in iselNeon64Expr_wrk()
2901 case Iop_Mul32x2: size = 2; break; in iselNeon64Expr_wrk()
Dhost_x86_isel.c2486 case Iop_Mul32x2: in iselInt64Expr_wrk()
Dhost_amd64_isel.c1139 case Iop_Mul32x2: in iselIntExpr_R_wrk()
Dguest_x86_toIR.c7759 binop(Iop_Mul32x2, mkexpr(aahi32s), mkexpr(bbhi32s)), in dis_PMULHRSW_helper()
7775 binop(Iop_Mul32x2, mkexpr(aalo32s), mkexpr(bblo32s)), in dis_PMULHRSW_helper()
Dguest_amd64_toIR.c9566 binop(Iop_Mul32x2, mkexpr(aahi32s), mkexpr(bbhi32s)), in dis_PMULHRSW_helper()
9582 binop(Iop_Mul32x2, mkexpr(aalo32s), mkexpr(bblo32s)), in dis_PMULHRSW_helper()
/external/valgrind/memcheck/
Dmc_translate.c3040 case Iop_Mul32x2: in expr2vbits_Binop()