Searched refs:FPINST2 (Results 1 – 3 of 3) sorted by relevance
/linux/arch/arm/vfp/ |
H A D | vfphw.S | 39 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 D | vfpmodule.c | 411 trigger = fmrx(FPINST2); in VFP_bounce()
|
/linux/arch/arm/include/asm/ |
H A D | vfp.h | 19 #define FPINST2 cr10 macro
|