Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/include/asm/
Duasm.h248 #define uasm_i_bnez(buf, rs, off) uasm_i_bne(buf, rs, 0, off) macro
/linux-5.19.10/arch/mips/mm/
Duasm.c610 uasm_i_bnez(p, reg, 0); in uasm_il_bnez()