Home
last modified time | relevance | path

Searched refs:ARM_CP_FPU (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/arm/
H A Dcpregs.h110 ARM_CP_FPU = 1 << 13,
101 ARM_CP_FPU = 1 << 13, global() enumerator
H A Dhelper.c3548 .access = PL0_RW, .type = ARM_CP_FPU,
3552 .access = PL0_RW, .type = ARM_CP_FPU | ARM_CP_SUPPRESS_TB_END,
3744 .type = ARM_CP_ALIAS | ARM_CP_FPU | ARM_CP_EL3_NO_EL2_KEEP, in do_hcr_write()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c2898 if ((ri->type & ARM_CP_FPU) && !fp_access_check_only(s)) { in gen_load_exclusive()