Home
last modified time | relevance | path

Searched refs:all_low_regs (Results 1 – 1 of 1) sorted by relevance

/art/compiler/dex/quick/arm/
Dutility_arm.cc469 bool all_low_regs = r_dest.Low8() && r_src1.Low8(); in OpRegRegImm() local
474 if (all_low_regs) in OpRegRegImm()
479 if (all_low_regs) in OpRegRegImm()
484 if (all_low_regs) in OpRegRegImm()
499 if (all_low_regs && ((abs_value & 0x7) == abs_value)) { in OpRegRegImm()
694 bool all_low_regs = r_base.Low8() && r_index.Low8() && r_dest.Low8(); in LoadBaseIndexed() local
697 bool thumb_form = (all_low_regs && (scale == 0)); in LoadBaseIndexed()
760 bool all_low_regs = r_base.Low8() && r_index.Low8() && r_src.Low8(); in StoreBaseIndexed() local
763 bool thumb_form = (all_low_regs && (scale == 0)); in StoreBaseIndexed()