Lines Matching refs:thumb_form
287 bool thumb_form = in OpRegRegShift() local
292 opcode = (thumb_form) ? kThumbAdcRR : kThumb2AdcRRR; in OpRegRegShift()
295 opcode = (thumb_form) ? kThumbAndRR : kThumb2AndRRR; in OpRegRegShift()
298 opcode = (thumb_form) ? kThumbBicRR : kThumb2BicRRR; in OpRegRegShift()
302 opcode = (thumb_form) ? kThumbCmnRR : kThumb2CmnRR; in OpRegRegShift()
305 if (thumb_form) in OpRegRegShift()
317 opcode = (thumb_form) ? kThumbEorRR : kThumb2EorRRR; in OpRegRegShift()
332 opcode = (thumb_form) ? kThumbMul : kThumb2MulRRR; in OpRegRegShift()
335 opcode = (thumb_form) ? kThumbMvn : kThumb2MnvRR; in OpRegRegShift()
339 opcode = (thumb_form) ? kThumbNeg : kThumb2NegRR; in OpRegRegShift()
342 opcode = (thumb_form) ? kThumbOrr : kThumb2OrrRRR; in OpRegRegShift()
345 opcode = (thumb_form) ? kThumbSbc : kThumb2SbcRRR; in OpRegRegShift()
348 opcode = (thumb_form) ? kThumbTst : kThumb2TstRR; in OpRegRegShift()
352 opcode = (thumb_form) ? kThumbLslRR : kThumb2LslRRR; in OpRegRegShift()
356 opcode = (thumb_form) ? kThumbLsrRR : kThumb2LsrRRR; in OpRegRegShift()
360 opcode = (thumb_form) ? kThumbAsrRR : kThumb2AsrRRR; in OpRegRegShift()
364 opcode = (thumb_form) ? kThumbRorRR : kThumb2RorRRR; in OpRegRegShift()
367 opcode = (thumb_form) ? kThumbAddRRR : kThumb2AddRRR; in OpRegRegShift()
370 opcode = (thumb_form) ? kThumbSubRRR : kThumb2SubRRR; in OpRegRegShift()
374 if (!thumb_form) { in OpRegRegShift()
382 if (!thumb_form) { in OpRegRegShift()
443 bool thumb_form = (shift == 0) && r_dest.Low8() && r_src1.Low8() && r_src2.Low8(); in OpRegRegRegShift() local
446 opcode = (thumb_form) ? kThumbAddRRR : kThumb2AddRRR; in OpRegRegRegShift()
449 opcode = (thumb_form) ? kThumbSubRRR : kThumb2SubRRR; in OpRegRegRegShift()
753 bool thumb_form = (all_low_regs && (scale == 0)); in LoadBaseIndexed() local
789 opcode = (thumb_form) ? kThumbLdrRRR : kThumb2LdrRRR; in LoadBaseIndexed()
792 opcode = (thumb_form) ? kThumbLdrhRRR : kThumb2LdrhRRR; in LoadBaseIndexed()
795 opcode = (thumb_form) ? kThumbLdrshRRR : kThumb2LdrshRRR; in LoadBaseIndexed()
798 opcode = (thumb_form) ? kThumbLdrbRRR : kThumb2LdrbRRR; in LoadBaseIndexed()
801 opcode = (thumb_form) ? kThumbLdrsbRRR : kThumb2LdrsbRRR; in LoadBaseIndexed()
806 if (thumb_form) in LoadBaseIndexed()
819 bool thumb_form = (all_low_regs && (scale == 0)); in StoreBaseIndexed() local
856 opcode = (thumb_form) ? kThumbStrRRR : kThumb2StrRRR; in StoreBaseIndexed()
861 opcode = (thumb_form) ? kThumbStrhRRR : kThumb2StrhRRR; in StoreBaseIndexed()
866 opcode = (thumb_form) ? kThumbStrbRRR : kThumb2StrbRRR; in StoreBaseIndexed()
871 if (thumb_form) in StoreBaseIndexed()