Searched refs:is_vfp_neon (Results 1 - 2 of 2) sorted by relevance

/gem5/src/arch/arm/insts/
H A Dmisc64.cc90 bool is_vfp_neon = false; local
101 checkEL2Trap(tc, misc_reg, el, &is_vfp_neon)) {
104 machInst, is_vfp_neon ? 0x1E00000 : immediate,
105 is_vfp_neon ? EC_TRAPPED_SIMD_FP : EC_TRAPPED_MSR_MRS_64);
110 checkEL3Trap(tc, misc_reg, el, &is_vfp_neon)) {
114 is_vfp_neon ? 0x1E00000 : immediate,
115 is_vfp_neon ? EC_TRAPPED_SIMD_FP : EC_TRAPPED_MSR_MRS_64);
144 ExceptionLevel el, bool * is_vfp_neon) const
152 *is_vfp_neon = false;
161 *is_vfp_neon
[all...]
H A Dmisc64.hh139 ExceptionLevel el, bool *is_vfp_neon) const;
142 ExceptionLevel el, bool *is_vfp_neon) const;

Completed in 6 milliseconds