Home
last modified time | relevance | path

Searched refs:Iop_ShrN8x16 (Results 1 – 9 of 9) sorted by relevance

/external/valgrind/main/memcheck/tests/vbit-test/
Dutil.c730 case Iop_ShrN8x16: case Iop_ShrN16x8: in typeof_primop()
Dirops.c768 { DEFOP(Iop_ShrN8x16, UNDEF_UNKNOWN), },
/external/valgrind/main/VEX/pub/
Dlibvex_ir.h1515 Iop_ShrN8x16, Iop_ShrN16x8, Iop_ShrN32x4, Iop_ShrN64x2, enumerator
/external/valgrind/main/VEX/priv/
Dguest_arm_toIR.c3099 shOp = Q ? Iop_ShrN8x16 : Iop_ShrN8x8; in dis_neon_data_3same()
3223 shift_op = U ? Iop_ShrN8x16 : Iop_SarN8x16; in dis_neon_data_3same()
3510 shOp = Q ? Iop_ShrN8x16 : Iop_ShrN8x8; in dis_neon_data_3same()
3729 op_shrn = Q ? Iop_ShrN8x16 : Iop_ShrN8x8; in dis_neon_data_3same()
3758 op_shrn = Q ? Iop_ShrN8x16 : Iop_ShrN8x8; in dis_neon_data_3same()
3866 op_shrn = Q ? Iop_ShrN8x16 : Iop_ShrN8x8; in dis_neon_data_3same()
3895 op_shrn = Q ? Iop_ShrN8x16 : Iop_ShrN8x8; in dis_neon_data_3same()
4005 op_shrn = Q ? Iop_ShrN8x16 : Iop_ShrN8x8; in dis_neon_data_3same()
4038 op_shrn = Q ? Iop_ShrN8x16 : Iop_ShrN8x8; in dis_neon_data_3same()
5967 op = U ? Iop_ShrN8x16 : Iop_SarN8x16; in dis_neon_data_2reg_and_shift()
[all …]
Dhost_arm64_isel.c5521 case Iop_ShrN8x16: in iselV128Expr_wrk()
5544 case Iop_ShrN8x16: in iselV128Expr_wrk()
Dir_defs.c861 case Iop_ShrN8x16: vex_printf("ShrN8x16"); return; in ppIROp()
2931 case Iop_ShrN8x16: case Iop_ShrN16x8: in typeOfPrimop()
Dhost_arm_isel.c4917 case Iop_ShrN8x16: in iselNeonExpr_wrk()
4928 case Iop_ShrN8x16: size = 0; break; in iselNeonExpr_wrk()
Dguest_arm64_toIR.c6870 = { Iop_ShrN8x16, Iop_ShrN16x8, Iop_ShrN32x4, Iop_ShrN64x2 }; in dis_ARM64_simd_and_fp()
/external/valgrind/main/memcheck/
Dmc_translate.c3107 case Iop_ShrN8x16: in expr2vbits_Binop()