llvm-project/compiler-rt/lib/arm
Stephen Canon 32acbef33f slight re-arrangement to maybe pick up one cycle on dual-issue ARM cores
llvm-svn: 128003
2011-03-21 17:35:26 +00:00
..
CMakeLists.txt Update cmake files for arm support hooks. 2009-09-14 12:45:07 +00:00
Makefile.mk fix arvm5 builds 2010-07-04 18:29:01 +00:00
adddf3vfp.S license change 2010-11-16 22:13:33 +00:00
addsf3vfp.S license change 2010-11-16 22:13:33 +00:00
bswapdi2.S license change 2010-11-16 22:13:33 +00:00
bswapsi2.S license change 2010-11-16 22:13:33 +00:00
comparesf2.S license change 2010-11-16 22:13:33 +00:00
divdf3vfp.S license change 2010-11-16 22:13:33 +00:00
divmodsi4.S slight re-arrangement to maybe pick up one cycle on dual-issue ARM cores 2011-03-21 17:35:26 +00:00
divsf3vfp.S license change 2010-11-16 22:13:33 +00:00
divsi3.S Carefully written implementations of the 32-bit integer divide and modulus functions for ARM. These are still using a naive digit-by-digit algorithm, but the core loop has been carefully written. 2011-03-18 16:35:02 +00:00
eqdf2vfp.S license change 2010-11-16 22:13:33 +00:00
eqsf2vfp.S license change 2010-11-16 22:13:33 +00:00
extendsfdf2vfp.S license change 2010-11-16 22:13:33 +00:00
fixdfsivfp.S license change 2010-11-16 22:13:33 +00:00
fixsfsivfp.S license change 2010-11-16 22:13:33 +00:00
fixunsdfsivfp.S license change 2010-11-16 22:13:33 +00:00
fixunssfsivfp.S license change 2010-11-16 22:13:33 +00:00
floatsidfvfp.S license change 2010-11-16 22:13:33 +00:00
floatsisfvfp.S license change 2010-11-16 22:13:33 +00:00
floatunssidfvfp.S license change 2010-11-16 22:13:33 +00:00
floatunssisfvfp.S license change 2010-11-16 22:13:33 +00:00
gedf2vfp.S license change 2010-11-16 22:13:33 +00:00
gesf2vfp.S license change 2010-11-16 22:13:33 +00:00
gtdf2vfp.S license change 2010-11-16 22:13:33 +00:00
gtsf2vfp.S license change 2010-11-16 22:13:33 +00:00
ledf2vfp.S license change 2010-11-16 22:13:33 +00:00
lesf2vfp.S license change 2010-11-16 22:13:33 +00:00
ltdf2vfp.S license change 2010-11-16 22:13:33 +00:00
ltsf2vfp.S license change 2010-11-16 22:13:33 +00:00
modsi3.S Carefully written implementations of the 32-bit integer divide and modulus functions for ARM. These are still using a naive digit-by-digit algorithm, but the core loop has been carefully written. 2011-03-18 16:35:02 +00:00
muldf3vfp.S license change 2010-11-16 22:13:33 +00:00
mulsf3vfp.S license change 2010-11-16 22:13:33 +00:00
nedf2vfp.S license change 2010-11-16 22:13:33 +00:00
negdf2vfp.S license change 2010-11-16 22:13:33 +00:00
negsf2vfp.S license change 2010-11-16 22:13:33 +00:00
nesf2vfp.S license change 2010-11-16 22:13:33 +00:00
restore_vfp_d8_d15_regs.S license change 2010-11-16 22:13:33 +00:00
save_vfp_d8_d15_regs.S license change 2010-11-16 22:13:33 +00:00
softfloat-alias.list <rdar://problem/9091300> update Apple packaging of compiler-rt 2011-03-05 02:15:16 +00:00
subdf3vfp.S license change 2010-11-16 22:13:33 +00:00
subsf3vfp.S license change 2010-11-16 22:13:33 +00:00
switch8.S license change 2010-11-16 22:13:33 +00:00
switch16.S license change 2010-11-16 22:13:33 +00:00
switch32.S license change 2010-11-16 22:13:33 +00:00
switchu8.S license change 2010-11-16 22:13:33 +00:00
sync_synchronize.S license change 2010-11-16 22:13:33 +00:00
truncdfsf2vfp.S license change 2010-11-16 22:13:33 +00:00
udivmodsi4.S Carefully written implementations of the 32-bit integer divide and modulus functions for ARM. These are still using a naive digit-by-digit algorithm, but the core loop has been carefully written. 2011-03-18 16:35:02 +00:00
udivsi3.S Carefully written implementations of the 32-bit integer divide and modulus functions for ARM. These are still using a naive digit-by-digit algorithm, but the core loop has been carefully written. 2011-03-18 16:35:02 +00:00
umodsi3.S Carefully written implementations of the 32-bit integer divide and modulus functions for ARM. These are still using a naive digit-by-digit algorithm, but the core loop has been carefully written. 2011-03-18 16:35:02 +00:00
unorddf2vfp.S license change 2010-11-16 22:13:33 +00:00
unordsf2vfp.S license change 2010-11-16 22:13:33 +00:00