Searched refs:DoShift (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64InstPrinter.cpp | 1031 static void printMemExtendImpl(bool SignExtend, bool DoShift, in printMemExtendImpl() argument 1041 if (DoShift || IsLSL) in printMemExtendImpl() 1049 bool DoShift = MI->getOperand(OpNum + 1).getImm(); in printMemExtend() local 1050 printMemExtendImpl(SignExtend, DoShift, Width, SrcRegKind, O); in printMemExtend() 1064 bool DoShift = ExtWidth != 8; in printRegWithShiftExtend() local 1065 if (SignExtend || DoShift || SrcRegKind == 'w') { in printRegWithShiftExtend() 1067 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 | 341 unsigned DoShift = MI.getOperand(OpIdx + 1).getImm(); in getMemExtendOpValue() local 342 return (SignExtend << 1) | DoShift; in getMemExtendOpValue()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 134 SDValue &SignExtend, SDValue &DoShift) { in SelectAddrModeWRO() argument 135 return SelectAddrModeWRO(N, Width / 8, Base, Offset, SignExtend, DoShift); in SelectAddrModeWRO() 140 SDValue &SignExtend, SDValue &DoShift) { in SelectAddrModeXRO() argument 141 return SelectAddrModeXRO(N, Width / 8, Base, Offset, SignExtend, DoShift); in SelectAddrModeXRO() 308 SDValue &DoShift); 311 SDValue &DoShift); 1028 SDValue &DoShift) { in SelectAddrModeWRO() argument 1056 DoShift = CurDAG->getTargetConstant(true, dl, MVT::i32); in SelectAddrModeWRO() 1064 DoShift = CurDAG->getTargetConstant(true, dl, MVT::i32); in SelectAddrModeWRO() 1069 DoShift = CurDAG->getTargetConstant(false, dl, MVT::i32); in SelectAddrModeWRO() [all …]
|