Home
last modified time | relevance | path

Searched refs:left_operand (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/arm/
Dinstruction-selector-arm.cc317 InstructionOperand result_operand, InstructionOperand left_operand, in EmitDiv() argument
321 selector->Emit(div_opcode, result_operand, left_operand, right_operand); in EmitDiv()
327 selector->Emit(f64i32_opcode, left_double_operand, left_operand); in EmitDiv()
351 InstructionOperand left_operand = g.UseRegister(m.left().node()); in VisitMod() local
354 left_operand, right_operand); in VisitMod()
357 left_operand); in VisitMod()
362 result_operand, left_operand, mul_operand); in VisitMod()
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc1583 HloInstruction* left_operand = in OptimizeDotOfGather() local
1589 const int m = left_operand->shape().dimensions(1 - lhs_contracting_dimension); in OptimizeDotOfGather()
1595 HloInstruction::CreateDot(memoized_shape, left_operand, right_operand, in OptimizeDotOfGather()