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

  /src/external/gpl3/gdb.old/dist/sim/mips/
dv-tx3904tmr.c 172 #define SET_ITMR_TIIE(c,v) BLIT32((c)->itmr, 15, (v) ? 1 : 0)
174 #define SET_ITMR_TZCE(c,v) BLIT32((c)->itmr, 0, (v) ? 1 : 0)
179 #define SET_PMGR_TPIBE(c,v) BLIT32((c)->pmgr, 15, (v) ? 1 : 0)
181 #define SET_PMGR_TPIAE(c,v) BLIT32((c)->pmgr, 14, (v) ? 1 : 0)
183 #define SET_PMGR_FFI(c,v) BLIT32((c)->pmgr, 0, (v) ? 1 : 0)
186 #define SET_WTMR_TWIE(c,v) BLIT32((c)->wtmr, 15, (v) ? 1 : 0)
188 #define SET_WTMR_WDIS(c,v) BLIT32((c)->wtmr, 7, (v) ? 1 : 0)
190 #define SET_WTMR_TWC(c,v) BLIT32((c)->wtmr, 0, (v) ? 1 : 0)
  /src/external/gpl3/gdb/dist/sim/mips/
dv-tx3904tmr.c 172 #define SET_ITMR_TIIE(c,v) BLIT32((c)->itmr, 15, (v) ? 1 : 0)
174 #define SET_ITMR_TZCE(c,v) BLIT32((c)->itmr, 0, (v) ? 1 : 0)
179 #define SET_PMGR_TPIBE(c,v) BLIT32((c)->pmgr, 15, (v) ? 1 : 0)
181 #define SET_PMGR_TPIAE(c,v) BLIT32((c)->pmgr, 14, (v) ? 1 : 0)
183 #define SET_PMGR_FFI(c,v) BLIT32((c)->pmgr, 0, (v) ? 1 : 0)
186 #define SET_WTMR_TWIE(c,v) BLIT32((c)->wtmr, 15, (v) ? 1 : 0)
188 #define SET_WTMR_WDIS(c,v) BLIT32((c)->wtmr, 7, (v) ? 1 : 0)
190 #define SET_WTMR_TWC(c,v) BLIT32((c)->wtmr, 0, (v) ? 1 : 0)
  /src/external/gpl3/gdb/dist/sim/ppc/
hw_phb.c 354 BLIT32(address->cells[0], 0, 1);
370 BLIT32(address->cells[0], 1, 1);
386 BLIT32(address->cells[0], 2, 1);
bits.h 250 #define BLIT32(V, POS, BIT) \
powerpc.igen 1649 BLIT32(CR, BT, CR{BA} && CR{BB});
1657 BLIT32(CR, BT, CR{BA} || CR{BB});
1665 BLIT32(CR, BT, CR{BA} != CR{BB});
1673 BLIT32(CR, BT, !(CR{BA} && CR{BB}));
1681 BLIT32(CR, BT, !(CR{BA} || CR{BB}));
1689 BLIT32(CR, BT, CR{BA} == CR{BB});
1697 BLIT32(CR, BT, CR{BA} && !CR{BB});
1705 BLIT32(CR, BT, CR{BA} || !CR{BB});
  /src/external/gpl3/gdb.old/dist/sim/ppc/
hw_phb.c 354 BLIT32(address->cells[0], 0, 1);
370 BLIT32(address->cells[0], 1, 1);
386 BLIT32(address->cells[0], 2, 1);
bits.h 250 #define BLIT32(V, POS, BIT) \
powerpc.igen 1649 BLIT32(CR, BT, CR{BA} && CR{BB});
1657 BLIT32(CR, BT, CR{BA} || CR{BB});
1665 BLIT32(CR, BT, CR{BA} != CR{BB});
1673 BLIT32(CR, BT, !(CR{BA} && CR{BB}));
1681 BLIT32(CR, BT, !(CR{BA} || CR{BB}));
1689 BLIT32(CR, BT, CR{BA} == CR{BB});
1697 BLIT32(CR, BT, CR{BA} && !CR{BB});
1705 BLIT32(CR, BT, CR{BA} || !CR{BB});
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-bits.h 535 #define BLIT32(V, POS, BIT) \
  /src/external/gpl3/gdb/dist/sim/common/
sim-bits.h 535 #define BLIT32(V, POS, BIT) \

Completed in 26 milliseconds