Home
last modified time | relevance | path

Searched refs:pref_offsetx (Results 1 – 8 of 8) sorted by relevance

/dports/math/openblas/OpenBLAS-0.3.18/kernel/mips/
H A Dzrot_msa.c59 if (pref_offsetx > 0) \
61 pref_offsetx = L1_DATA_LINESIZE - pref_offsetx; \
62 pref_offsetx = pref_offsetx / sizeof(FLOAT); \
83 PREFETCH(px + pref_offsetx + 16); \
84 PREFETCH(px + pref_offsetx + 20); \
227 pref_offsetx = L1_DATA_LINESIZE - pref_offsetx; \
228 pref_offsetx = pref_offsetx / sizeof(FLOAT); \
380 pref_offsetx = L1_DATA_LINESIZE - pref_offsetx; \
381 pref_offsetx = pref_offsetx / sizeof(FLOAT); \
538 pref_offsetx = L1_DATA_LINESIZE - pref_offsetx; \
[all …]
H A Ddrot_msa.c87 if (pref_offsetx > 0) in CNAME()
89 pref_offsetx = L1_DATA_LINESIZE - pref_offsetx; in CNAME()
90 pref_offsetx = pref_offsetx / sizeof(FLOAT); in CNAME()
263 if (pref_offsetx > 0) in CNAME()
265 pref_offsetx = L1_DATA_LINESIZE - pref_offsetx; in CNAME()
266 pref_offsetx = pref_offsetx / sizeof(FLOAT); in CNAME()
424 if (pref_offsetx > 0) in CNAME()
426 pref_offsetx = L1_DATA_LINESIZE - pref_offsetx; in CNAME()
427 pref_offsetx = pref_offsetx / sizeof(FLOAT); in CNAME()
598 pref_offsetx = L1_DATA_LINESIZE - pref_offsetx; in CNAME()
[all …]
H A Dcrot_msa.c78 if (pref_offsetx > 0) in CNAME()
80 pref_offsetx = L1_DATA_LINESIZE - pref_offsetx; in CNAME()
81 pref_offsetx = pref_offsetx / sizeof(FLOAT); in CNAME()
262 if (pref_offsetx > 0) in CNAME()
264 pref_offsetx = L1_DATA_LINESIZE - pref_offsetx; in CNAME()
265 pref_offsetx = pref_offsetx / sizeof(FLOAT); in CNAME()
431 if (pref_offsetx > 0) in CNAME()
433 pref_offsetx = L1_DATA_LINESIZE - pref_offsetx; in CNAME()
434 pref_offsetx = pref_offsetx / sizeof(FLOAT); in CNAME()
604 pref_offsetx = L1_DATA_LINESIZE - pref_offsetx; in CNAME()
[all …]
H A Dsrot_msa.c83 if (pref_offsetx > 0) in CNAME()
85 pref_offsetx = L1_DATA_LINESIZE - pref_offsetx; in CNAME()
86 pref_offsetx = pref_offsetx / sizeof(FLOAT); in CNAME()
276 if (pref_offsetx > 0) in CNAME()
278 pref_offsetx = L1_DATA_LINESIZE - pref_offsetx; in CNAME()
279 pref_offsetx = pref_offsetx / sizeof(FLOAT); in CNAME()
456 if (pref_offsetx > 0) in CNAME()
458 pref_offsetx = L1_DATA_LINESIZE - pref_offsetx; in CNAME()
459 pref_offsetx = pref_offsetx / sizeof(FLOAT); in CNAME()
643 pref_offsetx = L1_DATA_LINESIZE - pref_offsetx; in CNAME()
[all …]
H A Dzswap_msa.c35 BLASLONG i, inc_x2, inc_y2, pref_offsetx, pref_offsety; in CNAME() local
42 pref_offsetx = (BLASLONG)srcx & (L1_DATA_LINESIZE - 1); in CNAME()
43 if (pref_offsetx > 0) in CNAME()
45 pref_offsetx = L1_DATA_LINESIZE - pref_offsetx; in CNAME()
46 pref_offsetx = pref_offsetx / sizeof(FLOAT); in CNAME()
70 PREFETCH(px + pref_offsetx + 16); in CNAME()
71 PREFETCH(px + pref_offsetx + 20); in CNAME()
72 PREFETCH(px + pref_offsetx + 24); in CNAME()
73 PREFETCH(px + pref_offsetx + 28); in CNAME()
H A Dcswap_msa.c35 BLASLONG i = 0, pref_offsetx, pref_offsety; in CNAME() local
45 pref_offsetx = (BLASLONG)srcx & (L1_DATA_LINESIZE - 1); in CNAME()
46 if (pref_offsetx > 0) in CNAME()
48 pref_offsetx = L1_DATA_LINESIZE - pref_offsetx; in CNAME()
49 pref_offsetx = pref_offsetx / sizeof(FLOAT); in CNAME()
73 PREFETCH(px + pref_offsetx + 32); in CNAME()
74 PREFETCH(px + pref_offsetx + 40); in CNAME()
75 PREFETCH(px + pref_offsetx + 48); in CNAME()
76 PREFETCH(px + pref_offsetx + 56); in CNAME()
H A Ddswap_msa.c35 BLASLONG i = 0, pref_offsetx, pref_offsety; in CNAME() local
44 pref_offsetx = (BLASLONG)srcx & (L1_DATA_LINESIZE - 1); in CNAME()
45 if (pref_offsetx > 0) in CNAME()
47 pref_offsetx = L1_DATA_LINESIZE - pref_offsetx; in CNAME()
48 pref_offsetx = pref_offsetx / sizeof(FLOAT); in CNAME()
69 PREFETCH(px + pref_offsetx + 16); in CNAME()
70 PREFETCH(px + pref_offsetx + 20); in CNAME()
71 PREFETCH(px + pref_offsetx + 24); in CNAME()
72 PREFETCH(px + pref_offsetx + 28); in CNAME()
H A Dsswap_msa.c35 BLASLONG i = 0, pref_offsetx, pref_offsety; in CNAME() local
44 pref_offsetx = (BLASLONG)srcx & (L1_DATA_LINESIZE - 1); in CNAME()
45 if (pref_offsetx > 0) in CNAME()
47 pref_offsetx = L1_DATA_LINESIZE - pref_offsetx; in CNAME()
48 pref_offsetx = pref_offsetx / sizeof(FLOAT); in CNAME()
69 PREFETCH(px + pref_offsetx + 32); in CNAME()
70 PREFETCH(px + pref_offsetx + 40); in CNAME()
71 PREFETCH(px + pref_offsetx + 48); in CNAME()
72 PREFETCH(px + pref_offsetx + 56); in CNAME()