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