Searched refs:all_low_regs (Results 1 – 1 of 1) sorted by relevance
469 bool all_low_regs = r_dest.Low8() && r_src1.Low8(); in OpRegRegImm() local474 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() local697 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() local763 bool thumb_form = (all_low_regs && (scale == 0)); in StoreBaseIndexed()