Lines Matching refs:l
137 if (temp.l && (temp.flags & CORRUPTIBLE)) { in build_blending()
138 MOV(AL, 0, temp.reg, reg_imm(temp.reg, LSR, temp.l)); in build_blending()
139 temp.h -= temp.l; in build_blending()
140 temp.l = 0; in build_blending()
145 if (temp.l) { in build_blending()
148 MOV(AL, 0, fragment.reg, reg_imm(temp.reg, LSR, temp.l)); in build_blending()
557 d.l = 0; in mul_factor()
559 d.l = fs; in mul_factor()
628 d.l = a.l; in mul_factor_add()
630 d.l = fs>a.l ? fs : a.l; in mul_factor_add()
648 d.l = 0; in component_add()
650 d.l = shift; in component_add()
657 const int one = ((1<<v.size())-1)<<v.l; in component_sat()
665 SUB(HS, 0, v.reg, v.reg, imm( 1<<v.l )); in component_sat()