OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:all_low_regs
(Results
1 - 1
of
1
) sorted by null
/art/compiler/dex/quick/arm/
utility_arm.cc
431
bool
all_low_regs
= (ARM_LOWREG(r_dest) && ARM_LOWREG(r_src1));
local
437
if (
all_low_regs
)
442
if (
all_low_regs
)
447
if (
all_low_regs
)
463
if (
all_low_regs
&& ((abs_value & 0x7) == abs_value)) {
644
bool
all_low_regs
= ARM_LOWREG(rBase) && ARM_LOWREG(r_index) && ARM_LOWREG(r_dest);
local
647
bool thumb_form = (
all_low_regs
&& (scale == 0));
708
bool
all_low_regs
= ARM_LOWREG(rBase) && ARM_LOWREG(r_index) && ARM_LOWREG(r_src);
local
711
bool thumb_form = (
all_low_regs
&& (scale == 0));
777
bool
all_low_regs
= (ARM_LOWREG(rBase) && ARM_LOWREG(r_dest))
local
908
bool
all_low_regs
= (ARM_LOWREG(rBase) && ARM_LOWREG(r_src));
local
[
all
...]
Completed in 315 milliseconds