~ubuntu-branches/ubuntu/feisty/basilisk2/feisty

« back to all changes in this revision

Viewing changes to src/uae_cpu/compiler/codegen_x86.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2006-06-01 01:11:16 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060601011116-xjhegbgyfsxag5fl
Tags: 0.9.20060529-1
* New upstream CVS snapshot.
* Update local cdbs snippet copyright-check.mk:
  + Broaden scan to also look for "(c)" by default.
  + Make egrep options configurable.
  + Ignore auto-tools files.
* Bump up standards-version to 3.7.2 (no changes needed).
* Let dh_strip do the stripping (not the make install target).

Show diffs side-by-side

added added

removed removed

Lines of Context:
201
201
#else
202
202
#define _rN(R)          ((R) & 0x07)
203
203
#define _rR(R)          (int(R))
204
 
#define _rXP(R)         (int(R) > 7)
 
204
#define _rXP(R)         (_rR(R) > 7 && _rR(R) < 16)
205
205
#endif
206
206
 
207
207
#if !defined(_ASM_SAFETY) || ! X86_FLAT_REGISTERS
248
248
#define _SL(X)          ((_sl  )(unsigned long)(X))
249
249
#define _UL(X)          ((_ul  )(unsigned long)(X))
250
250
 
251
 
# define _PUC(X)        ((_uc *)(X))
252
 
# define _PUS(X)        ((_us *)(X))
253
 
# define _PSL(X)        ((_sl *)(X))
254
 
# define _PUL(X)        ((_ul *)(X))
 
251
#define _PUC(X)         ((_uc *)(X))
 
252
#define _PUS(X)         ((_us *)(X))
 
253
#define _PSL(X)         ((_sl *)(X))
 
254
#define _PUL(X)         ((_ul *)(X))
255
255
 
256
256
#define _B(B)           x86_emit_byte((B))
257
257
#define _W(W)           x86_emit_word((W))
1617
1617
#define CDQ                             CLTD
1618
1618
#define CQO                             CQTO
1619
1619
 
1620
 
#define LAHF()                          _m32only(                       _O              (0x9f                                                           ))
1621
 
#define SAHF()                          _m32only(                       _O              (0x9e                                                           ))
 
1620
#define LAHF()                                                          _O              (0x9f                                                           )
 
1621
#define SAHF()                                                          _O              (0x9e                                                           )
1622
1622
 
1623
1623
/*                                                                      _format         Opcd            ,Mod ,r     ,m          ,mem=dsp+sib    ,imm... */
1624
1624