Lines Matching refs:TMP
40 bi_index TMP() { return bi_temp(b->shader); }
48 bi_instr *mov = bi_mov_i32_to(b, TMP(), TMP());
59 bi_instr *fma = bi_fma_f32_to(b, TMP(), TMP(), TMP(), bi_zero());
72 bi_instr *load = bi_load_i128_to(b, TMP(), TMP(), TMP(), BI_SEG_UBO, 0);
84 bi_instr *blend = bi_blend_to(b, TMP(), TMP(), TMP(), TMP(), TMP(), TMP(),
99 bi_instr *fadd = bi_fadd_f32_to(b, TMP(), TMP(), TMP());
104 bi_instr *fadd = bi_fadd_f32_to(b, TMP(), TMP(), TMP());
105 fadd->src[i] = bi_swz_16(TMP(), j, j);
118 bi_instr *fadd = bi_fadd_v2f16_to(b, TMP(), x, x);
156 bi_instr *jump = bi_jump(b, TMP());