Lines Matching defs:reloc
122 struct nvfx_relocation reloc;
139 reloc.location = vp->nr_insns - 1;
140 reloc.target = src.reg.index;
141 util_dynarray_append(&vp->const_relocs, struct nvfx_relocation, reloc);
466 struct nvfx_relocation reloc;
709 reloc.location = vpc->vp->nr_insns;
710 reloc.target = finst->Label.Label + 1;
711 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc);
721 reloc.location = vpc->vp->nr_insns;
722 reloc.target = finst->Label.Label;
723 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc);
737 reloc.location = vpc->vp->nr_insns;
738 reloc.target = vpc->info->num_instructions;
739 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc);
760 reloc.location = vpc->vp->nr_insns;
761 reloc.target = loop.cont_target;
762 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc);
769 reloc.location = vpc->vp->nr_insns;
770 reloc.target = loop.cont_target;
771 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc);
778 reloc.location = vpc->vp->nr_insns;
779 reloc.target = loop.brk_target;
780 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc);
788 reloc.location = vpc->vp->nr_insns;
789 reloc.target = vpc->info->num_instructions;
790 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc);