Searched defs:DoShift (Results 1 – 5 of 5) sorted by relevance
1316 void AArch64InstPrinter::printMemExtendImpl(bool SignExtend, bool DoShift, in printMemExtendImpl()1336 bool DoShift = MI->getOperand(OpNum + 1).getImm(); in printMemExtend() local1351 bool DoShift = ExtWidth != 8; in printRegWithShiftExtend() local
402 unsigned DoShift = MI.getOperand(OpIdx + 1).getImm(); in getMemExtendOpValue() local
201 bool DoShift) { in getMemExtendImm()
156 SDValue &SignExtend, SDValue &DoShift) { in SelectAddrModeWRO()162 SDValue &SignExtend, SDValue &DoShift) { in SelectAddrModeXRO()1240 SDValue &DoShift) { in SelectAddrModeWRO()1329 SDValue &DoShift) { in SelectAddrModeXRO()
2686 inline bool DoShift(InterpState &S, CodePtr OpPC, LT &LHS, RT &RHS, in DoShift() function