Home
last modified time | relevance | path

Searched refs:BIT32 (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/sim/ppc/
H A Dregisters.h76 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),
[all …]
H A Dbits.h99 #define BIT32(POS) _BITn(32, POS) macro
253 V |= BIT32(POS); \
255 V &= ~BIT32(POS); \
H A Dpowerpc.igen66 :cache::::BIT32_BI:BI:BIT32(BI)
70 :cache::::BIT32_BA:BA:BIT32(BA)
73 :cache::::BIT32_BB:BB:BIT32(BB)
3131 uint32_t mask = BIT32(0);
4702 uint32_t bit = BIT32(BT);
4708 uint32_t bit = BIT32(BT);
/netbsd-src/external/gpl3/gdb/dist/sim/mips/
H A Dsim-main.c437 BIT32 (PENDING_SLOT_BIT[index]); in pending_tick()
440 BIT32 (PENDING_SLOT_BIT[index]); in pending_tick()