Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/kernel/
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-5.19.10/arch/mips/include/uapi/asm/
Dinst.h949 struct mm_b1_format { /* Conditional branch format (microMIPS) */ struct
1120 struct mm_b1_format mm_b1_format; member