Home | History | Annotate | Download | only in arm

Lines Matching defs:shift

1416   ShiftOp shift = instr->ShiftField();
1421 if ((shift == ROR) && (shift_amount == 0)) {
1424 } else if (((shift == LSR) || (shift == ASR)) && (shift_amount == 0)) {
1427 switch (shift) {
1484 switch (shift) {
2563 int32_t shift = instr->Bits(11, 7);
2567 rm_val <<= shift;
2569 rm_val >>= shift;