Searched refs:syn_fp_access_trap (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/arm/ |
H A D | syndrome.h | 211 static inline uint32_t syn_fp_access_trap(int cv, int cond, bool is_16bit, in syn_fp_access_trap() function
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-vfp.c | 231 uint32_t syn = syn_fp_access_trap(1, 0xe, false, coproc); in vfp_access_check_a()
|
H A D | translate-a64.c | 1221 syn_fp_access_trap(1, 0xe, false, 0), in fp_access_check_only()
|