Home
last modified time | relevance | path

Searched refs:DoShift (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp1103 static void printMemExtendImpl(bool SignExtend, bool DoShift, in printMemExtendImpl() argument
1113 if (DoShift || IsLSL) in printMemExtendImpl()
1121 bool DoShift = MI->getOperand(OpNum + 1).getImm(); in printMemExtend() local
1122 printMemExtendImpl(SignExtend, DoShift, Width, SrcRegKind, O); in printMemExtend()
1136 bool DoShift = ExtWidth != 8; in printRegWithShiftExtend() local
1137 if (SignExtend || DoShift || SrcRegKind == 'w') { in printRegWithShiftExtend()
1139 printMemExtendImpl(SignExtend, DoShift, ExtWidth, SrcRegKind, O); in printRegWithShiftExtend()
H A DAArch64AddressingModes.h202 bool DoShift) { in getMemExtendImm() argument
203 return (getExtendEncoding(ET) << 1) | unsigned(DoShift); in getMemExtendImm()
H A DAArch64MCCodeEmitter.cpp341 unsigned DoShift = MI.getOperand(OpIdx + 1).getImm(); in getMemExtendOpValue() local
342 return (SignExtend << 1) | DoShift; in getMemExtendOpValue()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp153 SDValue &SignExtend, SDValue &DoShift) { in SelectAddrModeWRO() argument
159 SDValue &SignExtend, SDValue &DoShift) { in SelectAddrModeXRO() argument
389 SDValue &DoShift);
392 SDValue &DoShift);
1141 SDValue &DoShift) { in SelectAddrModeWRO() argument
1169 DoShift = CurDAG->getTargetConstant(true, dl, MVT::i32); in SelectAddrModeWRO()
1177 DoShift = CurDAG->getTargetConstant(true, dl, MVT::i32); in SelectAddrModeWRO()
1182 DoShift = CurDAG->getTargetConstant(false, dl, MVT::i32); in SelectAddrModeWRO()
1282 DoShift = CurDAG->getTargetConstant(true, DL, MVT::i32); in SelectAddrModeXRO()
1290 DoShift = CurDAG->getTargetConstant(true, DL, MVT::i32); in SelectAddrModeXRO()
[all …]