Lines Matching refs:reloc
268 struct nvfx_relocation reloc; in nv40_fp_cal() local
280 reloc.target = target; in nv40_fp_cal()
281 reloc.location = fpc->inst_offset + 2; in nv40_fp_cal()
282 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc); in nv40_fp_cal()
304 struct nvfx_relocation reloc; in nv40_fp_rep() local
321 reloc.target = target; in nv40_fp_rep()
322 reloc.location = fpc->inst_offset + 3; in nv40_fp_rep()
323 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc); in nv40_fp_rep()
331 struct nvfx_relocation reloc; in nv40_fp_bra() local
345 reloc.target = target; in nv40_fp_bra()
346 reloc.location = fpc->inst_offset + 2; in nv40_fp_bra()
347 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc); in nv40_fp_bra()
348 reloc.target = target; in nv40_fp_bra()
349 reloc.location = fpc->inst_offset + 3; in nv40_fp_bra()
350 util_dynarray_append(&fpc->label_relocs, struct nvfx_relocation, reloc); in nv40_fp_bra()