Searched defs:uasm_i_bnezl (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | uasm.h | 248 #define uasm_i_bnezl(buf, rs, off) uasm_i_bnel(buf, rs, 0, off) macro
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | uasm.h | 249 #define uasm_i_bnezl(buf, rs, off) uasm_i_bnel(buf, rs, 0, off) macro
|
Completed in 3 milliseconds