Home
last modified time | relevance | path

Searched refs:j_format (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/mips/kernel/
H A Djump_label.c62 insn.j_format.opcode = bc6_op; in arch_jump_label_transform()
63 insn.j_format.target = offset; in arch_jump_label_transform()
72 insn.j_format.opcode = J_ISA_BIT ? mm_j32_op : j_op; in arch_jump_label_transform()
73 insn.j_format.target = e->target >> J_RANGE_SHIFT; in arch_jump_label_transform()
H A Dprocess.c335 if (ip->j_format.opcode == mm_j32_op) in is_jump_ins()
337 if (ip->j_format.opcode == mm_jal32_op) in is_jump_ins()
344 if (ip->j_format.opcode == j_op) in is_jump_ins()
346 if (ip->j_format.opcode == jal_op) in is_jump_ins()
487 if (ip->j_format.opcode == j_op) in get___schedule_addr()
488 return J_TARGET(ip, ip->j_format.target); in get___schedule_addr()
H A Dbranch.c238 *contpc |= (insn.j_format.target << 2); in __mm_isBranchInstr()
249 *contpc |= (insn.j_format.target << 1); in __mm_isBranchInstr()
571 epc |= (insn.j_format.target << 2); in __compute_return_epc_for_insn()
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dinst.h647 struct j_format { struct
1119 struct j_format j_format; member
/openbmc/linux/arch/mips/kvm/
H A Demulate.c147 epc |= (insn.j_format.target << 2); in kvm_compute_return_epc()
/openbmc/linux/arch/mips/math-emu/
H A Dcp1emu.c515 *contpc |= (insn.j_format.target << 2); in isBranchInstr()