Searched refs:inner_temp (Results 1 – 1 of 1) sorted by relevance
176 struct etna_native_reg inner_temp[ETNA_MAX_INNER_TEMPS]; member746 int inner_temp = c->inner_temps; in etna_compile_get_inner_temp() local748 if (inner_temp < ETNA_MAX_INNER_TEMPS) { in etna_compile_get_inner_temp()749 if (!c->inner_temp[inner_temp].valid) in etna_compile_get_inner_temp()750 c->inner_temp[inner_temp] = alloc_new_native_reg(c); in etna_compile_get_inner_temp()756 inner_temp + 1); in etna_compile_get_inner_temp()759 return c->inner_temp[inner_temp]; in etna_compile_get_inner_temp()840 struct etna_native_reg inner_temp = etna_compile_get_inner_temp(c); in emit_inst() local845 .dst = etna_native_to_dst(inner_temp, INST_COMPS_X | INST_COMPS_Y | in emit_inst()855 inst->src[src].reg = inner_temp.id; in emit_inst()[all …]