/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_quad_depth_test_tmp.h | 77 const unsigned outmask = quads[i]->inout.mask; in NAME() local 91 if (outmask & 1) { in NAME() 96 if (outmask & 2) { in NAME() 101 if (outmask & 4) { in NAME() 106 if (outmask & 8) { in NAME() 112 if ((outmask & 1) && (idepth[0] OPERATOR depth16[0][0])) { in NAME() 117 if ((outmask & 2) && (idepth[1] OPERATOR depth16[0][1])) { in NAME() 122 if ((outmask & 4) && (idepth[2] OPERATOR depth16[1][0])) { in NAME() 127 if ((outmask & 8) && (idepth[3] OPERATOR depth16[1][1])) { in NAME()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_rast_tri_tmp.h | 102 unsigned outmask = 0; /* outside one or more trivial reject planes */ in TAG() local 131 &outmask, /* sign bits from c[i][0..15] + cox */ in TAG() 135 if (outmask == 0xffff) in TAG() 145 unsigned partial_mask = partmask & ~outmask; in TAG() 205 unsigned outmask, inmask, partmask, partial_mask; in TAG() local 213 outmask = 0; /* outside one or more trivial reject planes */ in TAG() 285 &outmask, /* sign bits from c[i][0..15] + cox */ in TAG() 292 if (outmask == 0xffff) in TAG() 302 partial_mask = partmask & ~outmask; in TAG() 361 unsigned outmask = 0; /* outside one or more trivial reject planes */ in TRI_16() local [all …]
|
D | lp_rast_tri.c | 101 unsigned *outmask, in build_masks() argument 104 *outmask |= build_mask_linear(c, dcdx, dcdy); in build_masks() 173 unsigned *outmask, in build_masks_sse() argument 192 *outmask |= _mm_movemask_epi8(result); in build_masks_sse() 499 unsigned *outmask, in build_masks_ppc() argument 518 *outmask |= vec_movemask_epi8(result); in build_masks_ppc()
|
/third_party/openssl/crypto/aes/asm/ |
D | vpaes-ppc.pl | 175 my ($inptail,$inpperm,$outhead,$outperm,$outmask,$keyperm) = map("v$_",(26..31)); 699 vnor $outmask, v7, v7 # 0xff..ff 701 ?vperm $outmask, v7, $outmask, $outperm 746 vsel v1, $outhead, v0, $outmask 798 vsel v1, $outhead, v0, $outmask 955 vnor $outmask, v9, v9 # 0xff..ff 956 ?vperm $outmask, v9, $outmask, $outperm 981 vnor $outmask, v9, v9 # 0xff..ff 982 ?vperm $outmask, $outmask, v9, $outperm 1124 vsel v2, $outhead, v0, $outmask [all …]
|
D | aesp8-ppc.pl | 89 my ($stage,$outperm,$outmask,$outhead,$outtail)=map("v$_",(7..11)); 158 vspltisb $outmask,-1 160 ?vperm $outmask,$zero,$outmask,$outperm 173 vsel $stage,$outhead,$outtail,$outmask 193 vsel $stage,$outhead,$outtail,$outmask 210 vsel $stage,$outhead,$outtail,$outmask 223 vsel $stage,$outhead,$outtail,$outmask 238 vsel $stage,$outhead,$outtail,$outmask 271 vsel $stage,$outhead,$outtail,$outmask 281 vsel $stage,$outhead,$outtail,$outmask [all …]
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
D | vpaes-ppc.pl | 175 my ($inptail,$inpperm,$outhead,$outperm,$outmask,$keyperm) = map("v$_",(26..31)); 699 vnor $outmask, v7, v7 # 0xff..ff 701 ?vperm $outmask, v7, $outmask, $outperm 746 vsel v1, $outhead, v0, $outmask 798 vsel v1, $outhead, v0, $outmask 955 vnor $outmask, v9, v9 # 0xff..ff 956 ?vperm $outmask, v9, $outmask, $outperm 981 vnor $outmask, v9, v9 # 0xff..ff 982 ?vperm $outmask, $outmask, v9, $outperm 1124 vsel v2, $outhead, v0, $outmask [all …]
|
D | aesp8-ppc.pl | 89 my ($stage,$outperm,$outmask,$outhead,$outtail)=map("v$_",(7..11)); 158 vspltisb $outmask,-1 160 ?vperm $outmask,$zero,$outmask,$outperm 173 vsel $stage,$outhead,$outtail,$outmask 193 vsel $stage,$outhead,$outtail,$outmask 210 vsel $stage,$outhead,$outtail,$outmask 223 vsel $stage,$outhead,$outtail,$outmask 238 vsel $stage,$outhead,$outtail,$outmask 271 vsel $stage,$outhead,$outtail,$outmask 281 vsel $stage,$outhead,$outtail,$outmask [all …]
|
/third_party/openssl/crypto/chacha/asm/ |
D | chacha-ppc.pl | 418 my ($inpperm,$outperm,$outmask) = map("v$_",(24..26)); 539 vspltisw $outmask,-1 # 0xff..ff 542 ?vperm $outmask,$outmask,$T0,$outperm 804 vsel @D[0],$A0,$B0,$outmask # collect pre-misaligned output 805 vsel @D[1],$B0,$C0,$outmask 806 vsel @D[2],$C0,$D0,$outmask 807 vsel @D[3],$D0,$A1,$outmask 808 vsel $B0,$A1,$B1,$outmask 809 vsel $C0,$B1,$C1,$outmask 810 vsel $D0,$C1,$D1,$outmask [all …]
|
/third_party/node/deps/openssl/openssl/crypto/chacha/asm/ |
D | chacha-ppc.pl | 418 my ($inpperm,$outperm,$outmask) = map("v$_",(24..26)); 539 vspltisw $outmask,-1 # 0xff..ff 542 ?vperm $outmask,$outmask,$T0,$outperm 804 vsel @D[0],$A0,$B0,$outmask # collect pre-misaligned output 805 vsel @D[1],$B0,$C0,$outmask 806 vsel @D[2],$C0,$D0,$outmask 807 vsel @D[3],$D0,$A1,$outmask 808 vsel $B0,$A1,$B1,$outmask 809 vsel $C0,$B1,$C1,$outmask 810 vsel $D0,$C1,$D1,$outmask [all …]
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_device.c | 1931 int inmode, outmode, inmask, outmask, mode; in usb_cdev_create() local 1947 outmask = 0; in usb_cdev_create() 1964 outmask = (unsigned int)outmask | (1 << UE_GET_ADDR(ep)); in usb_cdev_create() 1973 mode = (unsigned int)mode | (((unsigned int)outmask & (1 << ep)) ? outmode : 0); in usb_cdev_create()
|
/third_party/python/Modules/_ctypes/ |
D | _ctypes.c | 4048 int outmask, int inoutmask, unsigned int numretvals) in _build_result() argument 4084 } else if (bit & outmask) { in _build_result() 4121 int outmask; in PyCFuncPtr_call() local 4167 &outmask, &inoutmask, &numretvals); in PyCFuncPtr_call() 4233 outmask, inoutmask, numretvals); in PyCFuncPtr_call()
|
/third_party/node/deps/simdutf/ |
D | simdutf.cpp | 18075 const __mmask32 outmask = __mmask32(_kandn_mask64(losurr, inmask)); in utf16_to_utf8_avx512i() local 18076 const __mmask64 outmhi = _kshiftri_mask64(outmask, 16); in utf16_to_utf8_avx512i() 18086 __m512i magiclo = _mm512_mask_blend_epi32(__mmask16(outmask), _mm512_set1_epi32(0xffffffff), in utf16_to_utf8_avx512i() 18092 magiclo = _mm512_mask_blend_epi32(__mmask16(outmask), _mm512_set1_epi32(0xffffffff), in utf16_to_utf8_avx512i()
|