Searched defs:SignExtend (Results 1 - 8 of 8) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Dbyte_io.h114 unsigned_val = SignExtend(unsigned_val);
121 unsigned_val = SignExtend(unsigned_val);
155 static U SignExtend(const U val) { function in class:webrtc::ByteReader
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCCodeEmitter.cpp316 unsigned SignExtend = MI.getOperand(OpIdx).getImm(); local
318 return (SignExtend << 1) | DoShift;
/external/vixl/src/
H A Dutils-vixl.h399 inline T SignExtend(T val, int bitSize) { function in namespace:vixl
/external/llvm/lib/Target/AArch64/InstPrinter/
H A DAArch64InstPrinter.cpp1124 unsigned SignExtend = MI->getOperand(OpNum).getImm(); local
1128 bool IsLSL = !SignExtend && SrcRegKind == 'x';
1132 O << (SignExtend ? 's' : 'u') << "xt" << SrcRegKind;
/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1081 bool SignExtend = IsSigned; local
1082 if (!GuessNonIVOperand(SignExtend)) {
1083 SignExtend = !SignExtend;
1084 if (!GuessNonIVOperand(SignExtend))
1091 SignExtend, NarrowUse);
1095 SignExtend, NarrowUse);
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp127 SDValue &SignExtend, SDValue &DoShift) {
128 return SelectAddrModeWRO(N, Width / 8, Base, Offset, SignExtend, DoShift);
133 SDValue &SignExtend, SDValue &DoShift) {
134 return SelectAddrModeXRO(N, Width / 8, Base, Offset, SignExtend, DoShift);
187 SDValue &Offset, SDValue &SignExtend,
190 SDValue &Offset, SDValue &SignExtend,
194 SDValue &Offset, SDValue &SignExtend);
777 SDValue &SignExtend) {
791 SignExtend = CurDAG->getTargetConstant(Ext == AArch64_AM::SXTW, dl,
795 SignExtend
126 SelectAddrModeWRO(SDValue N, SDValue &Base, SDValue &Offset, SDValue &SignExtend, SDValue &DoShift) argument
132 SelectAddrModeXRO(SDValue N, SDValue &Base, SDValue &Offset, SDValue &SignExtend, SDValue &DoShift) argument
775 SelectExtendedSHL(SDValue N, unsigned Size, bool WantExtend, SDValue &Offset, SDValue &SignExtend) argument
807 SelectAddrModeWRO(SDValue N, unsigned Size, SDValue &Base, SDValue &Offset, SDValue &SignExtend, SDValue &DoShift) argument
896 SelectAddrModeXRO(SDValue N, unsigned Size, SDValue &Base, SDValue &Offset, SDValue &SignExtend, SDValue &DoShift) argument
[all...]
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DCore.cpp564 LLVMBool SignExtend) {
565 return wrap(ConstantInt::get(unwrap<IntegerType>(IntTy), N, SignExtend != 0));
563 LLVMConstInt(LLVMTypeRef IntTy, unsigned long long N, LLVMBool SignExtend) argument
/external/llvm/lib/IR/
H A DCore.cpp920 LLVMBool SignExtend) {
921 return wrap(ConstantInt::get(unwrap<IntegerType>(IntTy), N, SignExtend != 0));
919 LLVMConstInt(LLVMTypeRef IntTy, unsigned long long N, LLVMBool SignExtend) argument

Completed in 298 milliseconds