Home
last modified time | relevance | path

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

/Linux-v5.4/arch/unicore32/kernel/
Dfpu-ucf64.c77 if (exc & FPSCR_CMPINSTR_BIT) { in ucf64_exchandler()
82 exc &= ~(FPSCR_CMPINSTR_BIT | FPSCR_CON); in ucf64_exchandler()
/Linux-v5.4/arch/unicore32/include/asm/
Dfpu-ucf64.h15 #define FPSCR_CMPINSTR_BIT (1<<31) macro