Searched refs:Iop_GetElem32x2 (Results 1 – 7 of 7) sorted by relevance
/external/valgrind/main/VEX/priv/ |
D | guest_arm_toIR.c | 1266 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 …]
|
D | host_arm_isel.c | 1375 || 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()
|
D | ir_defs.c | 968 case Iop_GetElem32x2: vex_printf("GetElem32x2"); return; in ppIROp() 2968 case Iop_GetElem32x2: in typeOfPrimop()
|
/external/valgrind/main/memcheck/tests/vbit-test/ |
D | util.c | 766 case Iop_GetElem32x2: in typeof_primop()
|
D | irops.c | 461 { DEFOP(Iop_GetElem32x2, UNDEF_UNKNOWN), },
|
/external/valgrind/main/VEX/pub/ |
D | libvex_ir.h | 974 Iop_GetElem8x8, Iop_GetElem16x4, Iop_GetElem32x2, enumerator
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 3091 case Iop_GetElem32x2: in expr2vbits_Binop()
|