/src/sys/external/bsd/compiler_rt/dist/lib/builtins/i386/ |
ashldi3.S | 6 // di_int __ashldi3(di_int input, int count); 20 DEFINE_COMPILERRT_FUNCTION(__ashldi3) 34 END_COMPILERRT_FUNCTION(__ashldi3) 40 DEFINE_COMPILERRT_FUNCTION(__ashldi3) 55 END_COMPILERRT_FUNCTION(__ashldi3)
|
/src/sys/arch/amiga/stand/bootblock/boot/ |
ashldi3.s | 34 ENTRY_NOPROFILE(__ashldi3)
|
/src/lib/libc/arch/m68k/quad/ |
ashldi3.S | 39 ENTRY(__ashldi3) function 61 END(__ashldi3)
|
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
ashldi3.c | 1 /* ====-- ashldi3.c - Implement __ashldi3 -----------------------------------=== 10 * This file implements __ashldi3 for the compiler_rt library. 22 __ashldi3(di_int a, si_int b) function in typeref:typename:COMPILER_RT_ABI di_int 44 AEABI_RTABI di_int __aeabi_llsl(di_int a, si_int b) COMPILER_RT_ALIAS(__ashldi3);
|
/src/sys/arch/x68k/stand/xxboot/ |
ashldi3.S | 35 ASENTRY_NOPROFILE(__ashldi3) 79 jbsr __ashldi3 113 .asciz "__ashldi3"
|
/src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
ashldi3_test.c | 1 //===-- ashldi3_test.c - Test __ashldi3 -----------------------------------===// 10 // This file tests __ashldi3 for the compiler_rt library. 21 di_int __ashldi3(di_int a, si_int b); 25 di_int x = __ashldi3(a, b); 27 printf("error in __ashldi3: %llX << %d = %llX, expected %llX\n", 28 a, b, __ashldi3(a, b), expected);
|
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
ashldi3_test.c | 1 //===-- ashldi3_test.c - Test __ashldi3 -----------------------------------===// 10 // This file tests __ashldi3 for the compiler_rt library. 21 COMPILER_RT_ABI di_int __ashldi3(di_int a, si_int b); 25 di_int x = __ashldi3(a, b); 27 printf("error in __ashldi3: %llX << %d = %llX, expected %llX\n", 28 a, b, __ashldi3(a, b), expected);
|
/src/common/lib/libc/quad/ |
ashldi3.c | 52 __ashldi3(quad_t a, qshift_t shift) function in typeref:typename:quad_t
|
quad.h | 121 quad_t __ashldi3(quad_t, qshift_t);
|
/src/sys/external/bsd/compiler_rt/dist/test/builtins/timing/ |
ashldi3.c | 6 #define FUNCTION_NAME __ashldi3
|
/src/sys/external/bsd/compiler_rt/dist/test/timing/ |
ashldi3.c | 6 #define FUNCTION_NAME __ashldi3
|