Home
last modified time | relevance | path

Searched refs:SB (Results 1 - 25 of 26) sorted by relevance

12

/kernel/linux/linux-5.10/arch/sparc/math-emu/
H A Dmath_32.c286 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR); in do_one_mathemu()
394 case 5: FP_UNPACK_SP (SB, rs2); break; in do_one_mathemu()
428 case FADDS: FP_ADD_S (SR, SA, SB); break; in do_one_mathemu()
432 case FSUBS: FP_SUB_S (SR, SA, SB); break; in do_one_mathemu()
436 case FMULS: FP_MUL_S (SR, SA, SB); break; in do_one_mathemu()
438 FP_CONV (D, S, 2, 1, DB, SB); in do_one_mathemu()
444 case FDIVS: FP_DIV_S (SR, SA, SB); break; in do_one_mathemu()
448 case FSQRTS: FP_SQRT_S (SR, SB); break; in do_one_mathemu()
456 case FSTOI: FP_TO_INT_S (IR, SB, 32, 1); break; in do_one_mathemu()
464 case FSTOD: FP_CONV (D, S, 2, 1, DR, SB); brea in do_one_mathemu()
[all...]
H A Dmath_64.c181 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR); in do_mathemu()
407 case 5: FP_UNPACK_SP (SB, rs2); break; in do_mathemu()
433 case FADDS: FP_ADD_S (SR, SA, SB); break; in do_mathemu()
437 case FSUBS: FP_SUB_S (SR, SA, SB); break; in do_mathemu()
441 case FMULS: FP_MUL_S (SR, SA, SB); break; in do_mathemu()
443 FP_CONV (D, S, 1, 1, DB, SB); in do_mathemu()
449 case FDIVS: FP_DIV_S (SR, SA, SB); break; in do_mathemu()
453 case FSQRTS: FP_SQRT_S (SR, SB); break; in do_mathemu()
461 case FSTOI: FP_TO_INT_S (IR, SB, 32, 1); break; in do_mathemu()
464 case FSTOX: FP_TO_INT_S (XR, SB, 6 in do_mathemu()
[all...]
/kernel/linux/linux-6.6/arch/sparc/math-emu/
H A Dmath_32.c286 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR); in do_one_mathemu()
394 case 5: FP_UNPACK_SP (SB, rs2); break; in do_one_mathemu()
428 case FADDS: FP_ADD_S (SR, SA, SB); break; in do_one_mathemu()
432 case FSUBS: FP_SUB_S (SR, SA, SB); break; in do_one_mathemu()
436 case FMULS: FP_MUL_S (SR, SA, SB); break; in do_one_mathemu()
438 FP_CONV (D, S, 2, 1, DB, SB); in do_one_mathemu()
444 case FDIVS: FP_DIV_S (SR, SA, SB); break; in do_one_mathemu()
448 case FSQRTS: FP_SQRT_S (SR, SB); break; in do_one_mathemu()
456 case FSTOI: FP_TO_INT_S (IR, SB, 32, 1); break; in do_one_mathemu()
464 case FSTOD: FP_CONV (D, S, 2, 1, DR, SB); brea in do_one_mathemu()
[all...]
H A Dmath_64.c181 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR); in do_mathemu()
407 case 5: FP_UNPACK_SP (SB, rs2); break; in do_mathemu()
433 case FADDS: FP_ADD_S (SR, SA, SB); break; in do_mathemu()
437 case FSUBS: FP_SUB_S (SR, SA, SB); break; in do_mathemu()
441 case FMULS: FP_MUL_S (SR, SA, SB); break; in do_mathemu()
443 FP_CONV (D, S, 1, 1, DB, SB); in do_mathemu()
449 case FDIVS: FP_DIV_S (SR, SA, SB); break; in do_mathemu()
453 case FSQRTS: FP_SQRT_S (SR, SB); break; in do_mathemu()
461 case FSTOI: FP_TO_INT_S (IR, SB, 32, 1); break; in do_mathemu()
464 case FSTOX: FP_TO_INT_S (XR, SB, 6 in do_mathemu()
[all...]
/kernel/linux/linux-5.10/arch/alpha/math-emu/
H A Dmath.c104 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR); in alpha_fp_emul()
134 FP_UNPACK_SP(SB, &vb); in alpha_fp_emul()
138 FP_SUB_S(SR, SA, SB); in alpha_fp_emul()
142 FP_ADD_S(SR, SA, SB); in alpha_fp_emul()
146 FP_MUL_S(SR, SA, SB); in alpha_fp_emul()
150 FP_DIV_S(SR, SA, SB); in alpha_fp_emul()
154 FP_SQRT_S(SR, SB); in alpha_fp_emul()
228 FP_UNPACK_SP(SB, &vb); in alpha_fp_emul()
/kernel/linux/linux-6.6/arch/alpha/math-emu/
H A Dmath.c106 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR); in alpha_fp_emul()
136 FP_UNPACK_SP(SB, &vb); in alpha_fp_emul()
140 FP_SUB_S(SR, SA, SB); in alpha_fp_emul()
144 FP_ADD_S(SR, SA, SB); in alpha_fp_emul()
148 FP_MUL_S(SR, SA, SB); in alpha_fp_emul()
152 FP_DIV_S(SR, SA, SB); in alpha_fp_emul()
156 FP_SQRT_S(SR, SB); in alpha_fp_emul()
230 FP_UNPACK_SP(SB, &vb); in alpha_fp_emul()
/kernel/linux/linux-5.10/arch/powerpc/math-emu/
H A Dmath_efp.c216 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR); in do_spe_mathemu()
223 FP_UNPACK_SP(SB, vb.wp + 1); in do_spe_mathemu()
231 pr_debug("SB: %ld %08lx %ld (%ld)\n", SB_s, SB_f, SB_e, SB_c); in do_spe_mathemu()
247 FP_ADD_S(SR, SA, SB); in do_spe_mathemu()
251 FP_SUB_S(SR, SA, SB); in do_spe_mathemu()
255 FP_MUL_S(SR, SA, SB); in do_spe_mathemu()
259 FP_DIV_S(SR, SA, SB); in do_spe_mathemu()
281 FP_TO_INT_ROUND_S(vc.wp[1], SB, 32, in do_spe_mathemu()
304 FP_TO_INT_ROUND_S(vc.wp[1], SB, 32, in do_spe_mathemu()
315 FP_TO_INT_S(vc.wp[1], SB, 3 in do_spe_mathemu()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/math-emu/
H A Dmath_efp.c216 FP_DECL_S(SA); FP_DECL_S(SB); FP_DECL_S(SR); in do_spe_mathemu()
224 FP_UNPACK_SP(SB, vb.wp + 1); in do_spe_mathemu()
232 pr_debug("SB: %d %08x %d (%d)\n", SB_s, SB_f, SB_e, SB_c); in do_spe_mathemu()
248 FP_ADD_S(SR, SA, SB); in do_spe_mathemu()
252 FP_SUB_S(SR, SA, SB); in do_spe_mathemu()
256 FP_MUL_S(SR, SA, SB); in do_spe_mathemu()
260 FP_DIV_S(SR, SA, SB); in do_spe_mathemu()
282 FP_TO_INT_ROUND_S(vc.wp[1], SB, 32, in do_spe_mathemu()
305 FP_TO_INT_ROUND_S(vc.wp[1], SB, 32, in do_spe_mathemu()
316 FP_TO_INT_S(vc.wp[1], SB, 3 in do_spe_mathemu()
[all...]
/kernel/linux/linux-5.10/drivers/media/usb/gspca/
H A Dsonixb.c1413 #define SB(sensor, bridge) \ macro
1418 {USB_DEVICE(0x0c45, 0x6001), SB(TAS5110C, 102)}, /* TAS5110C1B */
1419 {USB_DEVICE(0x0c45, 0x6005), SB(TAS5110C, 101)}, /* TAS5110C1B */
1420 {USB_DEVICE(0x0c45, 0x6007), SB(TAS5110D, 101)}, /* TAS5110D */
1421 {USB_DEVICE(0x0c45, 0x6009), SB(PAS106, 101)},
1422 {USB_DEVICE(0x0c45, 0x600d), SB(PAS106, 101)},
1423 {USB_DEVICE(0x0c45, 0x6011), SB(OV6650, 101)},
1424 {USB_DEVICE(0x0c45, 0x6019), SB(OV7630, 101)},
1425 {USB_DEVICE(0x0c45, 0x6024), SB(TAS5130CXX, 102)},
1426 {USB_DEVICE(0x0c45, 0x6025), SB(TAS5130CX
[all...]
/kernel/linux/linux-6.6/drivers/media/usb/gspca/
H A Dsonixb.c1413 #define SB(sensor, bridge) \ macro
1418 {USB_DEVICE(0x0c45, 0x6001), SB(TAS5110C, 102)}, /* TAS5110C1B */
1419 {USB_DEVICE(0x0c45, 0x6005), SB(TAS5110C, 101)}, /* TAS5110C1B */
1420 {USB_DEVICE(0x0c45, 0x6007), SB(TAS5110D, 101)}, /* TAS5110D */
1421 {USB_DEVICE(0x0c45, 0x6009), SB(PAS106, 101)},
1422 {USB_DEVICE(0x0c45, 0x600d), SB(PAS106, 101)},
1423 {USB_DEVICE(0x0c45, 0x6011), SB(OV6650, 101)},
1424 {USB_DEVICE(0x0c45, 0x6019), SB(OV7630, 101)},
1425 {USB_DEVICE(0x0c45, 0x6024), SB(TAS5130CXX, 102)},
1426 {USB_DEVICE(0x0c45, 0x6025), SB(TAS5130CX
[all...]
/kernel/linux/linux-5.10/fs/kernfs/
H A Dkernfs-internal.h75 #define kernfs_info(SB) ((struct kernfs_super_info *)(SB->s_fs_info))
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dmips-r2-to-r6-emul.c44 #define SB "sb " macro
1365 "1:" SB "%1, 0(%2)\n" in mipsr2_decoder()
1370 "2:" SB "%1, 0(%2)\n" in mipsr2_decoder()
1375 "3:" SB "%1, 0(%2)\n" in mipsr2_decoder()
1380 "4:" SB "%1, 0(%2)\n" in mipsr2_decoder()
1383 "1:" SB "%1, 0(%2)\n" in mipsr2_decoder()
1388 "2:" SB "%1, 0(%2)\n" in mipsr2_decoder()
1393 "3:" SB "%1, 0(%2)\n" in mipsr2_decoder()
1398 "4:" SB "%1, 0(%2)\n" in mipsr2_decoder()
1435 "1:" SB " in mipsr2_decoder()
[all...]
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dmips-r2-to-r6-emul.c44 #define SB "sb " macro
1365 "1:" SB "%1, 0(%2)\n" in mipsr2_decoder()
1370 "2:" SB "%1, 0(%2)\n" in mipsr2_decoder()
1375 "3:" SB "%1, 0(%2)\n" in mipsr2_decoder()
1380 "4:" SB "%1, 0(%2)\n" in mipsr2_decoder()
1383 "1:" SB "%1, 0(%2)\n" in mipsr2_decoder()
1388 "2:" SB "%1, 0(%2)\n" in mipsr2_decoder()
1393 "3:" SB "%1, 0(%2)\n" in mipsr2_decoder()
1398 "4:" SB "%1, 0(%2)\n" in mipsr2_decoder()
1435 "1:" SB " in mipsr2_decoder()
[all...]
/kernel/linux/linux-6.6/fs/kernfs/
H A Dkernfs-internal.h96 #define kernfs_info(SB) ((struct kernfs_super_info *)(SB->s_fs_info))
/kernel/linux/linux-6.6/fs/unicode/
H A Dutf8-norm.c246 #define SB (0xAC00) macro
267 si = utf8decode3(str) - SB; in utf8hangul()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dhwcap.h84 #define KERNEL_HWCAP_SB __khwcap_feature(SB)
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dhwcap.h92 #define KERNEL_HWCAP_SB __khwcap_feature(SB)
/kernel/linux/linux-5.10/fs/unicode/
H A Dutf8-norm.c263 #define SB (0xAC00) macro
284 si = utf8decode3(str) - SB; in utf8hangul()
H A Dmkutf8data.c2651 #define SB (0xAC00) macro
2671 si = utf8decode(str) - SB; in utf8hangul()
/kernel/linux/linux-5.10/drivers/net/ethernet/sis/
H A Dsis900.h53 SB = 0x00000040, POW = 0x00000020, EXD = 0x00000010, enumerator
/kernel/linux/linux-6.6/drivers/net/ethernet/sis/
H A Dsis900.h53 SB = 0x00000040, POW = 0x00000020, EXD = 0x00000010, enumerator
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dcpuinfo.c172 [COMPAT_KERNEL_HWCAP2(SB)] = "sb",
H A Dcpufeature.c2497 .desc = "Speculation barrier (SB)",
2501 ARM64_CPUID_FIELDS(ID_AA64ISAR1_EL1, SB, IMP)
2811 HWCAP_CAP(ID_AA64ISAR1_EL1, SB, IMP, CAP_HWCAP, KERNEL_HWCAP_SB),
2909 HWCAP_CAP(ID_ISAR6_EL1, SB, IMP, CAP_COMPAT_HWCAP2, COMPAT_HWCAP2_SB),
/kernel/linux/linux-5.10/include/linux/
H A Dfsnotify_backend.h336 FSNOTIFY_ITER_FUNCS(sb, SB)
/kernel/linux/linux-6.6/include/linux/
H A Dfsnotify_backend.h449 FSNOTIFY_ITER_FUNCS(sb, SB)

Completed in 28 milliseconds

12