Home
last modified time | relevance | path

Searched refs:CPSR_DIT (Results 1 – 4 of 4) sorted by relevance

/qemu/target/arm/
H A Dinternals.h1273 valid |= CPSR_DIT;
H A Dcpu.h1401 #define CPSR_DIT (1U << 21) macro
H A Dhelper.c11499 if (ret & CPSR_DIT) { in cpsr_read_for_spsr_elx()
11500 ret &= ~CPSR_DIT; in cpsr_read_for_spsr_elx()
/qemu/target/arm/tcg/
H A Dhelper-a64.c764 val |= CPSR_DIT; in cpsr_write_from_spsr_elx()