Searched defs:DoShift (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64InstPrinter.cpp | 1286 printMemExtendImpl(bool SignExtend,bool DoShift,unsigned Width,char SrcRegKind,raw_ostream & O,bool UseMarkup) printMemExtendImpl() argument 1310 bool DoShift = MI->getOperand(OpNum + 1).getImm(); printMemExtend() local 1325 bool DoShift = ExtWidth != 8; printRegWithShiftExtend() local
|
H A D | AArch64MCCodeEmitter.cpp | 357 unsigned DoShift = MI.getOperand(OpIdx + 1).getImm(); getMemExtendOpValue() local
|
H A D | AArch64AddressingModes.h | 202 return (getExtendEncoding(ET) << 1) | unsigned(DoShift); in getMemExtendImm() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 151 SDValue &SignExtend, SDValue &DoShift) { in SelectAddrModeWRO() 157 SDValue &SignExtend, SDValue &DoShift) { in SelectAddrModeXRO() 1236 SDValue &DoShift) { in SelectAddrModeWRO() 1325 SDValue &DoShift) { in SelectAddrModeXRO()
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Interp.h | 2267 inline bool DoShift(InterpState &S, CodePtr OpPC, LT &LHS, RT &RHS) { in DoShift() function
|