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.cc518 bool all_low_regs = r_dest.Low8() && r_src1.Low8(); in OpRegRegImm() local
523 if (all_low_regs) in OpRegRegImm()
528 if (all_low_regs) in OpRegRegImm()
533 if (all_low_regs) in OpRegRegImm()
548 if (all_low_regs && ((abs_value & 0x7) == abs_value)) { in OpRegRegImm()
750 bool all_low_regs = r_base.Low8() && r_index.Low8() && r_dest.Low8(); in LoadBaseIndexed() local
753 bool thumb_form = (all_low_regs && (scale == 0)); in LoadBaseIndexed()
816 bool all_low_regs = r_base.Low8() && r_index.Low8() && r_src.Low8(); in StoreBaseIndexed() local
819 bool thumb_form = (all_low_regs && (scale == 0)); in StoreBaseIndexed()