Searched refs:uasm_i_bnez (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | uasm.h | 247 #define uasm_i_bnez(buf, rs, off) uasm_i_bne(buf, rs, 0, off) macro
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | uasm.h | 248 #define uasm_i_bnez(buf, rs, off) uasm_i_bne(buf, rs, 0, off) macro
|
/kernel/linux/linux-5.10/arch/mips/mm/ |
H A D | uasm.c | 609 uasm_i_bnez(p, reg, 0); in uasm_il_bnez()
|
/kernel/linux/linux-6.6/arch/mips/mm/ |
H A D | uasm.c | 610 uasm_i_bnez(p, reg, 0); in uasm_il_bnez()
|
Completed in 5 milliseconds