Searched refs:right_operand (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/compiler/arm/ |
D | instruction-selector-arm.cc | 318 InstructionOperand right_operand) { in EmitDiv() argument 321 selector->Emit(div_opcode, result_operand, left_operand, right_operand); in EmitDiv() 328 selector->Emit(f64i32_opcode, right_double_operand, right_operand); in EmitDiv() 352 InstructionOperand right_operand = g.UseRegister(m.right().node()); in VisitMod() local 354 left_operand, right_operand); in VisitMod() 356 selector->Emit(kArmMls, result_operand, div_operand, right_operand, in VisitMod() 360 selector->Emit(kArmMul, mul_operand, div_operand, right_operand); in VisitMod()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | algebraic_simplifier.cc | 1586 HloInstruction* right_operand = in OptimizeDotOfGather() local 1591 right_operand->shape().dimensions(1 - rhs_contracting_dimension); in OptimizeDotOfGather() 1595 HloInstruction::CreateDot(memoized_shape, left_operand, right_operand, in OptimizeDotOfGather()
|