Home
last modified time | relevance | path

Searched refs:Iop_ShrN8x8 (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/main/VEX/pub/
Dlibvex_ir.h892 Iop_ShrN8x8, Iop_ShrN16x4, Iop_ShrN32x2, enumerator
/external/valgrind/main/VEX/priv/
Dguest_arm_toIR.c3062 shOp = Q ? Iop_ShrN8x16 : Iop_ShrN8x8; in dis_neon_data_3same()
3207 shift_op = U ? Iop_ShrN8x8 : Iop_SarN8x8; in dis_neon_data_3same()
3475 shOp = Q ? Iop_ShrN8x16 : Iop_ShrN8x8; in dis_neon_data_3same()
3696 op_shrn = Q ? Iop_ShrN8x16 : Iop_ShrN8x8; in dis_neon_data_3same()
3725 op_shrn = Q ? Iop_ShrN8x16 : Iop_ShrN8x8; in dis_neon_data_3same()
3835 op_shrn = Q ? Iop_ShrN8x16 : Iop_ShrN8x8; in dis_neon_data_3same()
3864 op_shrn = Q ? Iop_ShrN8x16 : Iop_ShrN8x8; in dis_neon_data_3same()
3974 op_shrn = Q ? Iop_ShrN8x16 : Iop_ShrN8x8; in dis_neon_data_3same()
4007 op_shrn = Q ? Iop_ShrN8x16 : Iop_ShrN8x8; in dis_neon_data_3same()
5976 op = U ? Iop_ShrN8x8 : Iop_SarN8x8; in dis_neon_data_2reg_and_shift()
[all …]
Dir_defs.c508 case Iop_ShrN8x8: vex_printf("ShrN8x8"); return; in ppIROp()
2089 case Iop_ShrN32x2: case Iop_ShrN16x4: case Iop_ShrN8x8: in typeOfPrimop()
Dhost_arm_isel.c2660 case Iop_ShrN8x8: in iselNeon64Expr_wrk()
2671 case Iop_ShrN8x8: size = 0; break; in iselNeon64Expr_wrk()
/external/valgrind/main/memcheck/
Dmc_translate.c2414 case Iop_ShrN8x8: in expr2vbits_Binop()