Home
last modified time | relevance | path

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

/Linux-v5.4/arch/sh/boards/mach-cayman/
Dsetup.c21 #define IR0 IRL0_PRIORITY /* IRLs */ macro
88 IR0, IR1, IR2, IR3, PCA, PCB, PCC, PCD, /* IRQ 0- 7 */
/Linux-v5.4/arch/powerpc/math-emu/
Dmath_efp.c488 int IR0, IR1; in do_spe_mathemu() local
637 FP_CMP_S(IR0, SA0, SB0, 3); in do_spe_mathemu()
639 if (IR0 == 3 && (FP_ISSIGNAN_S(SA0) || FP_ISSIGNAN_S(SB0))) in do_spe_mathemu()
643 ch = (IR0 == cmp) ? 1 : 0; in do_spe_mathemu()