Searched refs:uasm_i_bnez (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/arch/mips/include/asm/ | ||
D | uasm.h | 236 #define uasm_i_bnez(buf, rs, off) uasm_i_bne(buf, rs, 0, off) macro |
/linux-4.4.14/arch/mips/mm/ | ||
D | uasm.c | 560 ISAFUNC(uasm_i_bnez)(p, reg, 0); in ISAFUNC() |