Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/kernel/
Djump_label.c37 insn.j_format.opcode = j_op; in arch_jump_label_transform()
38 insn.j_format.target = (e->target & J_RANGE_MASK) >> 2; in arch_jump_label_transform()
Dbranch.c126 epc |= (insn.j_format.target << 2); in __compute_return_epc()
Dprocess.c275 if (ip->j_format.opcode == jal_op) in is_jal_jalr_jr_ins()
/linux-2.6.39/arch/mips/include/asm/
Dinst.h199 struct j_format { /* Jump format */ struct
272 struct j_format { /* Jump format */ struct
351 struct j_format j_format; member