Searched defs:mul_operand (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/v8/src/compiler/arm/
H A Dinstruction-selector-arm.cc670 InstructionOperand* mul_operand = g.TempRegister(); local
671 selector->Emit(kArmMul, mul_operand, div_operand, right_operand);
672 selector->Emit(kArmSub, result_operand, left_operand, mul_operand);
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dir_to_mesa.cpp314 int mul_operand);
316 int mul_operand);
848 ir_to_mesa_visitor::try_emit_mad(ir_expression *ir, int mul_operand) argument
850 int nonmul_operand = 1 - mul_operand;
853 ir_expression *expr = ir->operands[mul_operand]->as_expression();
/external/mesa3d/src/mesa/program/
H A Dir_to_mesa.cpp314 int mul_operand);
316 int mul_operand);
848 ir_to_mesa_visitor::try_emit_mad(ir_expression *ir, int mul_operand) argument
850 int nonmul_operand = 1 - mul_operand;
853 ir_expression *expr = ir->operands[mul_operand]->as_expression();
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp407 int mul_operand);
409 int mul_operand);
1202 glsl_to_tgsi_visitor::try_emit_mad(ir_expression *ir, int mul_operand) argument
1204 int nonmul_operand = 1 - mul_operand;
1208 ir_expression *expr = ir->operands[mul_operand]->as_expression();
/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp407 int mul_operand);
409 int mul_operand);
1202 glsl_to_tgsi_visitor::try_emit_mad(ir_expression *ir, int mul_operand) argument
1204 int nonmul_operand = 1 - mul_operand;
1208 ir_expression *expr = ir->operands[mul_operand]->as_expression();

Completed in 126 milliseconds