Searched refs:uasm_i_beqzl (Results 1 – 2 of 2) sorted by relevance
/arch/mips/include/asm/ | ||
D | uasm.h | 219 #define uasm_i_beqzl(buf, rs, off) uasm_i_beql(buf, rs, 0, off) macro |
/arch/mips/mm/ | ||
D | uasm.c | 490 ISAFUNC(uasm_i_beqzl)(p, reg, 0); in ISAFUNC() |