Lines Matching refs:uasm_reloc
490 void uasm_r_mips_pc16(struct uasm_reloc **rel, u32 *addr, int lid)
499 static inline void __resolve_relocs(struct uasm_reloc *rel,
502 void uasm_resolve_relocs(struct uasm_reloc *rel,
514 void uasm_move_relocs(struct uasm_reloc *rel, u32 *first, u32 *end,
532 void uasm_copy_handler(struct uasm_reloc *rel, struct uasm_label *lab,
544 int uasm_insn_has_bdelay(struct uasm_reloc *rel, u32 *addr)
558 void uasm_il_bltz(u32 **p, struct uasm_reloc **r, unsigned int reg,
566 void uasm_il_b(u32 **p, struct uasm_reloc **r, int lid)
573 void uasm_il_beq(u32 **p, struct uasm_reloc **r, unsigned int r1,
581 void uasm_il_beqz(u32 **p, struct uasm_reloc **r, unsigned int reg,
589 void uasm_il_beqzl(u32 **p, struct uasm_reloc **r, unsigned int reg,
597 void uasm_il_bne(u32 **p, struct uasm_reloc **r, unsigned int reg1,
605 void uasm_il_bnez(u32 **p, struct uasm_reloc **r, unsigned int reg,
613 void uasm_il_bgezl(u32 **p, struct uasm_reloc **r, unsigned int reg,
621 void uasm_il_bgez(u32 **p, struct uasm_reloc **r, unsigned int reg,
629 void uasm_il_bbit0(u32 **p, struct uasm_reloc **r, unsigned int reg,
637 void uasm_il_bbit1(u32 **p, struct uasm_reloc **r, unsigned int reg,