Home
last modified time | relevance | path

Searched refs:off2 (Results 201 – 225 of 2543) sorted by relevance

12345678910>>...102

/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dstrcpy-chk.c79 int off1, off2, len, i; in test2() local
83 for (off2 = 0; off2 < MAX_OFFSET; off2++) in test2()
93 u2.buf[off2 + len] = '\0'; in test2()
95 p = strcpy (u1.buf + off1, u2.buf + off2); in test2()
104 for (i = 0, c = 'A' + off2; i < len; i++, q++, c++) in test2()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dstrcpy-chk.c79 int off1, off2, len, i; in test2() local
83 for (off2 = 0; off2 < MAX_OFFSET; off2++) in test2()
93 u2.buf[off2 + len] = '\0'; in test2()
95 p = strcpy (u1.buf + off1, u2.buf + off2); in test2()
104 for (i = 0, c = 'A' + off2; i < len; i++, q++, c++) in test2()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dstrcpy-chk.c79 int off1, off2, len, i; in test2() local
83 for (off2 = 0; off2 < MAX_OFFSET; off2++) in test2()
93 u2.buf[off2 + len] = '\0'; in test2()
95 p = strcpy (u1.buf + off1, u2.buf + off2); in test2()
104 for (i = 0, c = 'A' + off2; i < len; i++, q++, c++) in test2()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dstrcpy-chk.c79 int off1, off2, len, i; in test2() local
83 for (off2 = 0; off2 < MAX_OFFSET; off2++) in test2()
93 u2.buf[off2 + len] = '\0'; in test2()
95 p = strcpy (u1.buf + off1, u2.buf + off2); in test2()
104 for (i = 0, c = 'A' + off2; i < len; i++, q++, c++) in test2()
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vpx_dsp/ppc/
H A Dquantize_vsx.c151 int off2 = 64; in vpx_quantize_b_vsx() local
157 coeff2 = vec_vsx_ld(off2, coeff_ptr); in vpx_quantize_b_vsx()
172 vec_vsx_st(qcoeff2, off2, qcoeff_ptr); in vpx_quantize_b_vsx()
180 vec_vsx_st(dqcoeff2, off2, dqcoeff_ptr); in vpx_quantize_b_vsx()
191 off2 += 48; in vpx_quantize_b_vsx()
212 int off2 = 64; in vpx_quantize_b_32x32_vsx() local
266 coeff2 = vec_vsx_ld(off2, coeff_ptr); in vpx_quantize_b_32x32_vsx()
285 vec_vsx_st(qcoeff2, off2, qcoeff_ptr); in vpx_quantize_b_32x32_vsx()
289 vec_vsx_st(dequantize_coeff_32(qcoeff2, dequant), off2, dqcoeff_ptr); in vpx_quantize_b_32x32_vsx()
293 nonzero_scanindex(qcoeff2, zero_mask2, iscan_ptr, off2)); in vpx_quantize_b_32x32_vsx()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vp9/encoder/ppc/
H A Dvp9_quantize_vsx.c100 int off2 = 64; in vp9_quantize_fp_vsx() local
105 coeff2 = vec_vsx_ld(off2, coeff_ptr); in vp9_quantize_fp_vsx()
108 scan2 = vec_vsx_ld(off2, iscan); in vp9_quantize_fp_vsx()
127 vec_vsx_st(qcoeff2, off2, qcoeff_ptr); in vp9_quantize_fp_vsx()
138 off2 += 48; in vp9_quantize_fp_vsx()
180 int off2 = 64; in vp9_quantize_fp_32x32_vsx() local
239 coeff2 = vec_vsx_ld(off2, coeff_ptr); in vp9_quantize_fp_32x32_vsx()
242 scan2 = vec_vsx_ld(off2, iscan); in vp9_quantize_fp_32x32_vsx()
270 vec_vsx_st(qcoeff2, off2, qcoeff_ptr); in vp9_quantize_fp_32x32_vsx()
278 vec_vsx_st(dqcoeff2, off2, dqcoeff_ptr); in vp9_quantize_fp_32x32_vsx()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vp9/encoder/ppc/
H A Dvp9_quantize_vsx.c100 int off2 = 64; in vp9_quantize_fp_vsx() local
105 coeff2 = vec_vsx_ld(off2, coeff_ptr); in vp9_quantize_fp_vsx()
108 scan2 = vec_vsx_ld(off2, iscan); in vp9_quantize_fp_vsx()
127 vec_vsx_st(qcoeff2, off2, qcoeff_ptr); in vp9_quantize_fp_vsx()
138 off2 += 48; in vp9_quantize_fp_vsx()
180 int off2 = 64; in vp9_quantize_fp_32x32_vsx() local
239 coeff2 = vec_vsx_ld(off2, coeff_ptr); in vp9_quantize_fp_32x32_vsx()
242 scan2 = vec_vsx_ld(off2, iscan); in vp9_quantize_fp_32x32_vsx()
270 vec_vsx_st(qcoeff2, off2, qcoeff_ptr); in vp9_quantize_fp_32x32_vsx()
278 vec_vsx_st(dqcoeff2, off2, dqcoeff_ptr); in vp9_quantize_fp_32x32_vsx()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vpx_dsp/ppc/
H A Dquantize_vsx.c151 int off2 = 64; in vpx_quantize_b_vsx() local
157 coeff2 = vec_vsx_ld(off2, coeff_ptr); in vpx_quantize_b_vsx()
172 vec_vsx_st(qcoeff2, off2, qcoeff_ptr); in vpx_quantize_b_vsx()
180 vec_vsx_st(dqcoeff2, off2, dqcoeff_ptr); in vpx_quantize_b_vsx()
191 off2 += 48; in vpx_quantize_b_vsx()
212 int off2 = 64; in vpx_quantize_b_32x32_vsx() local
266 coeff2 = vec_vsx_ld(off2, coeff_ptr); in vpx_quantize_b_32x32_vsx()
285 vec_vsx_st(qcoeff2, off2, qcoeff_ptr); in vpx_quantize_b_32x32_vsx()
289 vec_vsx_st(dequantize_coeff_32(qcoeff2, dequant), off2, dqcoeff_ptr); in vpx_quantize_b_32x32_vsx()
293 nonzero_scanindex(qcoeff2, zero_mask2, iscan_ptr, off2)); in vpx_quantize_b_32x32_vsx()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vpx_dsp/ppc/
H A Dquantize_vsx.c151 int off2 = 64; in vpx_quantize_b_vsx() local
157 coeff2 = vec_vsx_ld(off2, coeff_ptr); in vpx_quantize_b_vsx()
172 vec_vsx_st(qcoeff2, off2, qcoeff_ptr); in vpx_quantize_b_vsx()
180 vec_vsx_st(dqcoeff2, off2, dqcoeff_ptr); in vpx_quantize_b_vsx()
191 off2 += 48; in vpx_quantize_b_vsx()
212 int off2 = 64; in vpx_quantize_b_32x32_vsx() local
266 coeff2 = vec_vsx_ld(off2, coeff_ptr); in vpx_quantize_b_32x32_vsx()
285 vec_vsx_st(qcoeff2, off2, qcoeff_ptr); in vpx_quantize_b_32x32_vsx()
289 vec_vsx_st(dequantize_coeff_32(qcoeff2, dequant), off2, dqcoeff_ptr); in vpx_quantize_b_32x32_vsx()
293 nonzero_scanindex(qcoeff2, zero_mask2, iscan_ptr, off2)); in vpx_quantize_b_32x32_vsx()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vp9/encoder/ppc/
H A Dvp9_quantize_vsx.c100 int off2 = 64; in vp9_quantize_fp_vsx() local
105 coeff2 = vec_vsx_ld(off2, coeff_ptr); in vp9_quantize_fp_vsx()
108 scan2 = vec_vsx_ld(off2, iscan); in vp9_quantize_fp_vsx()
127 vec_vsx_st(qcoeff2, off2, qcoeff_ptr); in vp9_quantize_fp_vsx()
138 off2 += 48; in vp9_quantize_fp_vsx()
180 int off2 = 64; in vp9_quantize_fp_32x32_vsx() local
239 coeff2 = vec_vsx_ld(off2, coeff_ptr); in vp9_quantize_fp_32x32_vsx()
242 scan2 = vec_vsx_ld(off2, iscan); in vp9_quantize_fp_32x32_vsx()
270 vec_vsx_st(qcoeff2, off2, qcoeff_ptr); in vp9_quantize_fp_32x32_vsx()
278 vec_vsx_st(dqcoeff2, off2, dqcoeff_ptr); in vp9_quantize_fp_32x32_vsx()
[all …]
/dports/multimedia/libvpx/libvpx-1.11.0/vp9/encoder/ppc/
H A Dvp9_quantize_vsx.c100 int off2 = 64; in vp9_quantize_fp_vsx() local
105 coeff2 = vec_vsx_ld(off2, coeff_ptr); in vp9_quantize_fp_vsx()
108 scan2 = vec_vsx_ld(off2, iscan); in vp9_quantize_fp_vsx()
127 vec_vsx_st(qcoeff2, off2, qcoeff_ptr); in vp9_quantize_fp_vsx()
138 off2 += 48; in vp9_quantize_fp_vsx()
180 int off2 = 64; in vp9_quantize_fp_32x32_vsx() local
239 coeff2 = vec_vsx_ld(off2, coeff_ptr); in vp9_quantize_fp_32x32_vsx()
242 scan2 = vec_vsx_ld(off2, iscan); in vp9_quantize_fp_32x32_vsx()
270 vec_vsx_st(qcoeff2, off2, qcoeff_ptr); in vp9_quantize_fp_32x32_vsx()
278 vec_vsx_st(dqcoeff2, off2, dqcoeff_ptr); in vp9_quantize_fp_32x32_vsx()
[all …]
/dports/multimedia/libvpx/libvpx-1.11.0/vpx_dsp/ppc/
H A Dquantize_vsx.c151 int off2 = 64; in vpx_quantize_b_vsx() local
157 coeff2 = vec_vsx_ld(off2, coeff_ptr); in vpx_quantize_b_vsx()
172 vec_vsx_st(qcoeff2, off2, qcoeff_ptr); in vpx_quantize_b_vsx()
180 vec_vsx_st(dqcoeff2, off2, dqcoeff_ptr); in vpx_quantize_b_vsx()
191 off2 += 48; in vpx_quantize_b_vsx()
212 int off2 = 64; in vpx_quantize_b_32x32_vsx() local
266 coeff2 = vec_vsx_ld(off2, coeff_ptr); in vpx_quantize_b_32x32_vsx()
285 vec_vsx_st(qcoeff2, off2, qcoeff_ptr); in vpx_quantize_b_32x32_vsx()
289 vec_vsx_st(dequantize_coeff_32(qcoeff2, dequant), off2, dqcoeff_ptr); in vpx_quantize_b_32x32_vsx()
293 nonzero_scanindex(qcoeff2, zero_mask2, iscan_ptr, off2)); in vpx_quantize_b_32x32_vsx()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/ppc/
H A Dquantize_vsx.c151 int off2 = 64; in vpx_quantize_b_vsx() local
157 coeff2 = vec_vsx_ld(off2, coeff_ptr); in vpx_quantize_b_vsx()
172 vec_vsx_st(qcoeff2, off2, qcoeff_ptr); in vpx_quantize_b_vsx()
180 vec_vsx_st(dqcoeff2, off2, dqcoeff_ptr); in vpx_quantize_b_vsx()
191 off2 += 48; in vpx_quantize_b_vsx()
212 int off2 = 64; in vpx_quantize_b_32x32_vsx() local
266 coeff2 = vec_vsx_ld(off2, coeff_ptr); in vpx_quantize_b_32x32_vsx()
285 vec_vsx_st(qcoeff2, off2, qcoeff_ptr); in vpx_quantize_b_32x32_vsx()
289 vec_vsx_st(dequantize_coeff_32(qcoeff2, dequant), off2, dqcoeff_ptr); in vpx_quantize_b_32x32_vsx()
293 nonzero_scanindex(qcoeff2, zero_mask2, iscan_ptr, off2)); in vpx_quantize_b_32x32_vsx()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/ppc/
H A Dvp9_quantize_vsx.c100 int off2 = 64; in vp9_quantize_fp_vsx() local
105 coeff2 = vec_vsx_ld(off2, coeff_ptr); in vp9_quantize_fp_vsx()
108 scan2 = vec_vsx_ld(off2, iscan); in vp9_quantize_fp_vsx()
127 vec_vsx_st(qcoeff2, off2, qcoeff_ptr); in vp9_quantize_fp_vsx()
138 off2 += 48; in vp9_quantize_fp_vsx()
180 int off2 = 64; in vp9_quantize_fp_32x32_vsx() local
239 coeff2 = vec_vsx_ld(off2, coeff_ptr); in vp9_quantize_fp_32x32_vsx()
242 scan2 = vec_vsx_ld(off2, iscan); in vp9_quantize_fp_32x32_vsx()
270 vec_vsx_st(qcoeff2, off2, qcoeff_ptr); in vp9_quantize_fp_32x32_vsx()
278 vec_vsx_st(dqcoeff2, off2, dqcoeff_ptr); in vp9_quantize_fp_32x32_vsx()
[all …]
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vp9/encoder/ppc/
H A Dvp9_quantize_vsx.c100 int off2 = 64; in vp9_quantize_fp_vsx() local
105 coeff2 = vec_vsx_ld(off2, coeff_ptr); in vp9_quantize_fp_vsx()
108 scan2 = vec_vsx_ld(off2, iscan); in vp9_quantize_fp_vsx()
127 vec_vsx_st(qcoeff2, off2, qcoeff_ptr); in vp9_quantize_fp_vsx()
138 off2 += 48; in vp9_quantize_fp_vsx()
180 int off2 = 64; in vp9_quantize_fp_32x32_vsx() local
239 coeff2 = vec_vsx_ld(off2, coeff_ptr); in vp9_quantize_fp_32x32_vsx()
242 scan2 = vec_vsx_ld(off2, iscan); in vp9_quantize_fp_32x32_vsx()
270 vec_vsx_st(qcoeff2, off2, qcoeff_ptr); in vp9_quantize_fp_32x32_vsx()
278 vec_vsx_st(dqcoeff2, off2, dqcoeff_ptr); in vp9_quantize_fp_32x32_vsx()
[all …]
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vpx_dsp/ppc/
H A Dquantize_vsx.c151 int off2 = 64; in vpx_quantize_b_vsx() local
157 coeff2 = vec_vsx_ld(off2, coeff_ptr); in vpx_quantize_b_vsx()
172 vec_vsx_st(qcoeff2, off2, qcoeff_ptr); in vpx_quantize_b_vsx()
180 vec_vsx_st(dqcoeff2, off2, dqcoeff_ptr); in vpx_quantize_b_vsx()
191 off2 += 48; in vpx_quantize_b_vsx()
212 int off2 = 64; in vpx_quantize_b_32x32_vsx() local
266 coeff2 = vec_vsx_ld(off2, coeff_ptr); in vpx_quantize_b_32x32_vsx()
285 vec_vsx_st(qcoeff2, off2, qcoeff_ptr); in vpx_quantize_b_32x32_vsx()
289 vec_vsx_st(dequantize_coeff_32(qcoeff2, dequant), off2, dqcoeff_ptr); in vpx_quantize_b_32x32_vsx()
293 nonzero_scanindex(qcoeff2, zero_mask2, iscan_ptr, off2)); in vpx_quantize_b_32x32_vsx()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vpx_dsp/ppc/
H A Dquantize_vsx.c151 int off2 = 64; in vpx_quantize_b_vsx() local
157 coeff2 = vec_vsx_ld(off2, coeff_ptr); in vpx_quantize_b_vsx()
172 vec_vsx_st(qcoeff2, off2, qcoeff_ptr); in vpx_quantize_b_vsx()
180 vec_vsx_st(dqcoeff2, off2, dqcoeff_ptr); in vpx_quantize_b_vsx()
191 off2 += 48; in vpx_quantize_b_vsx()
212 int off2 = 64; in vpx_quantize_b_32x32_vsx() local
266 coeff2 = vec_vsx_ld(off2, coeff_ptr); in vpx_quantize_b_32x32_vsx()
285 vec_vsx_st(qcoeff2, off2, qcoeff_ptr); in vpx_quantize_b_32x32_vsx()
289 vec_vsx_st(dequantize_coeff_32(qcoeff2, dequant), off2, dqcoeff_ptr); in vpx_quantize_b_32x32_vsx()
293 nonzero_scanindex(qcoeff2, zero_mask2, iscan_ptr, off2)); in vpx_quantize_b_32x32_vsx()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vp9/encoder/ppc/
H A Dvp9_quantize_vsx.c100 int off2 = 64; in vp9_quantize_fp_vsx() local
105 coeff2 = vec_vsx_ld(off2, coeff_ptr); in vp9_quantize_fp_vsx()
108 scan2 = vec_vsx_ld(off2, iscan); in vp9_quantize_fp_vsx()
127 vec_vsx_st(qcoeff2, off2, qcoeff_ptr); in vp9_quantize_fp_vsx()
138 off2 += 48; in vp9_quantize_fp_vsx()
180 int off2 = 64; in vp9_quantize_fp_32x32_vsx() local
239 coeff2 = vec_vsx_ld(off2, coeff_ptr); in vp9_quantize_fp_32x32_vsx()
242 scan2 = vec_vsx_ld(off2, iscan); in vp9_quantize_fp_32x32_vsx()
270 vec_vsx_st(qcoeff2, off2, qcoeff_ptr); in vp9_quantize_fp_32x32_vsx()
278 vec_vsx_st(dqcoeff2, off2, dqcoeff_ptr); in vp9_quantize_fp_32x32_vsx()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/vpx_dsp/ppc/
H A Dquantize_vsx.c151 int off2 = 64; in vpx_quantize_b_vsx() local
157 coeff2 = vec_vsx_ld(off2, coeff_ptr); in vpx_quantize_b_vsx()
172 vec_vsx_st(qcoeff2, off2, qcoeff_ptr); in vpx_quantize_b_vsx()
180 vec_vsx_st(dqcoeff2, off2, dqcoeff_ptr); in vpx_quantize_b_vsx()
191 off2 += 48; in vpx_quantize_b_vsx()
212 int off2 = 64; in vpx_quantize_b_32x32_vsx() local
266 coeff2 = vec_vsx_ld(off2, coeff_ptr); in vpx_quantize_b_32x32_vsx()
285 vec_vsx_st(qcoeff2, off2, qcoeff_ptr); in vpx_quantize_b_32x32_vsx()
289 vec_vsx_st(dequantize_coeff_32(qcoeff2, dequant), off2, dqcoeff_ptr); in vpx_quantize_b_32x32_vsx()
293 nonzero_scanindex(qcoeff2, zero_mask2, iscan_ptr, off2)); in vpx_quantize_b_32x32_vsx()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/vp9/encoder/ppc/
H A Dvp9_quantize_vsx.c100 int off2 = 64; in vp9_quantize_fp_vsx() local
105 coeff2 = vec_vsx_ld(off2, coeff_ptr); in vp9_quantize_fp_vsx()
108 scan2 = vec_vsx_ld(off2, iscan); in vp9_quantize_fp_vsx()
127 vec_vsx_st(qcoeff2, off2, qcoeff_ptr); in vp9_quantize_fp_vsx()
138 off2 += 48; in vp9_quantize_fp_vsx()
180 int off2 = 64; in vp9_quantize_fp_32x32_vsx() local
239 coeff2 = vec_vsx_ld(off2, coeff_ptr); in vp9_quantize_fp_32x32_vsx()
242 scan2 = vec_vsx_ld(off2, iscan); in vp9_quantize_fp_32x32_vsx()
270 vec_vsx_st(qcoeff2, off2, qcoeff_ptr); in vp9_quantize_fp_32x32_vsx()
278 vec_vsx_st(dqcoeff2, off2, dqcoeff_ptr); in vp9_quantize_fp_32x32_vsx()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/vp9/encoder/ppc/
H A Dvp9_quantize_vsx.c100 int off2 = 64; in vp9_quantize_fp_vsx() local
105 coeff2 = vec_vsx_ld(off2, coeff_ptr); in vp9_quantize_fp_vsx()
108 scan2 = vec_vsx_ld(off2, iscan); in vp9_quantize_fp_vsx()
127 vec_vsx_st(qcoeff2, off2, qcoeff_ptr); in vp9_quantize_fp_vsx()
138 off2 += 48; in vp9_quantize_fp_vsx()
180 int off2 = 64; in vp9_quantize_fp_32x32_vsx() local
239 coeff2 = vec_vsx_ld(off2, coeff_ptr); in vp9_quantize_fp_32x32_vsx()
242 scan2 = vec_vsx_ld(off2, iscan); in vp9_quantize_fp_32x32_vsx()
270 vec_vsx_st(qcoeff2, off2, qcoeff_ptr); in vp9_quantize_fp_32x32_vsx()
278 vec_vsx_st(dqcoeff2, off2, dqcoeff_ptr); in vp9_quantize_fp_32x32_vsx()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/vpx_dsp/ppc/
H A Dquantize_vsx.c151 int off2 = 64; in vpx_quantize_b_vsx() local
157 coeff2 = vec_vsx_ld(off2, coeff_ptr); in vpx_quantize_b_vsx()
172 vec_vsx_st(qcoeff2, off2, qcoeff_ptr); in vpx_quantize_b_vsx()
180 vec_vsx_st(dqcoeff2, off2, dqcoeff_ptr); in vpx_quantize_b_vsx()
191 off2 += 48; in vpx_quantize_b_vsx()
212 int off2 = 64; in vpx_quantize_b_32x32_vsx() local
266 coeff2 = vec_vsx_ld(off2, coeff_ptr); in vpx_quantize_b_32x32_vsx()
285 vec_vsx_st(qcoeff2, off2, qcoeff_ptr); in vpx_quantize_b_32x32_vsx()
289 vec_vsx_st(dequantize_coeff_32(qcoeff2, dequant), off2, dqcoeff_ptr); in vpx_quantize_b_32x32_vsx()
293 nonzero_scanindex(qcoeff2, zero_mask2, iscan_ptr, off2)); in vpx_quantize_b_32x32_vsx()
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ssa/gen/
H A D386.rules608 (MOV(L|W|B|SS|SD)load [off1] {sym} (ADDLconst [off2] ptr) mem) && is32Bit(int64(off1)+int64(off2))…
610 (MOV(L|W|B|SS|SD)store [off1] {sym} (ADDLconst [off2] ptr) val mem) && is32Bit(int64(off1)+int64(o…
615 …DD|SUB|MUL|DIV)SSload [off1] {sym} val (ADDLconst [off2] base) mem) && is32Bit(int64(off1)+int64(o…
617 …DD|SUB|MUL|DIV)SDload [off1] {sym} val (ADDLconst [off2] base) mem) && is32Bit(int64(off1)+int64(o…
621 ((ADD|AND|OR|XOR)Lconstmodify [valoff1] {sym} (ADDLconst [off2] base) mem) && valoff1.canAdd32(off2
684 (LEAL [off1] {sym1} (LEAL [off2] {sym2} x)) && is32Bit(int64(off1)+int64(off2)) && canMergeSym(sym1…
692 (LEAL [off1] {sym1} (LEAL1 [off2] {sym2} x y)) && is32Bit(int64(off1)+int64(off2)) && canMergeSym(s…
716 (LEAL2 [off1] {sym} x (LEAL1 [off2] {nil} y y)) && is32Bit(int64(off1)+2*int64(off2)) =>
717 (LEAL4 [off1+2*off2] {sym} x y)
718 (LEAL4 [off1] {sym} x (LEAL1 [off2] {nil} y y)) && is32Bit(int64(off1)+4*int64(off2)) =>
[all …]
/dports/devel/git-svn/git-2.34.1/xdiff/
H A Dxdiffi.c49 long dmin = off1 - lim2, dmax = lim1 - off2; in xdl_split()
50 long fmid = off1 - off2, bmid = lim1 - lim2; in xdl_split()
157 v = (i1 - off1) + (i2 - off2) - dd; in xdl_split()
161 off2 + xenv->snake_cnt <= i2 && i2 < lim2) { in xdl_split()
226 if (i2 < off2) in xdl_split()
227 i1 = off2 + d, i2 = off2; in xdl_split()
257 diffdata_t *dd2, long off2, long lim2, in xdl_recs_cmp() argument
264 for (; off1 < lim1 && off2 < lim2 && ha1[off1] == ha2[off2]; off1++, off2++); in xdl_recs_cmp()
275 for (; off2 < lim2; off2++) in xdl_recs_cmp()
276 rchg2[rindex2[off2]] = 1; in xdl_recs_cmp()
[all …]
/dports/devel/git-p4/git-2.34.1/xdiff/
H A Dxdiffi.c49 long dmin = off1 - lim2, dmax = lim1 - off2; in xdl_split()
50 long fmid = off1 - off2, bmid = lim1 - lim2; in xdl_split()
157 v = (i1 - off1) + (i2 - off2) - dd; in xdl_split()
161 off2 + xenv->snake_cnt <= i2 && i2 < lim2) { in xdl_split()
226 if (i2 < off2) in xdl_split()
227 i1 = off2 + d, i2 = off2; in xdl_split()
257 diffdata_t *dd2, long off2, long lim2, in xdl_recs_cmp() argument
264 for (; off1 < lim1 && off2 < lim2 && ha1[off1] == ha2[off2]; off1++, off2++); in xdl_recs_cmp()
275 for (; off2 < lim2; off2++) in xdl_recs_cmp()
276 rchg2[rindex2[off2]] = 1; in xdl_recs_cmp()
[all …]

12345678910>>...102