Home
last modified time | relevance | path

Searched refs:CACHED_PSTATE_BITS (Results 1 – 19 of 19) sorted by relevance

/dports/emulators/qemu42/qemu-4.2.1/target/arm/
H A Dtranslate.h207 tcg_debug_assert(!(bits & CACHED_PSTATE_BITS)); in set_pstate_bits()
220 tcg_debug_assert(!(bits & CACHED_PSTATE_BITS)); in clear_pstate_bits()
H A Dcpu.h1229 #define CACHED_PSTATE_BITS (PSTATE_NZCV | PSTATE_DAIF | PSTATE_BTYPE) macro
1272 env->pstate = val & ~CACHED_PSTATE_BITS; in pstate_write()
/dports/emulators/qemu-utils/qemu-4.2.1/target/arm/
H A Dtranslate.h207 tcg_debug_assert(!(bits & CACHED_PSTATE_BITS)); in set_pstate_bits()
220 tcg_debug_assert(!(bits & CACHED_PSTATE_BITS)); in clear_pstate_bits()
H A Dcpu.h1229 #define CACHED_PSTATE_BITS (PSTATE_NZCV | PSTATE_DAIF | PSTATE_BTYPE) macro
1272 env->pstate = val & ~CACHED_PSTATE_BITS; in pstate_write()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/arm/
H A Dtranslate.h211 tcg_debug_assert(!(bits & CACHED_PSTATE_BITS)); in set_pstate_bits()
224 tcg_debug_assert(!(bits & CACHED_PSTATE_BITS)); in clear_pstate_bits()
H A Dcpu.h1277 #define CACHED_PSTATE_BITS (PSTATE_NZCV | PSTATE_DAIF | PSTATE_BTYPE) macro
1320 env->pstate = val & ~CACHED_PSTATE_BITS; in pstate_write()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/arm/
H A Dtranslate.h211 tcg_debug_assert(!(bits & CACHED_PSTATE_BITS)); in set_pstate_bits()
224 tcg_debug_assert(!(bits & CACHED_PSTATE_BITS)); in clear_pstate_bits()
H A Dcpu.h1277 #define CACHED_PSTATE_BITS (PSTATE_NZCV | PSTATE_DAIF | PSTATE_BTYPE) macro
1320 env->pstate = val & ~CACHED_PSTATE_BITS; in pstate_write()
/dports/emulators/qemu5/qemu-5.2.0/target/arm/
H A Dtranslate.h223 tcg_debug_assert(!(bits & CACHED_PSTATE_BITS)); in set_pstate_bits()
236 tcg_debug_assert(!(bits & CACHED_PSTATE_BITS)); in clear_pstate_bits()
H A Dcpu.h1310 #define CACHED_PSTATE_BITS (PSTATE_NZCV | PSTATE_DAIF | PSTATE_BTYPE) macro
1353 env->pstate = val & ~CACHED_PSTATE_BITS; in pstate_write()
/dports/emulators/qemu60/qemu-6.0.0/target/arm/
H A Dtranslate.h223 tcg_debug_assert(!(bits & CACHED_PSTATE_BITS)); in set_pstate_bits()
236 tcg_debug_assert(!(bits & CACHED_PSTATE_BITS)); in clear_pstate_bits()
H A Dcpu.h1330 #define CACHED_PSTATE_BITS (PSTATE_NZCV | PSTATE_DAIF | PSTATE_BTYPE) macro
1373 env->pstate = val & ~CACHED_PSTATE_BITS; in pstate_write()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/arm/
H A Dtranslate.h302 tcg_debug_assert(!(bits & CACHED_PSTATE_BITS)); in set_pstate_bits()
315 tcg_debug_assert(!(bits & CACHED_PSTATE_BITS)); in clear_pstate_bits()
H A Dcpu.h1342 #define CACHED_PSTATE_BITS (PSTATE_NZCV | PSTATE_DAIF | PSTATE_BTYPE) macro
1385 env->pstate = val & ~CACHED_PSTATE_BITS; in pstate_write()
/dports/emulators/qemu/qemu-6.2.0/target/arm/
H A Dtranslate.h302 tcg_debug_assert(!(bits & CACHED_PSTATE_BITS)); in set_pstate_bits()
315 tcg_debug_assert(!(bits & CACHED_PSTATE_BITS)); in clear_pstate_bits()
H A Dcpu.h1342 #define CACHED_PSTATE_BITS (PSTATE_NZCV | PSTATE_DAIF | PSTATE_BTYPE) macro
1385 env->pstate = val & ~CACHED_PSTATE_BITS; in pstate_write()
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/target-arm/
H A Dcpu.h505 #define CACHED_PSTATE_BITS (PSTATE_NZCV | PSTATE_DAIF) macro
542 env->pstate = val & ~CACHED_PSTATE_BITS; in pstate_write()
/dports/emulators/unicorn/unicorn-1.0.2/qemu/target-arm/
H A Dcpu.h505 #define CACHED_PSTATE_BITS (PSTATE_NZCV | PSTATE_DAIF) macro
542 env->pstate = val & ~CACHED_PSTATE_BITS; in pstate_write()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/arm/
H A Dcpu.h1114 #define CACHED_PSTATE_BITS (PSTATE_NZCV | PSTATE_DAIF) macro
1156 env->pstate = val & ~CACHED_PSTATE_BITS; in pstate_write()