Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Duasm.h246 #define uasm_i_beqzl(buf, rs, off) uasm_i_beql(buf, rs, 0, off) macro
/OK3568_Linux_fs/kernel/arch/mips/mm/
H A Duasm.c593 uasm_i_beqzl(p, reg, 0); in uasm_il_beqzl()