Home | History | Annotate | Download | only in ppc

Lines Matching refs:BIT32

76   cr0_i_negative = BIT32(0),
77 cr0_i_positive = BIT32(1),
78 cr0_i_zero = BIT32(2),
79 cr0_i_summary_overflow = BIT32(3),
87 cr1_i_floating_point_exception_summary = BIT32(4),
88 cr1_i_floating_point_enabled_exception_summary = BIT32(5),
89 cr1_i_floating_point_invalid_operation_exception_summary = BIT32(6),
90 cr1_i_floating_point_overflow_exception = BIT32(7),
112 fpscr_fx = BIT32(0),
114 fpscr_fex = BIT32(1),
116 fpscr_vx = BIT32(2),
118 fpscr_ox = BIT32(3),
119 fpscr_ux = BIT32(4),
120 fpscr_zx = BIT32(5),
121 fpscr_xx = BIT32(6),
122 fpscr_vxsnan = BIT32(7), /* SNAN */
123 fpscr_vxisi = BIT32(8), /* INF - INF */
124 fpscr_vxidi = BIT32(9), /* INF / INF */
125 fpscr_vxzdz = BIT32(10), /* 0 / 0 */
126 fpscr_vximz = BIT32(11), /* INF * 0 */
127 fpscr_vxvc = BIT32(12),
128 fpscr_fr = BIT32(13),
129 fpscr_fi = BIT32(14),
131 fpscr_c = BIT32(15),
134 fpscr_fl = BIT32(16),
135 fpscr_fg = BIT32(17),
136 fpscr_fe = BIT32(18),
137 fpscr_fu = BIT32(19),
147 fpscr_reserved_20 = BIT32(20),
148 fpscr_vxsoft = BIT32(21),
149 fpscr_vxsqrt = BIT32(22),
150 fpscr_vxcvi = BIT32(23),
151 fpscr_ve = BIT32(24),
152 fpscr_oe = BIT32(25),
153 fpscr_ue = BIT32(26),
154 fpscr_ze = BIT32(27),
155 fpscr_xe = BIT32(28),
156 fpscr_ni = BIT32(29),
176 xer_summary_overflow = BIT32(0), xer_summary_overflow_bit = 0,
177 xer_carry = BIT32(2), xer_carry_bit = 2,
178 xer_overflow = BIT32(1),
248 dsisr_direct_store_error_exception = BIT32(0),
249 dsisr_hash_table_or_dbat_miss = BIT32(1),
250 dsisr_protection_violation = BIT32(4),
251 dsisr_earwax_violation = BIT32(5),
252 dsisr_store_operation = BIT32(6),
253 dsisr_segment_table_miss = BIT32(10),
254 dsisr_earwax_disabled = BIT32(11)