Home
last modified time | relevance | path

Searched refs:A1 (Results 1 - 25 of 114) sorted by relevance

12345

/kernel/linux/linux-5.10/arch/c6x/lib/
H A Dcsum_64plus.S32 AND .S1 3,A4,A1
34 OR .L2X B0,A1,B0 ; non aligned condition
37 || MV .D1X B5,A1 ; words condition
38 [!A1] B .S1 L8
55 ZERO .D1 A1
59 [!A1] BNOP .S1 L8,5
295 || ZERO .D1 A1
299 || [A0] LDBU .D1T1 *A4++,A1
304 || SHL .S1 A0,8,A1
316 || ADD .L1 A0,A1,A
[all...]
H A Ddivi.S10 ;; __c6xabi_divi A0,A1,A2,A4,A6,B0,B1,B2,B4,B5
11 ;; __c6xabi_divu A0,A1,A2,A4,A6,B0,B1,B2,B4
12 ;; __c6xabi_remi A1,A2,A4,A5,A6,B0,B1,B2,B4
13 ;; __c6xabi_remu A1,A4,A5,A7,B0,B1,B2,B4
29 || cmpgt .l1 0, A4, A1
32 [A1] neg .l1 A4, A4
34 || xor .s1x A1, B1, A1
35 [A1] addkpc .s2 _divu_ret, B3, 4
H A Dremi.S10 ;; __c6xabi_divi A0,A1,A2,A4,A6,B0,B1,B2,B4,B5
11 ;; __c6xabi_divu A0,A1,A2,A4,A6,B0,B1,B2,B4
12 ;; __c6xabi_remi A1,A2,A4,A5,A6,B0,B1,B2,B4
13 ;; __c6xabi_remu A1,A4,A5,A7,B0,B1,B2,B4
29 || cmpgt .l1 0, A4, A1
34 [A1] neg .l1 A4, A4
36 || xor .s2x B2, A1, B0
H A Ddivu.S10 ;; __c6xabi_divi A0,A1,A2,A4,A6,B0,B1,B2,B4,B5
11 ;; __c6xabi_divu A0,A1,A2,A4,A6,B0,B1,B2,B4
12 ;; __c6xabi_remi A1,A2,A4,A5,A6,B0,B1,B2,B4
13 ;; __c6xabi_remu A1,A4,A5,A7,B0,B1,B2,B4
78 || mvk .s1 32, A1
79 sub .l1 A1, A6, A6
H A Dremu.S10 ;; __c6xabi_divi A0,A1,A2,A4,A6,B0,B1,B2,B4,B5
11 ;; __c6xabi_divu A0,A1,A2,A4,A6,B0,B1,B2,B4
12 ;; __c6xabi_remi A1,A2,A4,A5,A6,B0,B1,B2,B4
13 ;; __c6xabi_remu A1,A4,A5,A7,B0,B1,B2,B4
39 cmpltu .l1x A4, B4, A1
40 [!A1] sub .l1x A4, B4, A4
H A Ddivremi.S11 || cmpgt .l1 0, A4, A1
16 [A1] neg .l1 A4, A4
18 || xor .s2x B2, A1, B0
H A Dstrasgi.S15 ldw .d2t1 *B4++, A1
29 || mv .s2x A1, B5
36 [B0] ldw .d2t1 *B4++, A1
66 [B0] stw .d1t1 A1, *A4++
H A Ddivremu.S66 || mvk .s1 32, A1
67 sub .l1 A1, A6, A6
/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/
H A Dtest_cpuset_prs.sh70 rmdir A1/A2/A3 A1/A2 A1 B1 > /dev/null 2>&1
171 mkdir A1
172 cd A1
181 cd A1
186 cd A1
190 cd A1
198 [[ -d A1 ]] && rmdir A1
[all...]
/kernel/linux/linux-6.6/arch/s390/crypto/
H A Dchacha-s390.S445 #define A1 %v4 define
496 VLR A1,K0
527 VAF A1,A1,B1
533 VX D1,D1,A1
565 VAF A1,A1,B1
571 VX D1,D1,A1
622 VAF A1,A1,B
[all...]
/kernel/linux/linux-5.10/arch/mips/mm/
H A Dpage.c42 #define A1 5 macro
371 uasm_i_ld(buf, reg, off, A1); in build_copy_load()
373 uasm_i_lw(buf, reg, off, A1); in build_copy_load()
392 _uasm_i_pref(buf, pref_src_mode, pref_bias_copy_load + off, A1); in build_copy_load_pref()
495 pg_addiu(&buf, A1, A1, 2 * off); in build_copy_page()
540 pg_addiu(&buf, A1, A1, 2 * off); in build_copy_page()
578 pg_addiu(&buf, A1, A1, in build_copy_page()
[all...]
/kernel/linux/linux-6.6/arch/mips/mm/
H A Dpage.c41 #define A1 5 macro
372 uasm_i_ld(buf, reg, off, A1); in build_copy_load()
374 uasm_i_lw(buf, reg, off, A1); in build_copy_load()
393 _uasm_i_pref(buf, pref_src_mode, pref_bias_copy_load + off, A1); in build_copy_load_pref()
496 pg_addiu(&buf, A1, A1, 2 * off); in build_copy_page()
541 pg_addiu(&buf, A1, A1, 2 * off); in build_copy_page()
579 pg_addiu(&buf, A1, A1, in build_copy_page()
[all...]
/kernel/linux/linux-6.6/rust/alloc/vec/
H A Dpartial_eq.rs25 __impl_slice_eq1! { [A1: Allocator, A2: Allocator] Vec<T, A1>, Vec<U, A2>, #[stable(feature = "rust1", since = "1.0.0")] }
/kernel/linux/linux-5.10/arch/c6x/kernel/
H A Dentry.S91 || STDW .D1T1 A1:A0,*A15--[1]
148 LDDW .D1T1 *++A15[1],A1:A0
255 MVKL .S1 schedule,A1
256 MVKH .S1 schedule,A1
257 B .S2X A1
268 MVK .S1 _TIF_WORK_MASK,A1
271 AND .D1 A1,A2,A0
272 || AND .S1 A3,A2,A1
274 [A1] BNOP .S1 work_resched,5
310 MVK .S1 _TIF_WORK_MASK,A1
[all...]
H A Dswitch_to.S50 || LDDW .D1T1 *+A5(THREAD_RICL_ICL),A1:A0
68 || MV .L2X A1,B1
/kernel/linux/linux-5.10/arch/h8300/lib/
H A Dudivsi3.S13 divxu.w A1,A2P
15 divxu.w A1,A0P
/kernel/linux/linux-5.10/tools/perf/arch/csky/util/
H A Dunwind-libdw.c23 dwarf_regs[1] = REG(A1); in libdw__arch_set_initial_registers()
59 dwarf_regs[3] = REG(A1); in libdw__arch_set_initial_registers()
/kernel/linux/linux-6.6/tools/perf/arch/csky/util/
H A Dunwind-libdw.c24 dwarf_regs[1] = REG(A1); in libdw__arch_set_initial_registers()
60 dwarf_regs[3] = REG(A1); in libdw__arch_set_initial_registers()
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dsatan.S317 |--U + A1*U*V*(A2 + V*(A3 + V)), V = U*U
319 |--THE NATURAL FORM IS U + U*V*(A1 + V*(A2 + V*A3))
320 |--WHAT WE HAVE HERE IS MERELY A1 = A3, A2 = A1/A3, A3 = A2/A3.
322 |--PARTS A1*U*V AND (A2 + ... STUFF) MORE LOAD-BALANCED
332 fmuld ATANA1,%fp1 | ...A1*U*V
333 fmulx %fp2,%fp1 | ...A1*U*V*(A2+V*(A3+V))
H A Dslogn.S388 |--U + V*(A1+U*(A2+U*(A3+U*(A4+U*(A5+U*A6))))) WHICH IS
389 |--[U + V*(A1+V*(A3+V*A5))] + [U*V*(A2+V*(A4+V*A6))]
404 faddd LOGA1,%fp2 | ...A1+V*(A3+V*A5)
408 fmulx %fp3,%fp2 | ...V*(A1+V*(A3+V*A5)), FP3 RELEASED
411 faddx %fp2,%fp0 | ...U+V*(A1+V*(A3+V*A5)), FP2 RELEASED
H A Dsetox.S128 | p = R + R*R*(A1 + R*(A2 + R*(A3 + R*(A4 + R*A5))))
130 | made as "short" as possible: A1 (which is 1/2), A4 and A5
138 | [ S*(A1 + S*(A3 + S*A5)) ]
248 | p = R+R*R*(A1+R*(A2+R*(A3+R*(A4+R*(A5+R*A6)))))
250 | made as "short" as possible: A1 (which is 1/2), A5 and A6
258 | [ R + S*(A1 + S*(A3 + S*A5)) ]
513 |-- R + R*R*(A1 + R*(A2 + R*(A3 + R*(A4 + R*A5))))
515 |--[R+R*S*(A2+S*A4)] + [S*(A1+S*(A3+S*A5))]
538 fadds #0x3F000000,%fp2 | ...fp2 IS A1+S*(A3+S*A5)
541 fmulx %fp1,%fp2 | ...fp2 IS S*(A1
[all...]
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dsatan.S317 |--U + A1*U*V*(A2 + V*(A3 + V)), V = U*U
319 |--THE NATURAL FORM IS U + U*V*(A1 + V*(A2 + V*A3))
320 |--WHAT WE HAVE HERE IS MERELY A1 = A3, A2 = A1/A3, A3 = A2/A3.
322 |--PARTS A1*U*V AND (A2 + ... STUFF) MORE LOAD-BALANCED
332 fmuld ATANA1,%fp1 | ...A1*U*V
333 fmulx %fp2,%fp1 | ...A1*U*V*(A2+V*(A3+V))
H A Dslogn.S388 |--U + V*(A1+U*(A2+U*(A3+U*(A4+U*(A5+U*A6))))) WHICH IS
389 |--[U + V*(A1+V*(A3+V*A5))] + [U*V*(A2+V*(A4+V*A6))]
404 faddd LOGA1,%fp2 | ...A1+V*(A3+V*A5)
408 fmulx %fp3,%fp2 | ...V*(A1+V*(A3+V*A5)), FP3 RELEASED
411 faddx %fp2,%fp0 | ...U+V*(A1+V*(A3+V*A5)), FP2 RELEASED
H A Dsetox.S128 | p = R + R*R*(A1 + R*(A2 + R*(A3 + R*(A4 + R*A5))))
130 | made as "short" as possible: A1 (which is 1/2), A4 and A5
138 | [ S*(A1 + S*(A3 + S*A5)) ]
248 | p = R+R*R*(A1+R*(A2+R*(A3+R*(A4+R*(A5+R*A6)))))
250 | made as "short" as possible: A1 (which is 1/2), A5 and A6
258 | [ R + S*(A1 + S*(A3 + S*A5)) ]
513 |-- R + R*R*(A1 + R*(A2 + R*(A3 + R*(A4 + R*A5))))
515 |--[R+R*S*(A2+S*A4)] + [S*(A1+S*(A3+S*A5))]
538 fadds #0x3F000000,%fp2 | ...fp2 IS A1+S*(A3+S*A5)
541 fmulx %fp1,%fp2 | ...fp2 IS S*(A1
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_gamma.h66 int A1[3]; member

Completed in 14 milliseconds

12345