Searched refs:__ashldi3 (Results 1 – 18 of 18) sorted by relevance
/linux-6.12.1/arch/xtensa/lib/ |
D | ashldi3.S | 14 ENTRY(__ashldi3) 28 ENDPROC(__ashldi3) 29 EXPORT_SYMBOL(__ashldi3)
|
/linux-6.12.1/arch/sparc/lib/ |
D | ashldi3.S | 13 ENTRY(__ashldi3) 37 ENDPROC(__ashldi3) 38 EXPORT_SYMBOL(__ashldi3)
|
/linux-6.12.1/arch/microblaze/lib/ |
D | ashldi3.c | 6 long long __ashldi3(long long u, word_type b) in __ashldi3() function 29 EXPORT_SYMBOL(__ashldi3);
|
D | libgcc.h | 26 extern long long __ashldi3(long long u, word_type b);
|
/linux-6.12.1/lib/ |
D | ashldi3.c | 9 long long notrace __ashldi3(long long u, word_type b) in __ashldi3() function 32 EXPORT_SYMBOL(__ashldi3);
|
/linux-6.12.1/arch/arm/lib/ |
D | ashldi3.S | 40 ENTRY(__ashldi3) 53 ENDPROC(__ashldi3)
|
/linux-6.12.1/arch/arc/kernel/ |
D | arcksyms.c | 11 extern void __ashldi3(void); 29 EXPORT_SYMBOL(__ashldi3);
|
/linux-6.12.1/arch/arm/kernel/ |
D | armksyms.c | 25 extern void __ashldi3(void); 121 EXPORT_SYMBOL(__ashldi3);
|
/linux-6.12.1/arch/xtensa/include/asm/ |
D | asm-prototypes.h | 18 long long __ashldi3(long long, int);
|
/linux-6.12.1/arch/openrisc/kernel/ |
D | or32_ksyms.c | 39 DECLARE_EXPORT(__ashldi3);
|
/linux-6.12.1/arch/sparc/include/asm/ |
D | asm-prototypes.h | 30 s64 __ashldi3(s64, int);
|
/linux-6.12.1/arch/nios2/kernel/ |
D | nios2_ksyms.c | 44 DECLARE_EXPORT(__ashldi3);
|
/linux-6.12.1/include/linux/ |
D | libgcc.h | 30 long long notrace __ashldi3(long long u, word_type b);
|
/linux-6.12.1/arch/powerpc/boot/ |
D | div64.S | 85 .globl __ashldi3 symbol 86 __ashldi3: label
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | asm-prototypes.h | 42 extern s64 __ashldi3(s64, int);
|
/linux-6.12.1/arch/parisc/kernel/ |
D | parisc_ksyms.c | 99 EXPORT_SYMBOL(__ashldi3);
|
/linux-6.12.1/arch/powerpc/kernel/ |
D | misc_32.S | 274 _GLOBAL(__ashldi3) 284 EXPORT_SYMBOL(__ashldi3)
|
/linux-6.12.1/arch/parisc/net/ |
D | bpf_jit_comp32.c | 613 emit_call_libgcc_ll(__ashldi3, rd, rs, op, ctx); in emit_alu_r64()
|