OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
317
InstructionOperand
div_operand
= g.TempRegister();
local
321
EmitDiv(selector, div_opcode, f64i32_opcode, i32f64_opcode,
div_operand
,
324
selector->Emit(kArmMls, result_operand,
div_operand
, right_operand,
328
selector->Emit(kArmMul, mul_operand,
div_operand
, right_operand);
[
all
...]
Completed in 701 milliseconds