Searched refs:Cpsr (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/arm/
H A Darmsupp.c123 return (CPSR | state->Cpsr);
131 state->Cpsr = value;
141 state->Cpsr = ARMul_GetCPSR (state);
148 SETPSR_C (state->Cpsr, rhs);
150 SETPSR_X (state->Cpsr, rhs);
152 SETPSR_S (state->Cpsr, rhs);
155 SETPSR_F (state->Cpsr, rhs);
201 /* This routine updates the state of the emulator after the Cpsr has been
210 state->Cpsr &= (CCBITS | INTBITS | R15MODEBITS);
214 if (state->Mode != (state->Cpsr
[all...]
H A Darmemu.c557 state->Cpsr |= (GE0 | GE1);
559 state->Cpsr &= ~ (GE0 | GE1);
563 state->Cpsr |= (GE2 | GE3);
565 state->Cpsr &= ~ (GE2 | GE3);
573 state->Cpsr |= (GE0 | GE1);
575 state->Cpsr &= ~ (GE0 | GE1);
579 state->Cpsr |= (GE2 | GE3);
581 state->Cpsr &= ~ (GE2 | GE3);
589 state->Cpsr |= GE0;
591 state->Cpsr
[all...]
H A Darminit.c189 state->Cpsr = INTBITS | SVC32MODE;
195 state->Cpsr = INTBITS | SVC26MODE;
H A Darmdefs.h80 ARMword Cpsr; /* the current psr */ member in struct:ARMul_State
H A Dwrapper.c441 state->Cpsr = frommem (state, memory);
/netbsd-current/external/gpl3/gdb/dist/sim/arm/
H A Darmsupp.c126 return (CPSR | state->Cpsr);
134 state->Cpsr = value;
144 state->Cpsr = ARMul_GetCPSR (state);
151 SETPSR_C (state->Cpsr, rhs);
153 SETPSR_X (state->Cpsr, rhs);
155 SETPSR_S (state->Cpsr, rhs);
158 SETPSR_F (state->Cpsr, rhs);
204 /* This routine updates the state of the emulator after the Cpsr has been
213 state->Cpsr &= (CCBITS | INTBITS | R15MODEBITS);
217 if (state->Mode != (state->Cpsr
[all...]
H A Darmemu.c560 state->Cpsr |= (GE0 | GE1);
562 state->Cpsr &= ~ (GE0 | GE1);
566 state->Cpsr |= (GE2 | GE3);
568 state->Cpsr &= ~ (GE2 | GE3);
576 state->Cpsr |= (GE0 | GE1);
578 state->Cpsr &= ~ (GE0 | GE1);
582 state->Cpsr |= (GE2 | GE3);
584 state->Cpsr &= ~ (GE2 | GE3);
592 state->Cpsr |= GE0;
594 state->Cpsr
[all...]
H A Darminit.c192 state->Cpsr = INTBITS | SVC32MODE;
198 state->Cpsr = INTBITS | SVC26MODE;
H A Darmdefs.h80 ARMword Cpsr; /* the current psr */ member in struct:ARMul_State
H A Dwrapper.c467 state->Cpsr = frommem (state, buf);

Completed in 402 milliseconds