IR                177 arch/arm/mach-spear/time.c 	writew(INT_STATUS, gpt_base + IR(CLKEVT));
IR                179 arch/powerpc/math-emu/math_efp.c 	int IR, cmp;
IR                331 arch/powerpc/math-emu/math_efp.c 		FP_CMP_S(IR, SA, SB, 3);
IR                332 arch/powerpc/math-emu/math_efp.c 		if (IR == 3 && (FP_ISSIGNAN_S(SA) || FP_ISSIGNAN_S(SB)))
IR                334 arch/powerpc/math-emu/math_efp.c 		if (IR == cmp) {
IR                335 arch/powerpc/math-emu/math_efp.c 			IR = 0x4;
IR                337 arch/powerpc/math-emu/math_efp.c 			IR = 0;
IR                473 arch/powerpc/math-emu/math_efp.c 		FP_CMP_D(IR, DA, DB, 3);
IR                474 arch/powerpc/math-emu/math_efp.c 		if (IR == 3 && (FP_ISSIGNAN_D(DA) || FP_ISSIGNAN_D(DB)))
IR                476 arch/powerpc/math-emu/math_efp.c 		if (IR == cmp) {
IR                477 arch/powerpc/math-emu/math_efp.c 			IR = 0x4;
IR                479 arch/powerpc/math-emu/math_efp.c 			IR = 0;
IR                645 arch/powerpc/math-emu/math_efp.c 			IR = (ch << 3) | (cl << 2) | ((ch | cl) << 1) |
IR                656 arch/powerpc/math-emu/math_efp.c 	regs->ccr |= (IR << ((7 - ((speinsn >> 23) & 0x7)) << 2));
IR                289 arch/sparc/math-emu/math_32.c 	int IR;
IR                456 arch/sparc/math-emu/math_32.c 	case FSTOI: FP_TO_INT_S (IR, SB, 32, 1); break;
IR                457 arch/sparc/math-emu/math_32.c 	case FDTOI: FP_TO_INT_D (IR, DB, 32, 1); break;
IR                458 arch/sparc/math-emu/math_32.c 	case FQTOI: FP_TO_INT_Q (IR, QB, 32, 1); break;
IR                460 arch/sparc/math-emu/math_32.c 	case FITOS: IR = rs2->s; FP_FROM_INT_S (SR, IR, 32, int); break;
IR                461 arch/sparc/math-emu/math_32.c 	case FITOD: IR = rs2->s; FP_FROM_INT_D (DR, IR, 32, int); break;
IR                462 arch/sparc/math-emu/math_32.c 	case FITOQ: IR = rs2->s; FP_FROM_INT_Q (QR, IR, 32, int); break;
IR                473 arch/sparc/math-emu/math_32.c 		FP_CMP_S(IR, SB, SA, 3);
IR                474 arch/sparc/math-emu/math_32.c 		if (IR == 3 &&
IR                482 arch/sparc/math-emu/math_32.c 		FP_CMP_D(IR, DB, DA, 3);
IR                483 arch/sparc/math-emu/math_32.c 		if (IR == 3 &&
IR                491 arch/sparc/math-emu/math_32.c 		FP_CMP_Q(IR, QB, QA, 3);
IR                492 arch/sparc/math-emu/math_32.c 		if (IR == 3 &&
IR                501 arch/sparc/math-emu/math_32.c 			if (IR == -1) IR = 2;
IR                503 arch/sparc/math-emu/math_32.c 			fsr &= ~0xc00; fsr |= (IR << 10);
IR                506 arch/sparc/math-emu/math_32.c 		case 1: rd->s = IR; break;
IR                184 arch/sparc/math-emu/math_64.c 	int IR;
IR                262 arch/sparc/math-emu/math_64.c 			IR = 2;
IR                277 arch/sparc/math-emu/math_64.c 				IR = 0;
IR                280 arch/sparc/math-emu/math_64.c 				case 1: if (XR) IR = 1; break;			/* Not Equal */
IR                281 arch/sparc/math-emu/math_64.c 				case 2: if (XR == 1 || XR == 2) IR = 1; break;	/* Less or Greater */
IR                282 arch/sparc/math-emu/math_64.c 				case 3: if (XR & 1) IR = 1; break;		/* Unordered or Less */
IR                283 arch/sparc/math-emu/math_64.c 				case 4: if (XR == 1) IR = 1; break;		/* Less */
IR                284 arch/sparc/math-emu/math_64.c 				case 5: if (XR & 2) IR = 1; break;		/* Unordered or Greater */
IR                285 arch/sparc/math-emu/math_64.c 				case 6: if (XR == 2) IR = 1; break;		/* Greater */
IR                286 arch/sparc/math-emu/math_64.c 				case 7: if (XR == 3) IR = 1; break;		/* Unordered */
IR                289 arch/sparc/math-emu/math_64.c 					IR ^= 1;
IR                298 arch/sparc/math-emu/math_64.c 				IR = 0;
IR                302 arch/sparc/math-emu/math_64.c 				case 1: if (XR & 4) IR = 1; break;		/* Equal */
IR                303 arch/sparc/math-emu/math_64.c 				case 2: if ((XR & 4) || freg) IR = 1; break;	/* Less or Equal */
IR                304 arch/sparc/math-emu/math_64.c 				case 3: if (freg) IR = 1; break;		/* Less */
IR                305 arch/sparc/math-emu/math_64.c 				case 4: if (XR & 5) IR = 1; break;		/* Less or Equal Unsigned */
IR                306 arch/sparc/math-emu/math_64.c 				case 5: if (XR & 1) IR = 1; break;		/* Carry Set */
IR                307 arch/sparc/math-emu/math_64.c 				case 6: if (XR & 8) IR = 1; break;		/* Negative */
IR                308 arch/sparc/math-emu/math_64.c 				case 7: if (XR & 2) IR = 1; break;		/* Overflow Set */
IR                311 arch/sparc/math-emu/math_64.c 					IR ^= 1;
IR                335 arch/sparc/math-emu/math_64.c 				IR = 0;
IR                337 arch/sparc/math-emu/math_64.c 				case 1: if (!XR) IR = 1; break;			/* Register Zero */
IR                338 arch/sparc/math-emu/math_64.c 				case 2: if (XR <= 0) IR = 1; break;		/* Register Less Than or Equal to Zero */
IR                339 arch/sparc/math-emu/math_64.c 				case 3: if (XR < 0) IR = 1; break;		/* Register Less Than Zero */
IR                342 arch/sparc/math-emu/math_64.c 					IR ^= 1;
IR                345 arch/sparc/math-emu/math_64.c 			if (IR == 0) {
IR                351 arch/sparc/math-emu/math_64.c 			} else if (IR == 1) {
IR                461 arch/sparc/math-emu/math_64.c 		case FSTOI: FP_TO_INT_S (IR, SB, 32, 1); break;
IR                462 arch/sparc/math-emu/math_64.c 		case FDTOI: FP_TO_INT_D (IR, DB, 32, 1); break;
IR                463 arch/sparc/math-emu/math_64.c 		case FQTOI: FP_TO_INT_Q (IR, QB, 32, 1); break;
IR                468 arch/sparc/math-emu/math_64.c 		case FITOQ: IR = rs2->s; FP_FROM_INT_Q (QR, IR, 32, int); break;
IR                474 arch/sparc/math-emu/math_64.c 		case FITOS: IR = rs2->s; FP_FROM_INT_S (SR, IR, 32, int); break;
IR                476 arch/sparc/math-emu/math_64.c 		case FITOD: IR = rs2->s; FP_FROM_INT_D (DR, IR, 32, int); break;
IR                507 arch/sparc/math-emu/math_64.c 			case 1: rd->s = IR; break;
IR                785 drivers/pinctrl/pinctrl-pistachio.c 	MFIO_PIN_GROUP(72, IR),
IR               2438 drivers/scsi/lpfc/lpfc_hw.h 	uint32_t IR:1;
IR               2444 drivers/scsi/lpfc/lpfc_hw.h 	uint32_t IR:1;
IR                789 net/sched/sch_qfq.c 	qfq_move_groups(q, mask, IB, IR);
IR                816 net/sched/sch_qfq.c 		qfq_move_groups(q, mask, IR, ER);
IR                962 net/sched/sch_qfq.c 	ineligible = q->bitmaps[IR] | q->bitmaps[IB];
IR               1294 net/sched/sch_qfq.c 		__clear_bit(grp->index, &q->bitmaps[IR]);
IR               1371 net/sched/sch_qfq.c 		__clear_bit(grp->index, &q->bitmaps[IR]);
IR               1383 net/sched/sch_qfq.c 			qfq_move_groups(q, mask, IB, IR);
IR               1391 net/sched/sch_qfq.c 			__clear_bit(grp->index, &q->bitmaps[IR]);
IR                915 sound/pci/hda/hda_controller.c 			azx_bus(chip)->rirb.res[addr] = azx_readl(chip, IR);
IR               1238 sound/soc/sh/fsi.c 	fsi_master_mask_set(master, SOFT_RST, IR, 0);
IR               1239 sound/soc/sh/fsi.c 	fsi_master_mask_set(master, SOFT_RST, IR, IR);