j_format 1053 arch/mips/include/uapi/asm/inst.h struct j_format j_format; j_format 236 arch/mips/kernel/branch.c *contpc |= (insn.j_format.target << 2); j_format 247 arch/mips/kernel/branch.c *contpc |= (insn.j_format.target << 1); j_format 569 arch/mips/kernel/branch.c epc |= (insn.j_format.target << 2); j_format 62 arch/mips/kernel/jump_label.c insn.j_format.opcode = bc6_op; j_format 63 arch/mips/kernel/jump_label.c insn.j_format.target = offset; j_format 72 arch/mips/kernel/jump_label.c insn.j_format.opcode = J_ISA_BIT ? mm_j32_op : j_op; j_format 73 arch/mips/kernel/jump_label.c insn.j_format.target = e->target >> J_RANGE_SHIFT; j_format 301 arch/mips/kernel/process.c if (ip->j_format.opcode == mm_j32_op) j_format 303 arch/mips/kernel/process.c if (ip->j_format.opcode == mm_jal32_op) j_format 310 arch/mips/kernel/process.c if (ip->j_format.opcode == j_op) j_format 312 arch/mips/kernel/process.c if (ip->j_format.opcode == jal_op) j_format 451 arch/mips/kernel/process.c if (ip->j_format.opcode == j_op) j_format 452 arch/mips/kernel/process.c return J_TARGET(ip, ip->j_format.target); j_format 148 arch/mips/kvm/emulate.c epc |= (insn.j_format.target << 2); j_format 515 arch/mips/math-emu/cp1emu.c *contpc |= (insn.j_format.target << 2);