Home
last modified time | relevance | path

Searched refs:fpexc (Results 1 – 5 of 5) sorted by relevance

/lk-master/arch/arm/arm/
A Dfpu.c55 frame->fpexc |= (1<<30); in arm_fpu_undefined_instruction()
62 t->arch.fpexc = (1<<30); in arm_fpu_thread_initialize()
75 uint32_t fpexc; in arm_fpu_thread_swap() local
76 fpexc = read_fpexc(); in arm_fpu_thread_swap()
78 oldthread->arch.fpexc = fpexc; in arm_fpu_thread_swap()
107 write_fpexc(newthread->arch.fpexc); in arm_fpu_thread_swap()
A Dexceptions.S38 vmrs \temp1, fpexc
44 vmsr fpexc, \temp1
52 vmsr fpexc, \temp1
/lk-master/app/tests/
A Dfloat_instructions.S16 vmrs \scratchreg, fpexc
18 vmsr fpexc, \scratchreg
/lk-master/arch/arm/arm/include/arch/
A Darch_thread.h21 uint32_t fpexc; member
/lk-master/arch/arm/include/arch/
A Darm.h66 uint32_t fpexc; member
82 uint32_t fpexc; member

Completed in 7 milliseconds