Searched refs:shiftop (Results 1 - 1 of 1) sorted by relevance

/external/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.cc998 InstructionCondRROp shiftop = NULL;
1001 shiftop = &Assembler::lsl;
1004 shiftop = &Assembler::lsr;
1007 shiftop = &Assembler::asr;
1014 shiftop = &Assembler::ror;
1019 if (shiftop != NULL) {
1023 (this->*shiftop)(cond,
1116 InstructionCondRROp shiftop = NULL;
1119 shiftop = &Assembler::lsl;
1122 shiftop
1312 InstructionCondRROp shiftop = NULL; local
[all...]

Completed in 81 milliseconds