Home
last modified time | relevance | path

Searched refs:PC_ZERO_BITS (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dconfshared.h258 #define PC_ZERO_BITS 0 macro
317 #define PC_ZERO_BITS 2 macro
369 #define PC_ZERO_BITS 1 macro
419 #define PC_ZERO_BITS 0 macro
440 #define PC_ZERO_BITS 2 macro
475 #define PC_ZERO_BITS 2 macro
631 # define PC_ZERO_BITS 0 macro
662 #ifndef PC_ZERO_BITS
666 # define PC_ZERO_BITS 0 macro
671 ((((unsigned long) (pc)) & ((1 << PC_ZERO_BITS) - 1)) == 0)
/dports/lang/mit-scheme/mit-scheme-9.2/src/compiler/machines/sparc/
H A Dcmpint-sparc.h79 #define PC_ZERO_BITS 2 macro
563 #if (PC_ZERO_BITS == 0)
570 #if (PC_ZERO_BITS == 1)
577 #if (PC_ZERO_BITS >= 2)
581 #define SHIFT_AMOUNT (PC_ZERO_BITS - 1)
/dports/lang/mit-scheme/mit-scheme-9.2/src/compiler/documentation/
H A Dporting.guide3478 cmpint-mc68k.h defines PC_ZERO_BITS to be 1.
3499 ((0x3e >> 1) << PC_ZERO_BITS) = 0x3e
3561 of PC_ZERO_BITS. For example, on a Vax, where PC_ZERO_BITS has the
3563 value (0x3e >> 1)=0x1f. On a MIPS R3000, where PC_ZERO_BITS is 2, the