Searched refs:DoShift (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64InstPrinter.cpp | 1103 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 D | AArch64AddressingModes.h | 201 bool DoShift) { in getMemExtendImm() argument 202 return (getExtendEncoding(ET) << 1) | unsigned(DoShift); in getMemExtendImm()
|
| H A D | AArch64MCCodeEmitter.cpp | 348 unsigned DoShift = MI.getOperand(OpIdx + 1).getImm(); in getMemExtendOpValue() local 349 return (SignExtend << 1) | DoShift; in getMemExtendOpValue()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 152 SDValue &SignExtend, SDValue &DoShift) { in SelectAddrModeWRO() argument 158 SDValue &SignExtend, SDValue &DoShift) { in SelectAddrModeXRO() argument 342 SDValue &DoShift); 345 SDValue &DoShift); 1062 SDValue &DoShift) { in SelectAddrModeWRO() argument 1090 DoShift = CurDAG->getTargetConstant(true, dl, MVT::i32); in SelectAddrModeWRO() 1098 DoShift = CurDAG->getTargetConstant(true, dl, MVT::i32); in SelectAddrModeWRO() 1103 DoShift = CurDAG->getTargetConstant(false, dl, MVT::i32); in SelectAddrModeWRO() 1203 DoShift = CurDAG->getTargetConstant(true, DL, MVT::i32); in SelectAddrModeXRO() 1211 DoShift = CurDAG->getTargetConstant(true, DL, MVT::i32); in SelectAddrModeXRO() [all …]
|