Searched defs:spsr (Results 1 - 2 of 2) sorted by relevance

/external/qemu/target-arm/
H A Dcpu.h89 uint32_t spsr; member in struct:CPUARMState
H A Dtranslate.c3490 static uint32_t msr_mask(CPUState *env, DisasContext *s, int flags, int spsr) { argument
3514 if (!spsr)
3523 static int gen_set_psr(DisasContext *s, uint32_t mask, int spsr, TCGv t0) argument
3526 if (spsr) {
3531 tmp = load_cpu_field(spsr);
3535 store_cpu_field(tmp, spsr);
3545 static int gen_set_psr_im(DisasContext *s, uint32_t mask, int spsr, uint32_t val) argument
3550 return gen_set_psr(s, mask, spsr, tmp);
3558 tmp = load_cpu_field(spsr);
6535 tmp = load_cpu_field(spsr);
[all...]

Completed in 98 milliseconds