Home
last modified time | relevance | path

Searched refs:Iop_GetElem32x2 (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/VEX/priv/
Dguest_arm_toIR.c1290 args1 = mkIRExprVec_4 ( binop(Iop_GetElem32x2, resL, mkU8(0)), in mk_armg_calculate_flag_qc()
1291 binop(Iop_GetElem32x2, resL, mkU8(1)), in mk_armg_calculate_flag_qc()
1292 binop(Iop_GetElem32x2, resR, mkU8(0)), in mk_armg_calculate_flag_qc()
1293 binop(Iop_GetElem32x2, resR, mkU8(1)) ); in mk_armg_calculate_flag_qc()
3048 op2 = Iop_GetElem32x2; in dis_neon_vdup()
5339 get = Iop_GetElem32x2; in dis_neon_data_2reg_and_scalar()
5364 get = Iop_GetElem32x2; in dis_neon_data_2reg_and_scalar()
5443 get = Iop_GetElem32x2; in dis_neon_data_2reg_and_scalar()
5502 get = Iop_GetElem32x2; in dis_neon_data_2reg_and_scalar()
5576 get = Iop_GetElem32x2; in dis_neon_data_2reg_and_scalar()
[all …]
Dhost_arm_isel.c1510 || e->Iex.Binop.op == Iop_GetElem32x2) { in iselIntExpr_R_wrk()
1524 case Iop_GetElem32x2: vassert(index < 2); size = 2; break; in iselIntExpr_R_wrk()
1535 if (e->Iex.Binop.op == Iop_GetElem32x2 in iselIntExpr_R_wrk()
3467 unop(Iop_Dup32x2, binop(Iop_GetElem32x2, bind(0), bind(1)))); in iselNeon64Expr_wrk()
4108 unop(Iop_Dup32x4, binop(Iop_GetElem32x2, bind(0), bind(1)))); in iselNeonExpr_wrk()
Dir_defs.c1078 case Iop_GetElem32x2: vex_printf("GetElem32x2"); return; in ppIROp()
3190 case Iop_GetElem32x2: in typeOfPrimop()
/external/valgrind/VEX/pub/
Dlibvex_ir.h1017 Iop_GetElem8x8, Iop_GetElem16x4, Iop_GetElem32x2, enumerator
/external/valgrind/memcheck/tests/vbit-test/
Dirops.c512 { DEFOP(Iop_GetElem32x2, UNDEF_UNKNOWN), },
/external/valgrind/memcheck/
Dmc_translate.c3231 case Iop_GetElem32x2: in expr2vbits_Binop()