Home
last modified time | relevance | path

Searched refs:mayCrossBoundary (Results 1 – 16 of 16) sorted by relevance

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/MC/
H A DMCAssembler.cpp988 static bool mayCrossBoundary(uint64_t StartAddr, uint64_t Size, in mayCrossBoundary() function
1015 return mayCrossBoundary(StartAddr, Size, BoundaryAlignment) || in needPadding()
/dports/devel/llvm10/llvm-10.0.1.src/lib/MC/
H A DMCAssembler.cpp966 static bool mayCrossBoundary(uint64_t StartAddr, uint64_t Size, in mayCrossBoundary() function
993 return mayCrossBoundary(StartAddr, Size, BoundaryAlignment) || in needPadding()
/dports/devel/llvm11/llvm-11.0.1.src/lib/MC/
H A DMCAssembler.cpp988 static bool mayCrossBoundary(uint64_t StartAddr, uint64_t Size, in mayCrossBoundary() function
1015 return mayCrossBoundary(StartAddr, Size, BoundaryAlignment) || in needPadding()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCAssembler.cpp966 static bool mayCrossBoundary(uint64_t StartAddr, uint64_t Size, in mayCrossBoundary() function
993 return mayCrossBoundary(StartAddr, Size, BoundaryAlignment) || in needPadding()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp966 static bool mayCrossBoundary(uint64_t StartAddr, uint64_t Size, in mayCrossBoundary() function
993 return mayCrossBoundary(StartAddr, Size, BoundaryAlignment) || in needPadding()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/MC/
H A DMCAssembler.cpp1033 static bool mayCrossBoundary(uint64_t StartAddr, uint64_t Size, in mayCrossBoundary() function
1060 return mayCrossBoundary(StartAddr, Size, BoundaryAlignment) || in needPadding()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/MC/
H A DMCAssembler.cpp1027 static bool mayCrossBoundary(uint64_t StartAddr, uint64_t Size, in mayCrossBoundary() function
1054 return mayCrossBoundary(StartAddr, Size, BoundaryAlignment) || in needPadding()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/MC/
H A DMCAssembler.cpp1027 static bool mayCrossBoundary(uint64_t StartAddr, uint64_t Size, in mayCrossBoundary() function
1054 return mayCrossBoundary(StartAddr, Size, BoundaryAlignment) || in needPadding()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/MC/
H A DMCAssembler.cpp1046 static bool mayCrossBoundary(uint64_t StartAddr, uint64_t Size, in mayCrossBoundary() function
1073 return mayCrossBoundary(StartAddr, Size, BoundaryAlignment) || in needPadding()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp1027 static bool mayCrossBoundary(uint64_t StartAddr, uint64_t Size, in mayCrossBoundary() function
1054 return mayCrossBoundary(StartAddr, Size, BoundaryAlignment) || in needPadding()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/MC/
H A DMCAssembler.cpp1032 static bool mayCrossBoundary(uint64_t StartAddr, uint64_t Size, in mayCrossBoundary() function
1059 return mayCrossBoundary(StartAddr, Size, BoundaryAlignment) || in needPadding()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/MC/
H A DMCAssembler.cpp1027 static bool mayCrossBoundary(uint64_t StartAddr, uint64_t Size, in mayCrossBoundary() function
1054 return mayCrossBoundary(StartAddr, Size, BoundaryAlignment) || in needPadding()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/MC/
H A DMCAssembler.cpp1046 static bool mayCrossBoundary(uint64_t StartAddr, uint64_t Size, in mayCrossBoundary() function
1073 return mayCrossBoundary(StartAddr, Size, BoundaryAlignment) || in needPadding()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/MC/
H A DMCAssembler.cpp1027 static bool mayCrossBoundary(uint64_t StartAddr, uint64_t Size, in mayCrossBoundary() function
1054 return mayCrossBoundary(StartAddr, Size, BoundaryAlignment) || in needPadding()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.asm.amd64/src/org/graalvm/compiler/asm/amd64/
H A DAMD64Assembler.java2018 protected boolean mayCrossBoundary(int opStart, int opEnd) { in mayCrossBoundary() method in AMD64Assembler
2028 assert !mayCrossBoundary(opStart, position()); in ensureWithinBoundary()
2037 if (mayCrossBoundary(beforeNextOp, afterNextOp)) { in testAndAlign()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.asm.amd64/src/org/graalvm/compiler/asm/amd64/
H A DAMD64Assembler.java2018 protected boolean mayCrossBoundary(int opStart, int opEnd) { in mayCrossBoundary() method in AMD64Assembler
2028 assert !mayCrossBoundary(opStart, position()); in ensureWithinBoundary()
2037 if (mayCrossBoundary(beforeNextOp, afterNextOp)) { in testAndAlign()