Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sh/boards/mach-cayman/
Dsetup.c24 #define IR0 IRL0_PRIORITY /* IRLs */ macro
91 IR0, IR1, IR2, IR3, PCA, PCB, PCC, PCD, /* IRQ 0- 7 */
/Linux-v4.19/arch/powerpc/math-emu/
Dmath_efp.c492 int IR0, IR1; in do_spe_mathemu() local
641 FP_CMP_S(IR0, SA0, SB0, 3); in do_spe_mathemu()
643 if (IR0 == 3 && (FP_ISSIGNAN_S(SA0) || FP_ISSIGNAN_S(SB0))) in do_spe_mathemu()
647 ch = (IR0 == cmp) ? 1 : 0; in do_spe_mathemu()