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