Home
last modified time | relevance | path

Searched refs:mm_b1_format (Results 1 – 2 of 2) sorted by relevance

/linux/arch/mips/kernel/
H A Dbranch.c190 if ((long)regs->regs[reg16to32map[insn.mm_b1_format.rs]] == 0) in __mm_isBranchInstr()
193 (insn.mm_b1_format.simmediate << 1); in __mm_isBranchInstr()
199 if ((long)regs->regs[reg16to32map[insn.mm_b1_format.rs]] != 0) in __mm_isBranchInstr()
202 (insn.mm_b1_format.simmediate << 1); in __mm_isBranchInstr()
/linux/arch/mips/include/uapi/asm/
H A Dinst.h981 struct mm_b1_format { /* Conditional branch format (microMIPS) */ struct
1152 struct mm_b1_format mm_b1_format; member