Searched refs:branch_target (Results 1 - 15 of 15) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/ |
| H A D | emu.c | 254 emu->branch_target = off; 257 emu->branch_target = off; 260 emu->branch_target = off; 263 emu->branch_target = off; 273 emu->branch_target = emu->call_stack[--emu->call_stack_idx]; 284 emu->branch_target = instr->call.uoff; 289 assert(!emu->branch_target); 320 uint32_t branch_target = emu->branch_target; local in function:emu_step 321 emu->branch_target [all...] |
| H A D | emu.h | 174 uint32_t branch_target; member in struct:emu
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/gp/ |
| H A D | codegen.h | 161 unsigned branch_target : 8; member in struct:__anon93fdc6de0808
|
| H A D | disasm.c | 547 instr->branch_target + (instr->branch_target_lo ? 0 : 0x100));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/ |
| H A D | codegen.h | 161 unsigned branch_target : 8; member in struct:__anonc788b6b10808
|
| H A D | codegen.c | 433 code->branch_target = offset & 0xff;
|
| H A D | disasm.c | 575 instr->branch_target + (instr->branch_target_lo ? 0 : 0x100));
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| H A D | bi_opt_cse.c | 132 if (I->branch_target)
|
| H A D | bi_pack.c | 375 if (!br->branch_target) 379 int32_t qwords = bi_block_offset(ctx, clause, br->branch_target);
|
| H A D | bifrost_compile.c | 100 branch->branch_target = b->shader->break_block; 103 branch->branch_target = b->shader->continue_block; 109 bi_block_add_successor(b->shader->current_block, branch->branch_target); 2980 then_branch->branch_target = ctx->after_block; 2983 then_branch->branch_target = else_block; 2988 then_exit->branch_target = ctx->after_block; 2990 bi_block_add_successor(end_then_block, then_exit->branch_target); 2994 bi_block_add_successor(before_block, then_branch->branch_target); /* then_branch */ 3017 I->branch_target = ctx->continue_block; 3612 if (!ins->branch_target) continu [all...] |
| H A D | bi_schedule.c | 290 if (last->branch_target || last->op == BI_OPCODE_JUMP) { 792 bool pcrel = instr->branch_target && src.value == 0; 1317 if (cons == 0 && ins->branch_target != NULL) { 1345 .pcrel = tuple->add && tuple->add->branch_target, 1919 if (ins->branch_target)
|
| H A D | compiler.h | 365 struct bi_block *branch_target; member in struct:__anon9a2e09910208
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_qpu_schedule.c | 1057 uint32_t branch_target = local in function:qpu_set_branch_targets 1061 QPU_SET_FIELD(branch_target, QPU_BRANCH_TARGET));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_qpu_schedule.c | 1057 uint32_t branch_target = local in function:qpu_set_branch_targets 1061 QPU_SET_FIELD(branch_target, QPU_BRANCH_TARGET));
|
| /xsrc/external/mit/MesaLib/src/panfrost/bifrost/ |
| H A D | bi_printer.c | 4764 if (I->branch_target) 4765 fprintf(fp, " -> block%u", I->branch_target->name);
|
Completed in 94 milliseconds