MIPSInst_RD       105 arch/mips/kernel/mips-r2-to-r6-emul.c 			if (MIPSInst_RD(ir))
MIPSInst_RD       106 arch/mips/kernel/mips-r2-to-r6-emul.c 				regs->regs[MIPSInst_RD(ir)] =
MIPSInst_RD       114 arch/mips/kernel/mips-r2-to-r6-emul.c 			if (MIPSInst_RD(ir))
MIPSInst_RD       115 arch/mips/kernel/mips-r2-to-r6-emul.c 				regs->regs[MIPSInst_RD(ir)] =
MIPSInst_RD       123 arch/mips/kernel/mips-r2-to-r6-emul.c 			if (MIPSInst_RD(ir))
MIPSInst_RD       124 arch/mips/kernel/mips-r2-to-r6-emul.c 				regs->regs[MIPSInst_RD(ir)] =
MIPSInst_RD       132 arch/mips/kernel/mips-r2-to-r6-emul.c 			if (MIPSInst_RD(ir))
MIPSInst_RD       133 arch/mips/kernel/mips-r2-to-r6-emul.c 				regs->regs[MIPSInst_RD(ir)] =
MIPSInst_RD       141 arch/mips/kernel/mips-r2-to-r6-emul.c 			if (MIPSInst_RD(ir))
MIPSInst_RD       142 arch/mips/kernel/mips-r2-to-r6-emul.c 				regs->regs[MIPSInst_RD(ir)] =
MIPSInst_RD       150 arch/mips/kernel/mips-r2-to-r6-emul.c 			if (MIPSInst_RD(ir))
MIPSInst_RD       151 arch/mips/kernel/mips-r2-to-r6-emul.c 				regs->regs[MIPSInst_RD(ir)] =
MIPSInst_RD       159 arch/mips/kernel/mips-r2-to-r6-emul.c 			if (MIPSInst_RD(ir))
MIPSInst_RD       160 arch/mips/kernel/mips-r2-to-r6-emul.c 				regs->regs[MIPSInst_RD(ir)] =
MIPSInst_RD       168 arch/mips/kernel/mips-r2-to-r6-emul.c 			if (MIPSInst_RD(ir))
MIPSInst_RD       169 arch/mips/kernel/mips-r2-to-r6-emul.c 				regs->regs[MIPSInst_RD(ir)] =
MIPSInst_RD       177 arch/mips/kernel/mips-r2-to-r6-emul.c 			if (MIPSInst_RD(ir))
MIPSInst_RD       178 arch/mips/kernel/mips-r2-to-r6-emul.c 				regs->regs[MIPSInst_RD(ir)] =
MIPSInst_RD       207 arch/mips/kernel/mips-r2-to-r6-emul.c 	if (((csr & cond) == 0) && MIPSInst_RD(ir))
MIPSInst_RD       208 arch/mips/kernel/mips-r2-to-r6-emul.c 		regs->regs[MIPSInst_RD(ir)] = regs->regs[MIPSInst_RS(ir)];
MIPSInst_RD       230 arch/mips/kernel/mips-r2-to-r6-emul.c 	if (((csr & cond) != 0) && MIPSInst_RD(ir))
MIPSInst_RD       231 arch/mips/kernel/mips-r2-to-r6-emul.c 		regs->regs[MIPSInst_RD(ir)] = regs->regs[MIPSInst_RS(ir)];
MIPSInst_RD       306 arch/mips/kernel/mips-r2-to-r6-emul.c 	if (((regs->regs[MIPSInst_RT(ir)]) == 0) && MIPSInst_RD(ir))
MIPSInst_RD       307 arch/mips/kernel/mips-r2-to-r6-emul.c 		regs->regs[MIPSInst_RD(ir)] = regs->regs[MIPSInst_RS(ir)];
MIPSInst_RD       322 arch/mips/kernel/mips-r2-to-r6-emul.c 	if (((regs->regs[MIPSInst_RT(ir)]) != 0) && MIPSInst_RD(ir))
MIPSInst_RD       323 arch/mips/kernel/mips-r2-to-r6-emul.c 		regs->regs[MIPSInst_RD(ir)] = regs->regs[MIPSInst_RS(ir)];
MIPSInst_RD       338 arch/mips/kernel/mips-r2-to-r6-emul.c 	if (MIPSInst_RD(ir))
MIPSInst_RD       339 arch/mips/kernel/mips-r2-to-r6-emul.c 		regs->regs[MIPSInst_RD(ir)] = regs->hi;
MIPSInst_RD       371 arch/mips/kernel/mips-r2-to-r6-emul.c 	if (MIPSInst_RD(ir))
MIPSInst_RD       372 arch/mips/kernel/mips-r2-to-r6-emul.c 		regs->regs[MIPSInst_RD(ir)] = regs->lo;
MIPSInst_RD       754 arch/mips/kernel/mips-r2-to-r6-emul.c 	if (!MIPSInst_RD(ir))
MIPSInst_RD       761 arch/mips/kernel/mips-r2-to-r6-emul.c 	regs->regs[MIPSInst_RD(ir)] = (s64)rs;
MIPSInst_RD       780 arch/mips/kernel/mips-r2-to-r6-emul.c 	if (!MIPSInst_RD(ir))
MIPSInst_RD       785 arch/mips/kernel/mips-r2-to-r6-emul.c 	regs->regs[MIPSInst_RD(ir)] = res;
MIPSInst_RD       805 arch/mips/kernel/mips-r2-to-r6-emul.c 	if (!MIPSInst_RD(ir))
MIPSInst_RD       810 arch/mips/kernel/mips-r2-to-r6-emul.c 	regs->regs[MIPSInst_RD(ir)] = res;
MIPSInst_RD       832 arch/mips/kernel/mips-r2-to-r6-emul.c 	if (!MIPSInst_RD(ir))
MIPSInst_RD       837 arch/mips/kernel/mips-r2-to-r6-emul.c 	regs->regs[MIPSInst_RD(ir)] = res;
MIPSInst_RD       859 arch/mips/kernel/mips-r2-to-r6-emul.c 	if (!MIPSInst_RD(ir))
MIPSInst_RD       864 arch/mips/kernel/mips-r2-to-r6-emul.c 	regs->regs[MIPSInst_RD(ir)] = res;
MIPSInst_RD       854 arch/mips/math-emu/cp1emu.c 	switch (MIPSInst_RD(ir)) {
MIPSInst_RD       917 arch/mips/math-emu/cp1emu.c 	switch (MIPSInst_RD(ir)) {
MIPSInst_RD      1127 arch/mips/math-emu/cp1emu.c 					MIPSInst_RD(ir));
MIPSInst_RD      1136 arch/mips/math-emu/cp1emu.c 			DITOREG(xcp->regs[MIPSInst_RT(ir)], MIPSInst_RD(ir));
MIPSInst_RD      1146 arch/mips/math-emu/cp1emu.c 					MIPSInst_RD(ir));
MIPSInst_RD      1155 arch/mips/math-emu/cp1emu.c 			SITOHREG(xcp->regs[MIPSInst_RT(ir)], MIPSInst_RD(ir));
MIPSInst_RD      1162 arch/mips/math-emu/cp1emu.c 					MIPSInst_RD(ir));
MIPSInst_RD      1168 arch/mips/math-emu/cp1emu.c 			SITOREG(xcp->regs[MIPSInst_RT(ir)], MIPSInst_RD(ir));
MIPSInst_RD      1376 arch/mips/math-emu/cp1emu.c 			xcp->regs[MIPSInst_RD(ir)] =