Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dhflags.c413 int fp_el = fp_exception_el(env, el); in rebuild_hflags_internal()
437 int fp_el = fp_exception_el(env, el); in HELPER()
445 int fp_el = fp_exception_el(env, el); in HELPER()
458 int fp_el = fp_exception_el(env, el); in HELPER()
465 int fp_el = fp_exception_el(env, el); in HELPER()
473 int fp_el = fp_exception_el(env, el); in HELPER()
/openbmc/qemu/target/arm/
H A Dcpu.c1268 if (fp_exception_el(env, el) != 0) { in aarch64_cpu_dump_state()
H A Dcpu.h1245 int fp_exception_el(CPUARMState *env, int cur_el);
H A Dhelper.c12441 int fp_exception_el(CPUARMState *env, int cur_el) in fp_exception_el() function
12820 if (fp_exception_el(env, old_el) || fp_exception_el(env, new_el)) { in aarch64_sve_change_el()