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

  /src/external/gpl3/gdb.old/dist/sim/arm/
armemu.h 119 #define CCBITS (0xf8000000L)
121 #define CCBITS (0xf0000000L)
153 #define R15CCINTMODE (state->Reg[15] & (CCBITS | R15INTBITS | R15MODEBITS))
190 state->Reg[15] = ((s) & CCBITS) | R15PC | ER15INT | EMODE; \
198 state->Reg[15] = R15PC | ((s) & (CCBITS | R15INTBITS | R15MODEBITS)); \
armsupp.c 213 state->Cpsr &= (CCBITS | INTBITS | R15MODEBITS);
armemu.c 5083 state->Reg[15] = (src & (CCBITS | R15PCBITS)) | ER15INT | EMODE;

Completed in 67 milliseconds