Home
last modified time | relevance | path

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

/external/valgrind/main/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()
5278 get = Iop_GetElem32x2; in dis_neon_data_2reg_and_scalar()
5303 get = Iop_GetElem32x2; in dis_neon_data_2reg_and_scalar()
5382 get = Iop_GetElem32x2; in dis_neon_data_2reg_and_scalar()
5441 get = Iop_GetElem32x2; in dis_neon_data_2reg_and_scalar()
5515 get = Iop_GetElem32x2; in dis_neon_data_2reg_and_scalar()
[all …]
Dhost_arm_isel.c1375 || e->Iex.Binop.op == Iop_GetElem32x2) { in iselIntExpr_R_wrk()
1388 case Iop_GetElem32x2: vassert(index < 2); size = 2; break; in iselIntExpr_R_wrk()
3309 unop(Iop_Dup32x2, binop(Iop_GetElem32x2, bind(0), bind(1)))); in iselNeon64Expr_wrk()
3939 unop(Iop_Dup32x4, binop(Iop_GetElem32x2, bind(0), bind(1)))); in iselNeonExpr_wrk()
Dir_defs.c968 case Iop_GetElem32x2: vex_printf("GetElem32x2"); return; in ppIROp()
2968 case Iop_GetElem32x2: in typeOfPrimop()
/external/valgrind/main/memcheck/tests/vbit-test/
Dutil.c766 case Iop_GetElem32x2: in typeof_primop()
Dirops.c461 { DEFOP(Iop_GetElem32x2, UNDEF_UNKNOWN), },
/external/valgrind/main/VEX/pub/
Dlibvex_ir.h974 Iop_GetElem8x8, Iop_GetElem16x4, Iop_GetElem32x2, enumerator
/external/valgrind/main/memcheck/
Dmc_translate.c3091 case Iop_GetElem32x2: in expr2vbits_Binop()