Home
last modified time | relevance | path

Searched refs:Iop_ShrN32x4 (Results 1 – 12 of 12) sorted by relevance

/external/valgrind/main/VEX/priv/
Dguest_arm_toIR.c3089 shOp = Q ? Iop_ShrN32x4 : Iop_ShrN32x2; in dis_neon_data_3same()
3215 shift_op = U ? Iop_ShrN32x4 : Iop_SarN32x4; in dis_neon_data_3same()
3502 shOp = Q ? Iop_ShrN32x4 : Iop_ShrN32x2; in dis_neon_data_3same()
3727 op_shrn = Q ? Iop_ShrN32x4 : Iop_ShrN32x2; in dis_neon_data_3same()
3756 op_shrn = Q ? Iop_ShrN32x4 : Iop_ShrN32x2; in dis_neon_data_3same()
3866 op_shrn = Q ? Iop_ShrN32x4 : Iop_ShrN32x2; in dis_neon_data_3same()
3895 op_shrn = Q ? Iop_ShrN32x4 : Iop_ShrN32x2; in dis_neon_data_3same()
4007 op_shrn = Q ? Iop_ShrN32x4 : Iop_ShrN32x2; in dis_neon_data_3same()
4040 op_shrn = Q ? Iop_ShrN32x4 : Iop_ShrN32x2; in dis_neon_data_3same()
4891 sh = Iop_ShrN32x4; in dis_neon_data_3diff()
[all …]
Dir_defs.c823 case Iop_ShrN32x4: vex_printf("ShrN32x4"); return; in ppIROp()
2638 case Iop_ShrN32x4: case Iop_ShrN64x2: in typeOfPrimop()
Dguest_amd64_toIR.c8818 case Iop_ShrN32x4: shr = True; size = 32; break; in dis_SSE_shiftG_byE()
8883 case Iop_ShrN32x4: shr = True; size = 32; break; in dis_SSE_shiftE_imm()
12685 delta = dis_SSE_shiftE_imm( pfx, delta, "psrld", Iop_ShrN32x4 ); in dis_ESC_0F__SSE2()
13345 delta = dis_SSE_shiftG_byE( vbi, pfx, delta, "psrld", Iop_ShrN32x4 ); in dis_ESC_0F__SSE2()
20703 case Iop_ShrN32x4: shr = True; size = 32; break; in dis_AVX128_shiftV_byE()
20770 case Iop_ShrN32x4: shr = True; size = 32; break; in dis_AVX128_shiftE_to_V_imm()
23269 "vpsrld", Iop_ShrN32x4 ); in dis_ESC_0F__VEX()
23934 "vpsrld", Iop_ShrN32x4 ); in dis_ESC_0F__VEX()
24464 IRExpr* cv1 = binop(Iop_ShrN32x4, in math_PERMILPS_VAR_128()
Dguest_x86_toIR.c7295 case Iop_ShrN32x4: shr = True; size = 32; break; in dis_SSE_shiftG_byE()
7358 case Iop_ShrN32x4: shr = True; size = 32; break; in dis_SSE_shiftE_imm()
11317 delta = dis_SSE_shiftE_imm( delta+2, "psrld", Iop_ShrN32x4 ); in disInstr_X86_WRK()
11323 delta = dis_SSE_shiftG_byE( sorb, delta+2, "psrld", Iop_ShrN32x4 ); in disInstr_X86_WRK()
Dhost_arm_isel.c4888 case Iop_ShrN32x4: in iselNeonExpr_wrk()
4899 case Iop_ShrN32x4: size = 2; break; in iselNeonExpr_wrk()
Dguest_ppc_toIR.c14534 putVReg( vD_addr, binop(Iop_ShrN32x4, in dis_av_arith()
14596 putVReg( vD_addr, binop(Iop_ShrN32x4, in dis_av_arith()
15799 binop(Iop_ShrN32x4, mkexpr(vA), mkU8(19)), in dis_av_pack()
15811 binop(Iop_ShrN32x4, mkexpr(vB), mkU8(19)), in dis_av_pack()
Dhost_x86_isel.c3609 case Iop_ShrN32x4: op = Xsse_SHR32; goto do_SseShift; in iselVecExpr_wrk()
Dhost_amd64_isel.c3216 case Iop_ShrN32x4: op = Asse_SHR32; goto do_SseShift; in iselVecExpr_wrk()
Dhost_ppc_isel.c4614 case Iop_ShrN32x4: op = Pav_SHR; goto do_AvShift32x4; in iselVecExpr_wrk()
/external/valgrind/main/VEX/pub/
Dlibvex_ir.h1332 Iop_ShrN8x16, Iop_ShrN16x8, Iop_ShrN32x4, Iop_ShrN64x2, enumerator
/external/valgrind/main/VEX/
Dtest_main.c1619 case Iop_ShrN32x4: in expr2vbits_Binop()
/external/valgrind/main/memcheck/
Dmc_translate.c2805 case Iop_ShrN32x4: in expr2vbits_Binop()