Searched refs:mvfr1 (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/arm64/arm64/ |
H A D | identcpu.c | 156 uint64_t mvfr1; member 2241 USER_REG(MVFR1_EL1, mvfr1, false), 2857 if ((MVFR1_SIMDLS_VAL(user_cpu_desc.mvfr1) >= in parse_cpu_features_hwcap32() 2859 (MVFR1_SIMDInt_VAL(user_cpu_desc.mvfr1) >= in parse_cpu_features_hwcap32() 2861 (MVFR1_SIMDSP_VAL(user_cpu_desc.mvfr1) >= in parse_cpu_features_hwcap32() 3191 if (SHOULD_PRINT_REG(mvfr1)) in print_cpu_features() 3193 desc->mvfr1, mvfr1_fields); in print_cpu_features() 3300 desc->mvfr1 = READ_SPECIALREG(mvfr1_el1); in identify_cpu()
|
/freebsd/sys/arm/arm/ |
H A D | vfp.c | 164 tmp = fmrx(mvfr1); in vfp_init()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMRegisterInfo.td | 197 def MVFR1 : ARMReg<6, "mvfr1">;
|
H A D | ARMInstrVFP.td | 2515 def VMRS_MVFR1 : MovFromVFP<0b0110 /* mvfr1 */, (outs GPRnopc:$Rt), (ins), 2516 "vmrs", "\t$Rt, mvfr1", []>;
|