Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/vfp/
H A Dvfphw.S39 ldmia r0, {r0-r3} @ load FPEXC, FPSCR, FPINST, FPINST2
43 tst r0, #FPEXC_FP2V @ is there an FPINST2 to write?
45 VFPFMXR FPINST2, r3 @ FPINST2 if needed (and present)
61 tst r1, #FPEXC_FP2V @ is there an FPINST2 to read?
63 VFPFMRX r12, FPINST2 @ FPINST2 if needed (and present)
65 stmia r0, {r1, r2, r3, r12} @ save FPEXC, FPSCR, FPINST, FPINST2
H A Dvfpmodule.c411 trigger = fmrx(FPINST2); in VFP_bounce()
/openbmc/linux/arch/arm/include/asm/
H A Dvfp.h19 #define FPINST2 cr10 macro