Searched refs:BIT_WIDTH (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/EXTERNAL_HEADERS/architecture/ppc/
H A Dfp_regs.h57 unsigned fx:BIT_WIDTH(31), // exception summary
58 fex:BIT_WIDTH(30), // enabled exception summary
59 vx:BIT_WIDTH(29), // invalid op exception
61 ox:BIT_WIDTH(28), // overflow exception
62 ux:BIT_WIDTH(27), // underflow exception
63 zx:BIT_WIDTH(26), // divide by zero exception
64 xx:BIT_WIDTH(25), // inexact exception
65 vx_snan:BIT_WIDTH(24), // not a number exception
66 vx_isi:BIT_WIDTH(23), // exception
67 vx_idi:BIT_WIDTH(2
[all...]
H A Dbasic_regs.h63 unsigned ee:BIT_WIDTH(15), /* external intr enable */ \
64 pr:BIT_WIDTH(14), /* problem state */ \
65 fp:BIT_WIDTH(13), /* floating point avail */ \
66 me:BIT_WIDTH(12), /* machine check enable */ \
67 fe0:BIT_WIDTH(11), /* fp exception mode 0 */ \
68 se:BIT_WIDTH(10), /* single step enable */ \
69 be:BIT_WIDTH(9), /* branch trace enable */ \
70 fe1:BIT_WIDTH(8), /* fp exception mode 0 */ \
71 rsvd1:BIT_WIDTH(7), /* reserved */ \
72 ip:BIT_WIDTH(
[all...]
H A Dreg_help.h200 #define BIT_WIDTH(pos) (1) /* mostly to record the position */ macro
205 #define BITMASK(pos) MKMASK(BIT_WIDTH(pos), pos & 0x1f)
/macosx-10.5.8/xnu-1228.15.4/EXTERNAL_HEADERS/architecture/i386/
H A Dreg_help.h49 #define BIT_WIDTH(pos) (1) /* mostly to record the position */ macro
54 #define BITMASK(pos) MKMASK(BIT_WIDTH(pos), pos & 0x1f)

Completed in 12 milliseconds