OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_div
(Results
1 - 3
of
3
) sorted by null
/art/compiler/optimizing/
code_generator_x86.cc
107
DivRemMinusOneSlowPathX86(HInstruction* instruction, Register reg, bool
is_div
)
108
: SlowPathCode(instruction), reg_(reg), is_div_(
is_div
) {}
3364
bool
is_div
= instruction->IsDiv();
local
[
all
...]
code_generator_x86_64.cc
111
DivRemMinusOneSlowPathX86_64(HInstruction* at, Register reg, Primitive::Type type, bool
is_div
)
112
: SlowPathCode(at), cpu_reg_(CpuRegister(reg)), type_(type), is_div_(
is_div
) {}
3492
bool
is_div
= instruction->IsDiv();
local
[
all
...]
/external/valgrind/none/tests/ppc32/
jm-insns.c
4740
int i, j,
is_div
;
local
[
all
...]
Completed in 316 milliseconds