Home
last modified time | relevance | path

Searched refs:target_instr (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
Dcodegen.c589 ppir_instr *target_instr; in ppir_codegen_encode_branch() local
628 target_instr = list_first_entry(&target->instr_list, ppir_instr, list); in ppir_codegen_encode_branch()
629 b->branch.target = target_instr->offset - node->instr->offset; in ppir_codegen_encode_branch()
630 b->branch.next_count = target_instr->encode_size; in ppir_codegen_encode_branch()