Searched refs:uasm_il_bne (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/mips/mm/ |
| H A D | page.c | 316 uasm_il_bne(&buf, &r, GPR_A0, GPR_A2, label_clear_pref); in build_clear_page() 333 uasm_il_bne(&buf, &r, GPR_A0, GPR_A2, in build_clear_page() 504 uasm_il_bne(&buf, &r, GPR_A2, GPR_A0, label_copy_pref_both); in build_copy_page() 545 uasm_il_bne(&buf, &r, GPR_A2, GPR_A0, in build_copy_page() 579 uasm_il_bne(&buf, &r, GPR_A2, GPR_A0, in build_copy_page()
|
| H A D | uasm.c | 598 void uasm_il_bne(u32 **p, struct uasm_reloc **r, unsigned int reg1, in uasm_il_bne() function 604 UASM_EXPORT_SYMBOL(uasm_il_bne);
|
| /linux/arch/mips/include/asm/ |
| H A D | uasm.h | 324 void uasm_il_bne(u32 **p, struct uasm_reloc **r, unsigned int reg1,
|