Lines Matching defs:shiftop
717 InstructionCondRROp shiftop = NULL;
720 shiftop = &Assembler::lsl;
723 shiftop = &Assembler::lsr;
726 shiftop = &Assembler::asr;
733 shiftop = &Assembler::ror;
738 if (shiftop != NULL) {
742 (this->*shiftop)(cond,
835 InstructionCondRROp shiftop = NULL;
838 shiftop = &Assembler::lsl;
841 shiftop = &Assembler::lsr;
844 shiftop = &Assembler::asr;
851 shiftop = &Assembler::ror;
856 if (shiftop != NULL) {
867 (this->*shiftop)(cond, scratch, rm, rs);
1031 InstructionCondRROp shiftop = NULL;
1034 shiftop = &Assembler::lsl;
1037 shiftop = &Assembler::lsr;
1040 shiftop = &Assembler::asr;
1047 shiftop = &Assembler::ror;
1052 if (shiftop != NULL) {
1061 (this->*shiftop)(cond, scratch, rm, rs);