NetBSD/lib/libc/arch/m68k
jtc 48030a80ae Use jCC instead of bCC, as the assembler will then use the (smaller,
faster) byte-displacement form of the instruction if the offset will
fit.  This happens to be all occurances in this case, so I could have
used bCCs.  However, a quick survey of the rest of NetBSD's m68k code
showed that jCC was used in similar cases.  I did the same to be
consistant.
1997-01-04 03:21:11 +00:00
..
gen new implementation that simply clears most significant bit 1996-06-26 15:05:40 +00:00
net New-style RCS ids. Use the RCSID() macro where appropriate. 1995-12-13 21:46:13 +00:00
quad m68k assembly versions of 64 bit shift functions 1996-05-31 02:05:33 +00:00
stdlib New-style RCS ids. Use the RCSID() macro where appropriate. 1995-12-13 21:46:13 +00:00
string Use jCC instead of bCC, as the assembler will then use the (smaller, 1997-01-04 03:21:11 +00:00
sys PROF -> GPROF 1996-11-30 02:31:49 +00:00
DEFS.h New-style RCS ids. 1995-12-13 22:21:23 +00:00
Makefile.inc Added ashldi3.S, ashrdi3.S, and lshrdi3.S to KMSRCS 1996-06-01 01:08:02 +00:00
SYS.h Fix typo 1996-11-19 03:15:51 +00:00