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

/linux-master/arch/mips/kernel/
H A Djump_label.c33 #define J_ISA_BIT IS_ENABLED(CONFIG_CPU_MICROMIPS) macro
34 #define J_RANGE_SHIFT (2 - J_ISA_BIT)
48 BUG_ON((e->target & J_ALIGN_MASK) != J_ISA_BIT);
72 insn.j_format.opcode = J_ISA_BIT ? mm_j32_op : j_op;

Completed in 204 milliseconds