Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir_emit.c226 emit_inst(c, &(struct etna_inst) {.opcode = INST_OPCODE_BRANCH, .imm = block }); in etna_emit_jump()
231 .opcode = INST_OPCODE_BRANCH, in etna_emit_jump()
Detnaviv_compiler_tgsi.c1158 .opcode = INST_OPCODE_BRANCH, in trans_if()
1178 .opcode = INST_OPCODE_BRANCH, in trans_else()
1235 .opcode = INST_OPCODE_BRANCH, in trans_loop_end()
1257 .opcode = INST_OPCODE_BRANCH, in trans_brk()
1277 .opcode = INST_OPCODE_BRANCH, in trans_cont()
Detnaviv_compiler_nir.c1161 if (inst->opcode == INST_OPCODE_BRANCH) in etna_compile_shader_nir()
/external/mesa3d/src/gallium/drivers/etnaviv/hw/
Disa.xml.h63 #define INST_OPCODE_BRANCH 0x00000016 macro