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.c1266 args1 = mkIRExprVec_4 ( binop(Iop_GetElem32x2, resL, mkU8(0)), in mk_armg_calculate_flag_qc()
1267 binop(Iop_GetElem32x2, resL, mkU8(1)), in mk_armg_calculate_flag_qc()
1268 binop(Iop_GetElem32x2, resR, mkU8(0)), in mk_armg_calculate_flag_qc()
1269 binop(Iop_GetElem32x2, resR, mkU8(1)) ); in mk_armg_calculate_flag_qc()
3021 op2 = Iop_GetElem32x2; in dis_neon_vdup()
5280 get = Iop_GetElem32x2; in dis_neon_data_2reg_and_scalar()
5305 get = Iop_GetElem32x2; in dis_neon_data_2reg_and_scalar()
5384 get = Iop_GetElem32x2; in dis_neon_data_2reg_and_scalar()
5443 get = Iop_GetElem32x2; in dis_neon_data_2reg_and_scalar()
5517 get = Iop_GetElem32x2; in dis_neon_data_2reg_and_scalar()
[all …]
Dhost_arm_isel.c1367 || e->Iex.Binop.op == Iop_GetElem32x2) { in iselIntExpr_R_wrk()
1381 case Iop_GetElem32x2: vassert(index < 2); size = 2; break; in iselIntExpr_R_wrk()
1392 if (e->Iex.Binop.op == Iop_GetElem32x2 in iselIntExpr_R_wrk()
3322 unop(Iop_Dup32x2, binop(Iop_GetElem32x2, bind(0), bind(1)))); in iselNeon64Expr_wrk()
3955 unop(Iop_Dup32x4, binop(Iop_GetElem32x2, bind(0), bind(1)))); in iselNeonExpr_wrk()
Dir_defs.c1054 case Iop_GetElem32x2: vex_printf("GetElem32x2"); return; in ppIROp()
3109 case Iop_GetElem32x2: in typeOfPrimop()
/external/valgrind/VEX/pub/
Dlibvex_ir.h993 Iop_GetElem8x8, Iop_GetElem16x4, Iop_GetElem32x2, enumerator
/external/valgrind/memcheck/tests/vbit-test/
Dirops.c495 { DEFOP(Iop_GetElem32x2, UNDEF_UNKNOWN), },
/external/valgrind/memcheck/
Dmc_translate.c3191 case Iop_GetElem32x2: in expr2vbits_Binop()