Searched refs:__mulvsi3 (Results 1 – 15 of 15) sorted by relevance
/openbsd/gnu/llvm/compiler-rt/lib/builtins/ |
H A D | mulvsi3.c | 20 COMPILER_RT_ABI si_int __mulvsi3(si_int a, si_int b) { return __mulvXi3(a, b); } in __mulvsi3() function
|
H A D | int_mulv_impl.inc | 9 // Helper used by __mulvsi3, __mulvdi3 and __mulvti3.
|
H A D | apple_versioning.c | 111 NOT_HERE_BEFORE_10_6(__mulvsi3) 298 NOT_HERE_UNTIL_AFTER_4_3(__mulvsi3)
|
H A D | README.txt | 113 si_int __mulvsi3(si_int a, si_int b); // a * b
|
/openbsd/gnu/usr.bin/gcc/gcc/config/sh/ |
H A D | libgcc-std.ver | 11 __mulvsi3
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | libgcc-std.ver | 11 __mulvsi3
|
H A D | libgcc2.h | 264 extern Wtype __mulvsi3 (Wtype, Wtype);
|
H A D | libgcc2.c | 136 __mulvsi3 (Wtype a, Wtype b) in __mulvsi3() function
|
H A D | ChangeLog.4 | 806 (__subvdi3, __mulvsi3, __mulvdi3, __negvsi2, __negvdi2): Likewise. 5616 __mulvsi3, __negvsi2, __negvdi2, __absvsi2, __absvdi2, __mulvdi3): 5660 __subvsi3, __subvdi3, __mulvsi3, __mulvdi3, __negvsi2, 5885 __mulvsi3, __negvsi2, __negvdi2, __absvsi2, __absvdi2, __mulvdi3):
|
/openbsd/gnu/gcc/gcc/ |
H A D | libgcc-std.ver | 11 __mulvsi3
|
H A D | libgcc2.h | 360 extern SItype __mulvsi3 (SItype, SItype);
|
H A D | libgcc2.c | 174 __mulvsi3 (SItype a, SItype b) in __mulvsi3() function
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | libgcc.texi | 160 @deftypefn {Runtime Function} int __mulvsi3 (int @var{a}, int @var{b})
|
H A D | gccint.info | 382 -- Runtime Function: int __mulvsi3 (int A, int B) 31437 * __mulvsi3: Integer library routines.
|
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 870 fun:__mulvsi3=uninstrumented
|