Searched refs:DoShift (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64InstPrinter.cpp | 1303 void AArch64InstPrinter::printMemExtendImpl(bool SignExtend, bool DoShift, in printMemExtendImpl() argument 1313 if (DoShift || IsLSL) { in printMemExtendImpl() 1323 bool DoShift = MI->getOperand(OpNum + 1).getImm(); in printMemExtend() local 1324 printMemExtendImpl(SignExtend, DoShift, Width, SrcRegKind, O); in printMemExtend() 1338 bool DoShift = ExtWidth != 8; in printRegWithShiftExtend() local 1339 if (SignExtend || DoShift || SrcRegKind == 'w') { in printRegWithShiftExtend() 1341 printMemExtendImpl(SignExtend, DoShift, ExtWidth, SrcRegKind, O); in printRegWithShiftExtend()
|
| H A D | AArch64AddressingModes.h | 201 bool DoShift) { in getMemExtendImm() argument 202 return (getExtendEncoding(ET) << 1) | unsigned(DoShift); in getMemExtendImm()
|
| H A D | AArch64MCCodeEmitter.cpp | 386 unsigned DoShift = MI.getOperand(OpIdx + 1).getImm(); in getMemExtendOpValue() local 387 return (SignExtend << 1) | DoShift; in getMemExtendOpValue()
|
| H A D | AArch64InstPrinter.h | 94 void printMemExtendImpl(bool SignExtend, bool DoShift, unsigned Width,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 153 SDValue &SignExtend, SDValue &DoShift) { in SelectAddrModeWRO() argument 159 SDValue &SignExtend, SDValue &DoShift) { in SelectAddrModeXRO() argument 460 SDValue &DoShift); 463 SDValue &DoShift); 1212 SDValue &DoShift) { in SelectAddrModeWRO() argument 1240 DoShift = CurDAG->getTargetConstant(true, dl, MVT::i32); in SelectAddrModeWRO() 1248 DoShift = CurDAG->getTargetConstant(true, dl, MVT::i32); in SelectAddrModeWRO() 1253 DoShift = CurDAG->getTargetConstant(false, dl, MVT::i32); in SelectAddrModeWRO() 1352 DoShift = CurDAG->getTargetConstant(true, DL, MVT::i32); in SelectAddrModeXRO() 1360 DoShift = CurDAG->getTargetConstant(true, DL, MVT::i32); in SelectAddrModeXRO() [all …]
|