Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/include/asm/
H A Di8259.h31 #define IR0 0x01 /* IR0 */ macro
/openbmc/linux/arch/powerpc/math-emu/
H A Dmath_efp.c491 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()