Home
last modified time | relevance | path

Searched refs:SizeVal (Results 1 – 25 of 388) sorted by relevance

12345678910>>...16

/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpdebug/test/
H A Dtestmemmanager.pas119 GotRes := FDummyContext.ReadSignedInt(RegisterLoc(2), SizeVal(a), GotInt);
187 GotAddr := FDummyContext.ReadAddress(TargetLoc(TDbgPtr(@Data)), SizeVal(ReadSize));
191 GotAddr := FDummyContext.ReadAddress(SelfLoc(@Data), SizeVal(ReadSize));
196 GotAddr := FDummyContext.ReadAddress(RegisterLoc(2), SizeVal(ReadSize));
203 GotAddr := FDummyContext.ReadAddress(RegisterLoc(2), SizeVal(a));
213 GotAddr := FDummyContext.ReadAddress(ConstLoc(QWord(ExpIntVal)), SizeVal(ReadSize));
290 s1 := SizeVal( 1); CheckSize('SizeVal( 1)', s1, 1,0);
291 s1 := SizeVal( 9); CheckSize('SizeVal( 9)', s1, 9,0);
292 s1 := SizeVal( 0); CheckSize('SizeVal( 0)', s1, 0,0);
293 s1 := SizeVal( -1); CheckSize('SizeVal( -1)', s1, -1,0);
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpdebug/test/
H A Dtestmemmanager.pas119 GotRes := FDummyContext.ReadSignedInt(RegisterLoc(2), SizeVal(a), GotInt);
187 GotAddr := FDummyContext.ReadAddress(TargetLoc(TDbgPtr(@Data)), SizeVal(ReadSize));
191 GotAddr := FDummyContext.ReadAddress(SelfLoc(@Data), SizeVal(ReadSize));
196 GotAddr := FDummyContext.ReadAddress(RegisterLoc(2), SizeVal(ReadSize));
203 GotAddr := FDummyContext.ReadAddress(RegisterLoc(2), SizeVal(a));
213 GotAddr := FDummyContext.ReadAddress(ConstLoc(QWord(ExpIntVal)), SizeVal(ReadSize));
290 s1 := SizeVal( 1); CheckSize('SizeVal( 1)', s1, 1,0);
291 s1 := SizeVal( 9); CheckSize('SizeVal( 9)', s1, 9,0);
292 s1 := SizeVal( 0); CheckSize('SizeVal( 0)', s1, 0,0);
293 s1 := SizeVal( -1); CheckSize('SizeVal( -1)', s1, -1,0);
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpdebug/
H A Dfpdbghardcodedfreepascalinfo.pas243 SizeAddr := AValueObj.DataAddress + SizeVal(-ValueObj.Context.SizeOfAddress);
245 ASize := SizeVal(Size);
254 AnAddress := Context.ReadAddress(AnAddress, SizeVal(Context.SizeOfAddress));
338 SizeAddr := AValueObj.DataAddress + SizeVal(-1);
339 Result := ValueObj.Context.ReadMemory(SizeAddr, SizeVal(1), @Size);
340 ASize := SizeVal(Size);
345 AnAddress := AnAddress + SizeVal(1);
381 VMTAddr := Context.ReadAddress(ObjAddr, SizeVal(Context.SizeOfAddress));
386 ClassnameAddr := VMTAddr + SizeVal(3*Context.SizeOfAddress);
389 ClassNameAddr := FContext.ReadAddress(ClassnameAddr, SizeVal(FContext.SizeOfAddress));
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpdebug/
H A Dfpdbghardcodedfreepascalinfo.pas243 SizeAddr := AValueObj.DataAddress + SizeVal(-ValueObj.Context.SizeOfAddress);
245 ASize := SizeVal(Size);
254 AnAddress := Context.ReadAddress(AnAddress, SizeVal(Context.SizeOfAddress));
338 SizeAddr := AValueObj.DataAddress + SizeVal(-1);
339 Result := ValueObj.Context.ReadMemory(SizeAddr, SizeVal(1), @Size);
340 ASize := SizeVal(Size);
345 AnAddress := AnAddress + SizeVal(1);
381 VMTAddr := Context.ReadAddress(ObjAddr, SizeVal(Context.SizeOfAddress));
386 ClassnameAddr := VMTAddr + SizeVal(3*Context.SizeOfAddress);
389 ClassNameAddr := FContext.ReadAddress(ClassnameAddr, SizeVal(FContext.SizeOfAddress));
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/Mips/
H A DMipsSelectionDAGInfo.cpp131 uint64_t SizeVal = ConstantSize->getZExtValue(); in EmitTargetCodeForMemset() local
134 if ((SizeVal < (CapSize * 8))) in EmitTargetCodeForMemset()
138 for (uint64_t i = 0; i < (SizeVal / CapSize); i++) { in EmitTargetCodeForMemset()
146 uint64_t Remainder = SizeVal % CapSize; in EmitTargetCodeForMemset()
148 uint64_t Done = (SizeVal / CapSize) * CapSize; in EmitTargetCodeForMemset()
172 DstOff = SizeVal - 8; in EmitTargetCodeForMemset()
177 DstOff = SizeVal - Remainder; in EmitTargetCodeForMemset()
182 DstOff = SizeVal - Remainder; in EmitTargetCodeForMemset()
187 DstOff = SizeVal - Remainder; in EmitTargetCodeForMemset()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp75 uint64_t SizeVal = ConstantSize->getZExtValue(); in EmitTargetCodeForMemset() local
107 Count = DAG.getIntPtrConstant(SizeVal); in EmitTargetCodeForMemset()
113 Count = DAG.getIntPtrConstant(SizeVal / UBytes); in EmitTargetCodeForMemset()
114 BytesLeft = SizeVal % UBytes; in EmitTargetCodeForMemset()
122 Count = DAG.getIntPtrConstant(SizeVal); in EmitTargetCodeForMemset()
155 unsigned Offset = SizeVal - BytesLeft; in EmitTargetCodeForMemset()
185 uint64_t SizeVal = ConstantSize->getZExtValue(); in EmitTargetCodeForMemcpy() local
186 if (!AlwaysInline && SizeVal > Subtarget->getMaxInlineSizeThreshold()) in EmitTargetCodeForMemcpy()
199 unsigned CountVal = SizeVal / UBytes; in EmitTargetCodeForMemcpy()
201 unsigned BytesLeft = SizeVal % UBytes; in EmitTargetCodeForMemcpy()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/MSP430/
H A DMSP430InstrFormats.td43 class SizeVal<bits<3> val> {
47 def SizeUnknown : SizeVal<0>; // Unknown / unset size
48 def SizeSpecial : SizeVal<1>; // Special instruction, e.g. pseudo
49 def Size2Bytes : SizeVal<2>;
50 def Size4Bytes : SizeVal<3>;
51 def Size6Bytes : SizeVal<4>;
54 class MSP430Inst<dag outs, dag ins, SizeVal sz, Format f,
64 SizeVal Sz = sz;
150 class IIForm<bits<9> opcode, bit bw, SourceMode src, SizeVal sz,
163 class IIForm8<bits<9> opcode, SourceMode src, SizeVal sz,
[all …]
/dports/math/laspack/xc/
H A Dgetopts.c92 size_t SizeVal; in SetOpt() local
118 SizeVal = 0; in SetOpt()
122 SizeVal = 10 * SizeVal + (*PtrArg - '0'); in SetOpt()
125 *((int *)PtrOptDescr->Variable) = SizeVal; in SetOpt()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/RISCV/
H A DRISCVSelectionDAGInfo.cpp127 uint64_t SizeVal = ConstantSize->getZExtValue(); in EmitTargetCodeForMemset() local
130 if (SizeVal < (CLenInBytes * 8)) in EmitTargetCodeForMemset()
135 for (uint64_t i = 0; i < (SizeVal / CLenInBytes); i++) { in EmitTargetCodeForMemset()
146 unsigned Remainder = SizeVal % CLenInBytes; in EmitTargetCodeForMemset()
148 uint64_t Done = (SizeVal / CLenInBytes) * CLenInBytes; in EmitTargetCodeForMemset()
178 DstOff = SizeVal - Remainder; in EmitTargetCodeForMemset()
185 DstOff = SizeVal - Remainder; in EmitTargetCodeForMemset()
191 DstOff = SizeVal - Remainder; in EmitTargetCodeForMemset()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp27 uint64_t SizeVal = ConstantSize->getZExtValue(); in EmitTargetCodeForMemcpy() local
28 if (SizeVal < 32 || (SizeVal % 8) != 0) in EmitTargetCodeForMemcpy()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp28 uint64_t SizeVal = ConstantSize->getZExtValue(); in EmitTargetCodeForMemcpy() local
29 if (SizeVal < 32 || (SizeVal % 8) != 0) in EmitTargetCodeForMemcpy()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp27 uint64_t SizeVal = ConstantSize->getZExtValue(); in EmitTargetCodeForMemcpy() local
28 if (SizeVal < 32 || (SizeVal % 8) != 0) in EmitTargetCodeForMemcpy()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp27 uint64_t SizeVal = ConstantSize->getZExtValue(); in EmitTargetCodeForMemcpy() local
28 if (SizeVal < 32 || (SizeVal % 8) != 0) in EmitTargetCodeForMemcpy()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp27 uint64_t SizeVal = ConstantSize->getZExtValue(); in EmitTargetCodeForMemcpy() local
28 if (SizeVal < 32 || (SizeVal % 8) != 0) in EmitTargetCodeForMemcpy()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp27 uint64_t SizeVal = ConstantSize->getZExtValue(); in EmitTargetCodeForMemcpy() local
28 if (SizeVal < 32 || (SizeVal % 8) != 0) in EmitTargetCodeForMemcpy()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp27 uint64_t SizeVal = ConstantSize->getZExtValue(); in EmitTargetCodeForMemcpy() local
28 if (SizeVal < 32 || (SizeVal % 8) != 0) in EmitTargetCodeForMemcpy()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp27 uint64_t SizeVal = ConstantSize->getZExtValue(); in EmitTargetCodeForMemcpy() local
28 if (SizeVal < 32 || (SizeVal % 8) != 0) in EmitTargetCodeForMemcpy()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp27 uint64_t SizeVal = ConstantSize->getZExtValue(); in EmitTargetCodeForMemcpy() local
28 if (SizeVal < 32 || (SizeVal % 8) != 0) in EmitTargetCodeForMemcpy()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp27 uint64_t SizeVal = ConstantSize->getZExtValue(); in EmitTargetCodeForMemcpy() local
28 if (SizeVal < 32 || (SizeVal % 8) != 0) in EmitTargetCodeForMemcpy()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp27 uint64_t SizeVal = ConstantSize->getZExtValue(); in EmitTargetCodeForMemcpy() local
28 if (SizeVal < 32 || (SizeVal % 8) != 0) in EmitTargetCodeForMemcpy()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp27 uint64_t SizeVal = ConstantSize->getZExtValue(); in EmitTargetCodeForMemcpy() local
28 if (SizeVal < 32 || (SizeVal % 8) != 0) in EmitTargetCodeForMemcpy()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp27 uint64_t SizeVal = ConstantSize->getZExtValue(); in EmitTargetCodeForMemcpy() local
28 if (SizeVal < 32 || (SizeVal % 8) != 0) in EmitTargetCodeForMemcpy()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp27 uint64_t SizeVal = ConstantSize->getZExtValue(); in EmitTargetCodeForMemcpy() local
28 if (SizeVal < 32 || (SizeVal % 8) != 0) in EmitTargetCodeForMemcpy()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp27 uint64_t SizeVal = ConstantSize->getZExtValue(); in EmitTargetCodeForMemcpy() local
28 if (SizeVal < 32 || (SizeVal % 8) != 0) in EmitTargetCodeForMemcpy()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp28 uint64_t SizeVal = ConstantSize->getZExtValue(); in EmitTargetCodeForMemcpy() local
29 if (SizeVal < 32 || (SizeVal % 8) != 0) in EmitTargetCodeForMemcpy()

12345678910>>...16