Lines Matching refs:shiftop
702 InstructionCondRROp shiftop = NULL; in Delegate() local
705 shiftop = &Assembler::lsl; in Delegate()
708 shiftop = &Assembler::lsr; in Delegate()
711 shiftop = &Assembler::asr; in Delegate()
718 shiftop = &Assembler::ror; in Delegate()
723 if (shiftop != NULL) { in Delegate()
727 (this->*shiftop)(cond, in Delegate()
820 InstructionCondRROp shiftop = NULL; in Delegate() local
823 shiftop = &Assembler::lsl; in Delegate()
826 shiftop = &Assembler::lsr; in Delegate()
829 shiftop = &Assembler::asr; in Delegate()
836 shiftop = &Assembler::ror; in Delegate()
841 if (shiftop != NULL) { in Delegate()
852 (this->*shiftop)(cond, scratch, rm, rs); in Delegate()
1016 InstructionCondRROp shiftop = NULL; in Delegate() local
1019 shiftop = &Assembler::lsl; in Delegate()
1022 shiftop = &Assembler::lsr; in Delegate()
1025 shiftop = &Assembler::asr; in Delegate()
1032 shiftop = &Assembler::ror; in Delegate()
1037 if (shiftop != NULL) { in Delegate()
1046 (this->*shiftop)(cond, scratch, rm, rs); in Delegate()