Searched refs:uasm_i_beqz (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | uasm.h | 245 #define uasm_i_beqz(buf, rs, off) uasm_i_beq(buf, rs, 0, off) macro
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | uasm.h | 246 #define uasm_i_beqz(buf, rs, off) uasm_i_beq(buf, rs, 0, off) macro
|
/kernel/linux/linux-5.10/arch/mips/mm/ |
H A D | uasm.c | 585 uasm_i_beqz(p, reg, 0); in uasm_il_beqz()
|
H A D | tlbex.c | 2183 uasm_i_beqz(&p, wr.r3, 8); in build_r4000_tlb_load_handler() 2258 uasm_i_beqz(&p, wr.r3, 8); in build_r4000_tlb_load_handler()
|
/kernel/linux/linux-6.6/arch/mips/mm/ |
H A D | uasm.c | 586 uasm_i_beqz(p, reg, 0); in uasm_il_beqz()
|
H A D | tlbex.c | 2134 uasm_i_beqz(&p, wr.r3, 8); in build_r4000_tlb_load_handler() 2200 uasm_i_beqz(&p, wr.r3, 8); in build_r4000_tlb_load_handler()
|
Completed in 10 milliseconds