Searched refs:Shift (Results 1 - 25 of 112) sorted by path

12345

/freebsd-11-stable/contrib/gcc/config/arm/
H A Dieee754-df.S149 @ Shift yh-yl right per r5, add to xh-xl, keep leftover bits into ip.
302 @ Shift value right of 32 to 64 bits, or 0 to 32 bits after a switch
660 @ Shift to final position, add sign to result.
740 @ Shift value right of 32 to 64 bits, or 0 to 32 bits after a switch
H A Dieee754-sf.S115 @ Shift and add second arg to first arg in r0.
508 @ Shift value right, round, etc.
/freebsd-11-stable/stand/pc98/boot0.5/
H A Dputssjis.s35 # Display string with Shift-JIS support
113 # Convert Shift-JIS into JIS.
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_ppmd7.c361 s->Summ = (UInt16)((5 * i + 10) << (s->Shift = PPMD_PERIOD_BITS - 4));
370 p->DummySee.Shift = PPMD_PERIOD_BITS;
679 unsigned r = (see->Summ >> see->Shift);
H A Darchive_ppmd8.c397 s->Summ = (UInt16)((2 * i + 5) << (s->Shift = PPMD_PERIOD_BITS - 4));
408 p->DummySee.Shift = PPMD_PERIOD_BITS;
1050 unsigned r = (see->Summ >> see->Shift);
H A Darchive_ppmd_private.h108 Byte Shift; /* Speed of Freq change; low Shift is for fast change */ member in struct:__anon24
109 Byte Count; /* Count to next change of Shift */
112 #define Ppmd_See_Update(p) if ((p)->Shift < PPMD_PERIOD_BITS && --(p)->Count == 0) \
113 { (p)->Summ <<= 1; (p)->Count = (Byte)(3 << (p)->Shift++); }
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DOperatorPrecedence.h39 Shift = 12, // <<, >> enumerator in enum:clang::prec::Level
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h39 int Depth, Height, Shift = 0; member in struct:clang::diff::Node
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1142 int Shift = 28; local
1143 while ((Char >> Shift) == 0)
1144 Shift -= 4;
1145 for (/**/; Shift >= 0; Shift -= 4)
1146 OS << Hex[(Char >> Shift) & 15];
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DOperatorPrecedence.cpp37 return prec::Shift;
66 case tok::lessless: return prec::Shift;
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp4507 Value *CodeGenFunction::EmitNeonRShiftImm(Value *Vec, Value *Shift,
4512 int ShiftAmt = cast<ConstantInt>(Shift)->getSExtValue();
4527 Shift = ConstantInt::get(VTy->getElementType(), ShiftAmt);
4531 Shift = EmitNeonShiftVector(Shift, Ty, false);
4533 return Builder.CreateLShr(Vec, Shift, name);
4535 return Builder.CreateAShr(Vec, Shift, name);
6965 uint32_t Shift, bool Unsigned) {
6973 if (Shift == LaneBits) {
6980 --Shift;
[all...]
H A DCGExprConstant.cpp206 int Shift = Bits.getBitWidth() - CharWidth + OffsetWithinChar; local
207 if (Shift > 0)
208 BitsThisChar.lshrInPlace(Shift);
209 else if (Shift < 0)
210 BitsThisChar = BitsThisChar.shl(-Shift);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp237 int Shift = 0; local
271 Shift = 0;
280 Shift = Column - Changes[i].StartOfTokenColumn;
281 Changes[i].Spaces += Shift;
291 Changes[i].Spaces += Shift;
294 assert(Shift >= 0);
295 Changes[i].StartOfTokenColumn += Shift;
297 Changes[i + 1].PreviousEndOfTokenColumn += Shift;
447 int Shift = 0; local
451 Shift
695 int Shift = 0; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp13329 Expr *SubExpr, StringRef Shift) {
13334 << Bop->getSourceRange() << OpLoc << Shift << Op;
13393 StringRef Shift = BinaryOperator::getOpcodeStr(Opc); local
13394 DiagnoseAdditionInShift(Self, OpLoc, LHSExpr, Shift);
13395 DiagnoseAdditionInShift(Self, OpLoc, RHSExpr, Shift);
13328 DiagnoseAdditionInShift(Sema &S, SourceLocation OpLoc, Expr *SubExpr, StringRef Shift) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1006 auto LShift = [&](unsigned char Val, unsigned Shift) {
1007 return (uint32_t)Val << Shift;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp346 Position += getNode(Siblings[I]).Shift;
922 T1.getMutableNode(Id1).Shift -= 1;
928 T2.getMutableNode(Id2).Shift -= 1;
938 T1.getMutableNode(Id1).Shift -= 1;
939 T2.getMutableNode(Id2).Shift -= 1;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp536 int Shift = 0; local
538 unsigned Offset = R.getOffset() + Shift;
540 Shift += Length - R.getLength();
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_add_impl.inc85 // Shift the significands to give us round, guard and sticky, and set the
92 // Shift the significand of b by the difference in exponents, with a sticky
144 // Shift the significand into place, and mask off the implicit bit.
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Ddivsi3.S85 ! Compute %o4 in an unorthodox manner: know we need to Shift %o5 into
H A Dmodsi3.S85 ! Compute %o4 in an unorthodox manner: know we need to Shift %o5 into
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dstack_trace_compressor.cpp37 uint8_t Shift = 0; local
40 *Out |= (static_cast<uintptr_t>(In[i]) & 0x7f) << Shift;
45 Shift += 7;
48 if (Shift >= sizeof(uintptr_t) * 8)
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachOLinkingContext.cpp91 unsigned Shift = 30; local
97 result |= (num << Shift);
98 Shift -= 10;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArgs.h101 /// Args::GetArgumentVector () \see Args::Shift () \see Args::Unshift (const
233 /// returned value before calling Args::Shift().
236 void Shift();
H A DCompletionRequest.h120 m_parsed_line.Shift();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp658 args.Shift(); // Shift the alias command word off the argument vector.
659 args.Shift(); // Shift the old command word off the argument vector.
702 args.Shift(); // Shift the sub_command word off the argument vector.

Completed in 422 milliseconds

12345