Home
last modified time | relevance | path

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

/art/compiler/dex/quick/arm/
Dutility_arm.cc287 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()
[all …]