Searched refs:mul_operand (Results 1 – 3 of 3) sorted by relevance
670 InstructionOperand* mul_operand = g.TempRegister(); in VisitMod() local671 selector->Emit(kArmMul, mul_operand, div_operand, right_operand); in VisitMod()672 selector->Emit(kArmSub, result_operand, left_operand, mul_operand); in VisitMod()
314 int mul_operand);316 int mul_operand);848 ir_to_mesa_visitor::try_emit_mad(ir_expression *ir, int mul_operand) in try_emit_mad() argument850 int nonmul_operand = 1 - mul_operand; in try_emit_mad()853 ir_expression *expr = ir->operands[mul_operand]->as_expression(); in try_emit_mad()
407 int mul_operand);409 int mul_operand);1202 glsl_to_tgsi_visitor::try_emit_mad(ir_expression *ir, int mul_operand) in try_emit_mad() argument1204 int nonmul_operand = 1 - mul_operand; in try_emit_mad()1208 ir_expression *expr = ir->operands[mul_operand]->as_expression(); in try_emit_mad()