Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp1303 void AArch64InstPrinter::printMemExtendImpl(bool SignExtend, bool DoShift, in printMemExtendImpl()
1323 bool DoShift = MI->getOperand(OpNum + 1).getImm(); in printMemExtend() local
1338 bool DoShift = ExtWidth != 8; in printRegWithShiftExtend() local
H A DAArch64MCCodeEmitter.cpp386 unsigned DoShift = MI.getOperand(OpIdx + 1).getImm(); in getMemExtendOpValue() local
H A DAArch64AddressingModes.h201 bool DoShift) { in getMemExtendImm()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp153 SelectAddrModeWRO(SDValue N,SDValue & Base,SDValue & Offset,SDValue & SignExtend,SDValue & DoShift) SelectAddrModeWRO() argument
159 SelectAddrModeXRO(SDValue N,SDValue & Base,SDValue & Offset,SDValue & SignExtend,SDValue & DoShift) SelectAddrModeXRO() argument
1212 SelectAddrModeWRO(SDValue N,unsigned Size,SDValue & Base,SDValue & Offset,SDValue & SignExtend,SDValue & DoShift) SelectAddrModeWRO() argument
1301 SelectAddrModeXRO(SDValue N,unsigned Size,SDValue & Base,SDValue & Offset,SDValue & SignExtend,SDValue & DoShift) SelectAddrModeXRO() argument
[all...]