Searched refs:fpinst (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/arm/arm/ |
| H A D | vfp.c | 311 fmxr(fpinst, vfpsave->fpinst); in vfp_restore() 347 vfpsave->fpinst = fmrx(fpinst); in vfp_store()
|
| /freebsd/sys/arm/include/ |
| H A D | vfp.h | 151 uint32_t fpinst; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMRegisterInfo.td | 200 def FPINST : ARMReg<9, "fpinst">;
|
| H A D | ARMInstrVFP.td | 2550 def VMRS_FPINST : MovFromVFP<0b1001 /* fpinst */, (outs GPRnopc:$Rt), (ins), 2551 "vmrs", "\t$Rt, fpinst", []>; 2621 def VMSR_FPINST : MovToVFP<0b1001 /* fpinst */, (outs), (ins GPRnopc:$Rt),
|