i915_fpc_translate.c | 440 emit_simple_arith(struct i915_fp_compile *p, function 479 emit_simple_arith(p, &inst2, opcode, numArgs, fs); 512 emit_simple_arith(p, inst, A0_ADD, 2, fs); 608 emit_simple_arith(p, inst, A0_DP3, 2, fs); 612 emit_simple_arith(p, inst, A0_DP4, 2, fs); 658 emit_simple_arith(p, inst, A0_FLR, 1, fs); 662 emit_simple_arith(p, inst, A0_FRC, 1, fs); 760 emit_simple_arith(p, inst, A0_MAD, 3, fs); 764 emit_simple_arith(p, inst, A0_MAX, 2, fs); 786 emit_simple_arith(p, inst, A0_MOV, 1, fs) [all...] |