Home
last modified time | relevance | path

Searched refs:SignExtend (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp117 SDValue &SignExtend, SDValue &DoShift) { in SelectAddrModeWRO() argument
118 return SelectAddrModeWRO(N, Width / 8, Base, Offset, SignExtend, DoShift); in SelectAddrModeWRO()
123 SDValue &SignExtend, SDValue &DoShift) { in SelectAddrModeXRO() argument
124 return SelectAddrModeXRO(N, Width / 8, Base, Offset, SignExtend, DoShift); in SelectAddrModeXRO()
172 SDValue &Offset, SDValue &SignExtend,
175 SDValue &Offset, SDValue &SignExtend,
179 SDValue &Offset, SDValue &SignExtend);
699 SDValue &SignExtend) { in SelectExtendedSHL() argument
712 SignExtend = CurDAG->getTargetConstant(Ext == AArch64_AM::SXTW, MVT::i32); in SelectExtendedSHL()
715 SignExtend = CurDAG->getTargetConstant(0, MVT::i32); in SelectExtendedSHL()
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCCodeEmitter.cpp346 unsigned SignExtend = MI.getOperand(OpIdx).getImm(); in getMemExtendOpValue() local
348 return (SignExtend << 1) | DoShift; in getMemExtendOpValue()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/InstPrinter/
H A DAArch64InstPrinter.cpp1026 unsigned SignExtend = MI->getOperand(OpNum).getImm(); in printMemExtend() local
1030 bool IsLSL = !SignExtend && SrcRegKind == 'x'; in printMemExtend()
1034 O << (SignExtend ? 's' : 'u') << "xt" << SrcRegKind; in printMemExtend()
/minix3/external/bsd/llvm/dist/llvm/include/llvm-c/
H A DCore.h1487 LLVMBool SignExtend);
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DCore.cpp818 LLVMBool SignExtend) { in LLVMConstInt() argument
819 return wrap(ConstantInt::get(unwrap<IntegerType>(IntTy), N, SignExtend != 0)); in LLVMConstInt()