Searched refs:opSAR (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_amd64_toIR.c | 16729 UInt gran, IROp opSAR ) in math_PBLENDVB_128() argument 16738 assign(mask, binop(opSAR, mkexpr(vec0), mkexpr(sh))); in math_PBLENDVB_128() 16780 const HChar *name, UInt gran, IROp opSAR ) in dis_VBLENDV_128() argument 16813 IRTemp res = math_PBLENDVB_128( vecE, vecV, vecIS4, gran, opSAR ); in dis_VBLENDV_128() 17954 IROp opSAR = Iop_INVALID; in dis_ESC_0F38__SSE4() local 17957 nm = "pblendvb"; gran = 1; opSAR = Iop_SarN8x16; in dis_ESC_0F38__SSE4() 17960 nm = "blendvps"; gran = 4; opSAR = Iop_SarN32x4; in dis_ESC_0F38__SSE4() 17963 nm = "blendvpd"; gran = 8; opSAR = Iop_SarN64x2; in dis_ESC_0F38__SSE4() 17990 IRTemp res = math_PBLENDVB_128( vecE, vecG, vec0, gran, opSAR ); in dis_ESC_0F38__SSE4()
|
D | guest_arm64_toIR.c | 7891 IROp opSAR = mkVecSARN(sizeNarrow+1); in math_WIDEN_EVEN_OR_ODD_LANES() local 7894 IROp opSxR = zWiden ? opSHR : opSAR; in math_WIDEN_EVEN_OR_ODD_LANES()
|