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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A Dbranch.c44 switch (insn.i_format.opcode) {
65 switch (insn.i_format.rt) {
68 if ((long)regs->regs[insn.i_format.rs] < 0)
69 epc = epc + 4 + (insn.i_format.simmediate << 2);
77 if ((long)regs->regs[insn.i_format.rs] >= 0)
78 epc = epc + 4 + (insn.i_format.simmediate << 2);
87 if ((long)regs->regs[insn.i_format.rs] < 0)
88 epc = epc + 4 + (insn.i_format.simmediate << 2);
97 if ((long)regs->regs[insn.i_format.rs] >= 0)
98 epc = epc + 4 + (insn.i_format
[all...]
H A Dunaligned.c111 switch (insn.i_format.opcode) {
174 *regptr = &regs->regs[insn.i_format.rt];
204 *regptr = &regs->regs[insn.i_format.rt];
238 *regptr = &regs->regs[insn.i_format.rt];
278 *regptr = &regs->regs[insn.i_format.rt];
320 *regptr = &regs->regs[insn.i_format.rt];
331 value = regs->regs[insn.i_format.rt];
367 value = regs->regs[insn.i_format.rt];
405 value = regs->regs[insn.i_format.rt];
H A Dgdb-stub.c465 switch (insn.i_format.opcode) {
486 targ += 4 + (insn.i_format.simmediate << 2);
517 targ += 4 + (insn.i_format.simmediate << 2);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/kernel/
H A Dbranch.c45 switch (insn.i_format.opcode) {
66 switch (insn.i_format.rt) {
69 if ((long)regs->regs[insn.i_format.rs] < 0)
70 epc = epc + 4 + (insn.i_format.simmediate << 2);
78 if ((long)regs->regs[insn.i_format.rs] >= 0)
79 epc = epc + 4 + (insn.i_format.simmediate << 2);
88 if ((long)regs->regs[insn.i_format.rs] < 0)
89 epc = epc + 4 + (insn.i_format.simmediate << 2);
98 if ((long)regs->regs[insn.i_format.rs] >= 0)
99 epc = epc + 4 + (insn.i_format
[all...]
H A Dunaligned.c111 switch (insn.i_format.opcode) {
174 *regptr = &regs->regs[insn.i_format.rt];
204 *regptr = &regs->regs[insn.i_format.rt];
238 *regptr = &regs->regs[insn.i_format.rt];
278 *regptr = &regs->regs[insn.i_format.rt];
320 *regptr = &regs->regs[insn.i_format.rt];
331 value = regs->regs[insn.i_format.rt];
367 value = regs->regs[insn.i_format.rt];
405 value = regs->regs[insn.i_format.rt];
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dinst.h167 struct i_format { /* Immediate format (addi, lw, ...) */ struct
234 struct i_format { /* Immediate format */ struct
303 struct i_format i_format; member in union:mips_instruction
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dinst.h167 struct i_format { /* Immediate format (addi, lw, ...) */ struct
234 struct i_format { /* Immediate format */ struct
303 struct i_format i_format; member in union:mips_instruction
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dinst.h167 struct i_format { /* Immediate format (addi, lw, ...) */ struct
234 struct i_format { /* Immediate format */ struct
303 struct i_format i_format; member in union:mips_instruction
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dinst.h167 struct i_format { /* Immediate format (addi, lw, ...) */ struct
234 struct i_format { /* Immediate format */ struct
303 struct i_format i_format; member in union:mips_instruction
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dinst.h167 struct i_format { /* Immediate format (addi, lw, ...) */ struct
234 struct i_format { /* Immediate format */ struct
303 struct i_format i_format; member in union:mips_instruction
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dinst.h167 struct i_format { /* Immediate format (addi, lw, ...) */ struct
234 struct i_format { /* Immediate format */ struct
303 struct i_format i_format; member in union:mips_instruction

Completed in 70 milliseconds