Home
last modified time | relevance | path

Searched refs:jump_label_idx (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/freedreno/afuc/
H A Ddisasm.c291 int jump_label_idx; in disasm_instr() local
301 jump_label_idx = get_jump_table_entry(pc); in disasm_instr()
303 if (jump_label_idx >= 0) { in disasm_instr()
306 for (j = 0; j < jump_labels[jump_label_idx].num_jump_labels; j++) { in disasm_instr()
307 uint32_t jump_label = jump_labels[jump_label_idx].jump_labels[j]; in disasm_instr()

Completed in 2 milliseconds