Searched refs:uasm_il_bltz (Results 1 – 3 of 3) sorted by relevance
/arch/mips/mm/ |
D | tlbex.c | 407 uasm_il_bltz(p, r, tmp, label_module_alloc); in build_get_pmde64() 409 uasm_il_bltz(p, r, tmp, label_vmalloc); in build_get_pmde64() 961 uasm_il_bltz(p, r, tmp, label_r3000_write_probe_fail); /* cp0 delay */ in build_r3000_tlb_reload_write()
|
D | uasm.h | 176 void uasm_il_bltz(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid);
|
D | uasm.c | 534 uasm_il_bltz(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid) in uasm_il_bltz() function
|