Lines Matching refs:uasm_reloc
294 struct uasm_reloc { struct
303 void uasm_r_mips_pc16(struct uasm_reloc **rel, u32 *addr, int lid); argument
304 void uasm_resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab);
305 void uasm_move_relocs(struct uasm_reloc *rel, u32 *first, u32 *end, long off);
307 void uasm_copy_handler(struct uasm_reloc *rel, struct uasm_label *lab,
309 int uasm_insn_has_bdelay(struct uasm_reloc *rel, u32 *addr);
312 void uasm_il_b(u32 **p, struct uasm_reloc **r, int lid);
313 void uasm_il_bbit0(u32 **p, struct uasm_reloc **r, unsigned int reg,
315 void uasm_il_bbit1(u32 **p, struct uasm_reloc **r, unsigned int reg,
317 void uasm_il_beq(u32 **p, struct uasm_reloc **r, unsigned int r1,
319 void uasm_il_beqz(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid);
320 void uasm_il_beqzl(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid);
321 void uasm_il_bgezl(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid);
322 void uasm_il_bgez(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid);
323 void uasm_il_bltz(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid);
324 void uasm_il_bne(u32 **p, struct uasm_reloc **r, unsigned int reg1,
326 void uasm_il_bnez(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid);