Home
last modified time | relevance | path

Searched refs:Cpsr (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/arm/
Darmsupp.c126 return (CPSR | state->Cpsr); in ARMul_GetCPSR()
134 state->Cpsr = value; in ARMul_SetCPSR()
144 state->Cpsr = ARMul_GetCPSR (state); in ARMul_FixCPSR()
151 SETPSR_C (state->Cpsr, rhs); in ARMul_FixCPSR()
153 SETPSR_X (state->Cpsr, rhs); in ARMul_FixCPSR()
155 SETPSR_S (state->Cpsr, rhs); in ARMul_FixCPSR()
158 SETPSR_F (state->Cpsr, rhs); in ARMul_FixCPSR()
213 state->Cpsr &= (CCBITS | INTBITS | R15MODEBITS); in ARMul_CPSRAltered()
217 if (state->Mode != (state->Cpsr & MODEBITS)) in ARMul_CPSRAltered()
220 ARMul_SwitchMode (state, state->Mode, state->Cpsr & MODEBITS); in ARMul_CPSRAltered()
[all …]
Darmemu.c560 state->Cpsr |= (GE0 | GE1); in handle_v6_insn()
562 state->Cpsr &= ~ (GE0 | GE1); in handle_v6_insn()
566 state->Cpsr |= (GE2 | GE3); in handle_v6_insn()
568 state->Cpsr &= ~ (GE2 | GE3); in handle_v6_insn()
576 state->Cpsr |= (GE0 | GE1); in handle_v6_insn()
578 state->Cpsr &= ~ (GE0 | GE1); in handle_v6_insn()
582 state->Cpsr |= (GE2 | GE3); in handle_v6_insn()
584 state->Cpsr &= ~ (GE2 | GE3); in handle_v6_insn()
592 state->Cpsr |= GE0; in handle_v6_insn()
594 state->Cpsr &= ~ GE0; in handle_v6_insn()
[all …]
Darminit.c192 state->Cpsr = INTBITS | SVC32MODE; in ARMul_Reset()
198 state->Cpsr = INTBITS | SVC26MODE; in ARMul_Reset()
Darmdefs.h83 ARMword Cpsr; /* the current psr */ member
Dwrapper.c468 state->Cpsr = frommem (state, buf); in arm_reg_store()
DChangeLog-20211451 extracted from state->Cpsr, but preserve the unused bits.
1452 (ARMul_GetCPSR): Get bits preserved in state->Cpsr.