Home
last modified time | relevance | path

Searched refs:mul_operand (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/program/
Dir_to_mesa.cpp301 int mul_operand);
303 int mul_operand);
731 ir_to_mesa_visitor::try_emit_mad(ir_expression *ir, int mul_operand) in try_emit_mad() argument
733 int nonmul_operand = 1 - mul_operand; in try_emit_mad()
736 ir_expression *expr = ir->operands[mul_operand]->as_expression(); in try_emit_mad()
/external/v8/src/compiler/arm/
Dinstruction-selector-arm.cc352 InstructionOperand mul_operand = g.TempRegister(); in VisitMod() local
353 selector->Emit(kArmMul, mul_operand, div_operand, right_operand); in VisitMod()
355 result_operand, left_operand, mul_operand); in VisitMod()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp547 int mul_operand);
549 int mul_operand);
1421 glsl_to_tgsi_visitor::try_emit_mad(ir_expression *ir, int mul_operand) in try_emit_mad() argument
1423 int nonmul_operand = 1 - mul_operand; in try_emit_mad()
1427 ir_expression *expr = ir->operands[mul_operand]->as_expression(); in try_emit_mad()