Searched refs:fp_debugprint (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/arch/m68k/include/asm/
H A Dmath-emu.h106 extern unsigned int fp_debugprint;
109 if (fp_debugprint & (1 << (bit))) \
264 btst %d0,fp_debugprint+((31-\bit)/8)
266 btst #\bit,fp_debugprint+((31-\bit)/8)
/linux-4.4.14/arch/frv/include/asm/
H A Dmath-emu.h106 extern unsigned int fp_debugprint;
109 if (fp_debugprint & (1 << (bit))) \
249 btst %d0,fp_debugprint+((31-\bit)/8)
251 btst #\bit,fp_debugprint+((31-\bit)/8)
/linux-4.4.14/arch/m68k/math-emu/
H A Dfp_entry.S44 .globl fp_debugprint
320 fp_debugprint: label

Completed in 59 milliseconds