Home
last modified time | relevance | path

Searched refs:uasm_il_bne (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/mips/mm/
Dpage.c318 uasm_il_bne(&buf, &r, A0, A2, label_clear_pref); in build_clear_page()
335 uasm_il_bne(&buf, &r, A0, A2, in build_clear_page()
504 uasm_il_bne(&buf, &r, A2, A0, label_copy_pref_both); in build_copy_page()
545 uasm_il_bne(&buf, &r, A2, A0, in build_copy_page()
579 uasm_il_bne(&buf, &r, A2, A0, in build_copy_page()
Duasm.c548 void ISAFUNC(uasm_il_bne)(u32 **p, struct uasm_reloc **r, unsigned int reg1, in ISAFUNC() argument
554 UASM_EXPORT_SYMBOL(ISAFUNC(uasm_il_bne));
/linux-4.1.27/arch/mips/kernel/
Dpm-cps.c234 uasm_il_bne(pp, pr, t0, t1, lbl); in cps_gen_cache_routine()
/linux-4.1.27/arch/mips/include/asm/
Duasm.h301 void uasm_il_bne(u32 **p, struct uasm_reloc **r, unsigned int reg1,