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

  /src/external/gpl3/gdb.old/dist/sim/arm/
armsupp.c 230 ASSIGNZ ((state->Cpsr & ZBIT) != 0);
231 state->Cpsr &= ~ZBIT;
282 ASSIGNZ ((state->Reg[15] & ZBIT) != 0);
1430 state->FPSCR |= ZBIT;
1438 state->FPSCR & ZBIT ? 'Z' : '-',
1470 state->FPSCR |= ZBIT;
1478 state->FPSCR & ZBIT ? 'Z' : '-',
armemu.h 51 #define ZBIT (1L << 30)
192 ASSIGNZ ((state->Reg[15] & ZBIT) != 0); \
armemu.c 4682 ARMul_GetCPSR (state) & ZBIT ? 'Z' : '-',
4721 ASSIGNZ ((temp & ZBIT) != 0);
5743 ASSIGNZ ((state->Reg[15] & ZBIT) != 0);

Completed in 19 milliseconds