Home
last modified time | relevance | path

Searched refs:FPSCR_TRAP (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/arch/unicore32/include/asm/
Dfpu-ucf64.h21 #define FPSCR_TRAP (1<<27) macro
/linux-3.4.99/arch/unicore32/kernel/
Dfpu-ucf64.c106 tmp &= ~(FPSCR_TRAP | FPSCR_IOS | FPSCR_OFS | FPSCR_UFS | in ucf64_exchandler()