Searched refs:i_format (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/kernel/
H A Dbranch.c43 switch (insn.i_format.opcode) {
64 switch (insn.i_format.rt) {
67 if ((long)regs->regs[insn.i_format.rs] < 0)
68 epc = epc + 4 + (insn.i_format.simmediate << 2);
76 if ((long)regs->regs[insn.i_format.rs] >= 0)
77 epc = epc + 4 + (insn.i_format.simmediate << 2);
86 if ((long)regs->regs[insn.i_format.rs] < 0)
87 epc = epc + 4 + (insn.i_format.simmediate << 2);
96 if ((long)regs->regs[insn.i_format.rs] >= 0)
97 epc = epc + 4 + (insn.i_format
[all...]
H A Dunaligned.c110 switch (insn.i_format.opcode) {
173 *regptr = &regs->regs[insn.i_format.rt];
203 *regptr = &regs->regs[insn.i_format.rt];
237 *regptr = &regs->regs[insn.i_format.rt];
277 *regptr = &regs->regs[insn.i_format.rt];
319 *regptr = &regs->regs[insn.i_format.rt];
330 value = regs->regs[insn.i_format.rt];
366 value = regs->regs[insn.i_format.rt];
404 value = regs->regs[insn.i_format.rt];
H A Dprocess.c255 return (ip->i_format.opcode == sw_op || ip->i_format.opcode == sd_op) &&
256 ip->i_format.rs == 29 &&
257 ip->i_format.rt == 31;
272 if (ip->i_format.rs != 29 || ip->i_format.rt != 29)
274 if (ip->i_format.opcode == addiu_op || ip->i_format.opcode == daddiu_op)
301 info->frame_size = - ip->i_format.simmediate;
306 ip->i_format
[all...]
H A Dgdb-stub.c524 switch (insn.i_format.opcode) {
545 targ += 4 + (insn.i_format.simmediate << 2);
576 targ += 4 + (insn.i_format.simmediate << 2);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/mm/
H A Dpg-r4k.c130 mi.i_format.opcode = pref_op;
131 mi.i_format.rs = 5; /* $a1 */
132 mi.i_format.rt = pref_src_mode;
133 mi.i_format.simmediate = load_offset + advance;
145 mi.i_format.opcode = ld_op;
148 mi.i_format.opcode = lw_op;
151 mi.i_format.rs = 5; /* $a1 */
152 mi.i_format.rt = reg; /* $reg */
153 mi.i_format.simmediate = load_offset;
172 mi.i_format
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/dec/
H A Dkn01-berr.c108 vaddr = regs->regs[insn.i_format.rs] +
109 insn.i_format.simmediate;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-mips/
H A Dinst.h190 struct i_format { /* Immediate format (addi, lw, ...) */ struct
257 struct i_format { /* Immediate format */ struct
326 struct i_format i_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.h190 struct i_format { /* Immediate format (addi, lw, ...) */ struct
257 struct i_format { /* Immediate format */ struct
326 struct i_format i_format; member in union:mips_instruction

Completed in 103 milliseconds