HomeSort by: relevance | last modified time | path
    Searched refs:BIT32 (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/ppc/
registers.h 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)
    [all...]
bits.h 99 #define BIT32(POS) _BITn(32, POS)
253 V |= BIT32(POS); \
255 V &= ~BIT32(POS); \
powerpc.igen 66 :cache::::BIT32_BI:BI:BIT32(BI)
70 :cache::::BIT32_BA:BA:BIT32(BA)
73 :cache::::BIT32_BB:BB:BIT32(BB)
3137 uint32_t mask = BIT32(0);
4708 uint32_t bit = BIT32(BT);
4714 uint32_t bit = BIT32(BT);
  /src/external/gpl3/gdb.old/dist/sim/ppc/
registers.h 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)
    [all...]
bits.h 99 #define BIT32(POS) _BITn(32, POS)
253 V |= BIT32(POS); \
255 V &= ~BIT32(POS); \
powerpc.igen 66 :cache::::BIT32_BI:BI:BIT32(BI)
70 :cache::::BIT32_BA:BA:BIT32(BA)
73 :cache::::BIT32_BB:BB:BIT32(BB)
3137 uint32_t mask = BIT32(0);
4708 uint32_t bit = BIT32(BT);
4714 uint32_t bit = BIT32(BT);
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-bits.h 258 #define BIT32 MSBIT32
264 #define BIT32 LSBIT32
538 V |= BIT32 (POS); \
540 V &= ~BIT32 (POS); \
  /src/external/gpl3/gdb/dist/sim/common/
sim-bits.h 258 #define BIT32 MSBIT32
264 #define BIT32 LSBIT32
538 V |= BIT32 (POS); \
540 V &= ~BIT32 (POS); \
  /src/external/gpl3/gdb/dist/sim/mips/
sim-main.c 437 BIT32 (PENDING_SLOT_BIT[index]);
440 BIT32 (PENDING_SLOT_BIT[index]);
  /src/external/gpl3/gdb.old/dist/sim/mips/
sim-main.c 437 BIT32 (PENDING_SLOT_BIT[index]);
440 BIT32 (PENDING_SLOT_BIT[index]);
  /src/external/gpl3/gdb/dist/sim/v850/
v850-sim.h 126 #define PSW_US BIT32 (8)
  /src/external/gpl3/gdb.old/dist/sim/v850/
v850-sim.h 126 #define PSW_US BIT32 (8)

Completed in 31 milliseconds