HomeSort by relevance Sort by last modified time
    Searched refs:div_operand (Results 1 - 2 of 2) sorted by null

  /hardware/google/apf/
apf_interpreter.c 214 const uint32_t div_operand = reg_num ? registers[1] : imm; local
215 ASSERT_RETURN(div_operand);
216 registers[0] /= div_operand;
  /external/v8/src/compiler/arm/
instruction-selector-arm.cc 286 InstructionOperand div_operand = g.TempRegister(); local
290 EmitDiv(selector, div_opcode, f64i32_opcode, i32f64_opcode, div_operand,
293 selector->Emit(kArmMls, result_operand, div_operand, right_operand,
297 selector->Emit(kArmMul, mul_operand, div_operand, right_operand);
    [all...]

Completed in 385 milliseconds