Searched refs:INST_OPCODE_BRANCH (Results 1 – 4 of 4) sorted by relevance
226 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()
1158 .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()
1161 if (inst->opcode == INST_OPCODE_BRANCH) in etna_compile_shader_nir()
63 #define INST_OPCODE_BRANCH 0x00000016 macro