Searched refs:r_format (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/kernel/
H A Dbranch.c45 * jr and jalr are in r_format format.
48 switch (insn.r_format.func) {
50 regs->regs[insn.r_format.rd] = epc + 8;
53 regs->cp0_epc = regs->regs[insn.r_format.rs];
H A Dprocess.c264 if (ip->r_format.opcode != spec_op)
266 return ip->r_format.func == jalr_op || ip->r_format.func == jr_op;
H A Dgdb-stub.c526 * jr and jalr are in r_format format.
529 switch (insn.r_format.func) {
532 targ = *(&regs->reg0 + insn.r_format.rs);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/mm/
H A Dpg-r4k.c335 mi.r_format.opcode = spec_op;
336 mi.r_format.rs = 31;
337 mi.r_format.rt = 0;
338 mi.r_format.rd = 0;
339 mi.r_format.re = 0;
340 mi.r_format.func = jr_op;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-mips/
H A Dinst.h212 struct r_format { /* Register format */ struct
279 struct r_format { /* Register format */ struct
329 struct r_format r_format; member in union:mips_instruction
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm/
H A Dinst.h212 struct r_format { /* Register format */ struct
279 struct r_format { /* Register format */ struct
329 struct r_format r_format; member in union:mips_instruction

Completed in 89 milliseconds