mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-29 08:20:20 +02:00
add _s32P
2008-03-19 Paolo Bonzini <bonzini@gnu.org> * lightning/asm-common.h: Add _s32P.
This commit is contained in:
parent
ee99e520f5
commit
91cfad4175
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-03-19 Paolo Bonzini <bonzini@gnu.org>
|
||||
|
||||
* lightning/asm-common.h: Add _s32P.
|
||||
|
||||
2008-03-19 Paolo Bonzini <bonzini@gnu.org>
|
||||
|
||||
* lightning/i386/core-64.h: Implement long mul/div/mod.
|
||||
|
|
|
@ -131,6 +131,7 @@ typedef unsigned long _ul;
|
|||
#define _s0P(I) ((I)==0)
|
||||
#define _s8P(I) _siP(8,I)
|
||||
#define _s16P(I) _siP(16,I)
|
||||
#define _s32P(I) _siP(32,I)
|
||||
#define _u8P(I) _uiP(8,I)
|
||||
#define _u16P(I) _uiP(16,I)
|
||||
#define _u32P(I) _uiP(32,I)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue