Searched refs:pinstr (Results 1 – 1 of 1) sorted by relevance
299 bi_instr *pinstr = tuple->add; in bi_lower_cubeface() local300 bi_builder b = bi_init_builder(ctx, bi_before_instr(pinstr)); in bi_lower_cubeface()301 bi_instr *cubeface1 = bi_cubeface1_to(&b, pinstr->dest[0], in bi_lower_cubeface()302 pinstr->src[0], pinstr->src[1], pinstr->src[2]); in bi_lower_cubeface()304 pinstr->op = BI_OPCODE_CUBEFACE2; in bi_lower_cubeface()305 pinstr->dest[0] = pinstr->dest[1]; in bi_lower_cubeface()306 pinstr->dest[1] = bi_null(); in bi_lower_cubeface()307 pinstr->src[0] = cubeface1->dest[0]; in bi_lower_cubeface()308 pinstr->src[1] = bi_null(); in bi_lower_cubeface()309 pinstr->src[2] = bi_null(); in bi_lower_cubeface()[all …]