Searched refs:FPSCR_N (Results 1 – 5 of 5) sorted by relevance
/linux/arch/arm/vfp/ |
A D | vfpinstr.h | 60 #define FPSCR_N (1 << 31) macro
|
A D | vfpmodule.c | 260 if (exceptions & (FPSCR_N|FPSCR_Z|FPSCR_C|FPSCR_V)) in vfp_raise_exceptions() 261 fpscr &= ~(FPSCR_N|FPSCR_Z|FPSCR_C|FPSCR_V); in vfp_raise_exceptions()
|
A D | vfpdouble.c | 397 ret |= FPSCR_N; in vfp_compare() 407 ret |= FPSCR_N; in vfp_compare()
|
A D | vfpsingle.c | 441 ret |= FPSCR_N; in vfp_compare() 451 ret |= FPSCR_N; in vfp_compare()
|
/linux/arch/sh/kernel/ |
A D | disassemble.c | 45 FPUL_N, FPUL_M, FPSCR_N, FPSCR_M, enumerator 107 {"lds",{A_REG_M,FPSCR_N},{HEX_4,REG_M,HEX_6,HEX_A}}, 112 {"lds.l",{A_INC_M,FPSCR_N},{HEX_4,REG_M,HEX_6,HEX_6}}, 503 case FPSCR_N: in print_sh_insn()
|
Completed in 11 milliseconds