Home
last modified time | relevance | path

Searched refs:is64Bit (Results 1 – 25 of 2238) sorted by relevance

12345678910>>...90

/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/3rdparty/masm/disassembler/ARM64/
H A DA64DOpcode.cpp297 if (is64Bit() != nBit()) in format()
376 appendRegisterName(rd(), is64Bit()); in format()
378 appendRegisterName(rn(), is64Bit()); in format()
390 appendRegisterName(rt(), is64Bit()); in format()
432 appendRegisterName(rd(), is64Bit()); in format()
463 appendRegisterName(rd(), is64Bit()); in format()
490 if (!is64Bit() && opNum() > 1) in format()
567 if (is64Bit() != nBit()) in format()
722 if (!is64Bit() && scale() >= 32) in format()
1108 if (!is64Bit() && nBit()) in format()
[all …]
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/3rdparty/masm/disassembler/ARM64/
H A DA64DOpcode.cpp297 if (is64Bit() != nBit()) in format()
376 appendRegisterName(rd(), is64Bit()); in format()
378 appendRegisterName(rn(), is64Bit()); in format()
390 appendRegisterName(rt(), is64Bit()); in format()
432 appendRegisterName(rd(), is64Bit()); in format()
463 appendRegisterName(rd(), is64Bit()); in format()
490 if (!is64Bit() && opNum() > 1) in format()
567 if (is64Bit() != nBit()) in format()
722 if (!is64Bit() && scale() >= 32) in format()
1108 if (!is64Bit() && nBit()) in format()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Object/
H A DXCOFFObjectFile.cpp245 if (is64Bit()) in getSectionAddress()
254 if (is64Bit()) in getSectionIndex()
263 if (is64Bit()) in getSectionSize()
275 if (is64Bit()) in getSectionContents()
320 if (is64Bit()) in section_rel_begin()
332 if (is64Bit()) in section_rel_end()
348 if (is64Bit()) in getRelocationOffset()
367 if (is64Bit()) in getRelocationSymbol()
381 if (is64Bit()) in getRelocationType()
388 if (is64Bit()) in getRelocationTypeName()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Object/
H A DXCOFFObjectFile.cpp245 if (is64Bit()) in getSectionAddress()
254 if (is64Bit()) in getSectionIndex()
263 if (is64Bit()) in getSectionSize()
275 if (is64Bit()) in getSectionContents()
320 if (is64Bit()) in section_rel_begin()
332 if (is64Bit()) in section_rel_end()
348 if (is64Bit()) in getRelocationOffset()
367 if (is64Bit()) in getRelocationSymbol()
381 if (is64Bit()) in getRelocationType()
388 if (is64Bit()) in getRelocationTypeName()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Object/
H A DXCOFFObjectFile.cpp242 if (is64Bit()) in getSectionAddress()
251 if (is64Bit()) in getSectionIndex()
260 if (is64Bit()) in getSectionSize()
272 if (is64Bit()) in getSectionContents()
395 return is64Bit() ? Triple::ppc64 : Triple::ppc; in getArch()
423 bool XCOFFObjectFile::is64Bit() const { in is64Bit() function in llvm::object::XCOFFObjectFile
476 return is64Bit() ? fileHeader64()->AuxHeaderSize in getOptionalHeaderSize()
536 if (is64Bit()) in getSymbolNameByIndex()
683 if (Obj->is64Bit()) in create()
726 assert(!OwningObjectPtr->is64Bit() && in getXCOFFCsectAuxEnt32()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DXCOFFObjectFile.cpp242 if (is64Bit()) in getSectionAddress()
251 if (is64Bit()) in getSectionIndex()
260 if (is64Bit()) in getSectionSize()
272 if (is64Bit()) in getSectionContents()
395 return is64Bit() ? Triple::ppc64 : Triple::ppc; in getArch()
423 bool XCOFFObjectFile::is64Bit() const { in is64Bit() function in llvm::object::XCOFFObjectFile
476 return is64Bit() ? fileHeader64()->AuxHeaderSize in getOptionalHeaderSize()
536 if (is64Bit()) in getSymbolNameByIndex()
683 if (Obj->is64Bit()) in create()
726 assert(!OwningObjectPtr->is64Bit() && in getXCOFFCsectAuxEnt32()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp242 if (is64Bit()) in getSectionAddress()
251 if (is64Bit()) in getSectionIndex()
260 if (is64Bit()) in getSectionSize()
272 if (is64Bit()) in getSectionContents()
395 return is64Bit() ? Triple::ppc64 : Triple::ppc; in getArch()
423 bool XCOFFObjectFile::is64Bit() const { in is64Bit() function in llvm::object::XCOFFObjectFile
476 return is64Bit() ? fileHeader64()->AuxHeaderSize in getOptionalHeaderSize()
536 if (is64Bit()) in getSymbolNameByIndex()
683 if (Obj->is64Bit()) in create()
726 assert(!OwningObjectPtr->is64Bit() && in getXCOFFCsectAuxEnt32()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Object/
H A DXCOFFObjectFile.cpp194 if (is64Bit()) in getSectionAddress()
203 if (is64Bit()) in getSectionIndex()
212 if (is64Bit()) in getSectionSize()
300 assert(!is64Bit() && "64-bit support not implemented yet."); in symbol_begin()
330 return is64Bit() ? "aix5coff64-rs6000" : "aixcoff-rs6000"; in getFileFormatName()
334 return is64Bit() ? Triple::ppc64 : Triple::ppc; in getArch()
359 return is64Bit() ? sizeof(XCOFFSectionHeader64) : in getSectionHeaderSize()
363 bool XCOFFObjectFile::is64Bit() const { in is64Bit() function in llvm::object::XCOFFObjectFile
407 return is64Bit() ? fileHeader64()->NumberOfSections in getNumberOfSections()
416 return is64Bit() ? fileHeader64()->AuxHeaderSize in getOptionalHeaderSize()
[all …]
/dports/games/lwjgl/lwjgl-2df01dd/src/java/org/lwjgl/
H A DPointerBuffer.java56 is64Bit = is64;
88 if ( is64Bit ) { in PointerBuffer()
117 return is64Bit; in is64Bit()
445 if ( is64Bit ) in get()
465 if ( is64Bit ) in put()
488 if ( is64Bit ) in put()
506 if ( is64Bit ) in get()
528 if ( is64Bit ) in put()
552 if ( is64Bit ) in put()
602 if ( is64Bit ) in get()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Object/
H A DXCOFFObjectFile.cpp249 if (is64Bit()) in getSectionAddress()
258 if (is64Bit()) in getSectionIndex()
267 if (is64Bit()) in getSectionSize()
279 if (is64Bit()) in getSectionContents()
324 if (is64Bit()) in section_rel_begin()
336 if (is64Bit()) in section_rel_end()
352 if (is64Bit()) in getRelocationOffset()
371 if (is64Bit()) in getRelocationSymbol()
385 if (is64Bit()) in getRelocationType()
392 if (is64Bit()) in getRelocationTypeName()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Object/
H A DXCOFFObjectFile.cpp249 if (is64Bit()) in getSectionAddress()
258 if (is64Bit()) in getSectionIndex()
267 if (is64Bit()) in getSectionSize()
279 if (is64Bit()) in getSectionContents()
324 if (is64Bit()) in section_rel_begin()
336 if (is64Bit()) in section_rel_end()
352 if (is64Bit()) in getRelocationOffset()
371 if (is64Bit()) in getRelocationSymbol()
385 if (is64Bit()) in getRelocationType()
392 if (is64Bit()) in getRelocationTypeName()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Object/
H A DXCOFFObjectFile.cpp249 if (is64Bit()) in getSectionAddress()
258 if (is64Bit()) in getSectionIndex()
267 if (is64Bit()) in getSectionSize()
279 if (is64Bit()) in getSectionContents()
324 if (is64Bit()) in section_rel_begin()
336 if (is64Bit()) in section_rel_end()
352 if (is64Bit()) in getRelocationOffset()
371 if (is64Bit()) in getRelocationSymbol()
385 if (is64Bit()) in getRelocationType()
392 if (is64Bit()) in getRelocationTypeName()
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/Target/
H A DTargetELFWriterInfo.h32 bool is64Bit, isLittleEndian; variable
70 unsigned getEIClass() const { return is64Bit ? ELFCLASS64 : ELFCLASS32; } in getEIClass()
76 unsigned getHdrSize() const { return is64Bit ? 64 : 52; } in getHdrSize()
77 unsigned getSHdrSize() const { return is64Bit ? 64 : 40; } in getSHdrSize()
80 unsigned getSymTabEntrySize() const { return is64Bit ? 24 : 16; } in getSymTabEntrySize()
84 unsigned getPrefELFAlignment() const { return is64Bit ? 8 : 4; } in getPrefELFAlignment()
88 return is64Bit ? (hasRelocationAddend() ? 24 : 16) in getRelocationEntrySize()
/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCAsmInfo.cpp19 PPCMCAsmInfoDarwin::PPCMCAsmInfoDarwin(bool is64Bit, const Triple& T) { in PPCMCAsmInfoDarwin() argument
20 if (is64Bit) { in PPCMCAsmInfoDarwin()
28 if (!is64Bit) in PPCMCAsmInfoDarwin()
43 PPCELFMCAsmInfo::PPCELFMCAsmInfo(bool is64Bit, const Triple& T) { in PPCELFMCAsmInfo() argument
48 if (is64Bit) { in PPCELFMCAsmInfo()
73 Data64bitsDirective = is64Bit ? "\t.quad\t" : nullptr; in PPCELFMCAsmInfo()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCAsmInfo.cpp21 PPCMCAsmInfoDarwin::PPCMCAsmInfoDarwin(bool is64Bit, const Triple& T) {
22 if (is64Bit) {
31 if (!is64Bit)
48 PPCELFMCAsmInfo::PPCELFMCAsmInfo(bool is64Bit, const Triple& T) {
53 if (is64Bit) {
78 Data64bitsDirective = is64Bit ? "\t.quad\t" : nullptr;
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCAsmInfo.cpp21 PPCMCAsmInfoDarwin::PPCMCAsmInfoDarwin(bool is64Bit, const Triple& T) { in PPCMCAsmInfoDarwin() argument
22 if (is64Bit) { in PPCMCAsmInfoDarwin()
31 if (!is64Bit) in PPCMCAsmInfoDarwin()
48 PPCELFMCAsmInfo::PPCELFMCAsmInfo(bool is64Bit, const Triple& T) { in PPCELFMCAsmInfo() argument
53 if (is64Bit) { in PPCELFMCAsmInfo()
78 Data64bitsDirective = is64Bit ? "\t.quad\t" : nullptr; in PPCELFMCAsmInfo()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCAsmInfo.cpp20 PPCMCAsmInfoDarwin::PPCMCAsmInfoDarwin(bool is64Bit, const Triple& T) { in PPCMCAsmInfoDarwin() argument
21 if (is64Bit) { in PPCMCAsmInfoDarwin()
30 if (!is64Bit) in PPCMCAsmInfoDarwin()
47 PPCELFMCAsmInfo::PPCELFMCAsmInfo(bool is64Bit, const Triple& T) { in PPCELFMCAsmInfo() argument
52 if (is64Bit) { in PPCELFMCAsmInfo()
77 Data64bitsDirective = is64Bit ? "\t.quad\t" : nullptr; in PPCELFMCAsmInfo()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Target/PowerPC/
H A DPPCMCAsmInfo.cpp17 PPCMCAsmInfoDarwin::PPCMCAsmInfoDarwin(bool is64Bit) { in PPCMCAsmInfoDarwin() argument
22 if (!is64Bit) in PPCMCAsmInfoDarwin()
28 PPCLinuxMCAsmInfo::PPCLinuxMCAsmInfo(bool is64Bit) { in PPCLinuxMCAsmInfo() argument
49 if (!is64Bit) in PPCLinuxMCAsmInfo()
53 Data64bitsDirective = is64Bit ? "\t.quad\t" : 0; in PPCLinuxMCAsmInfo()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/
H A DAnnotatedMemoryPanel.java47 private boolean is64Bit; field in AnnotatedMemoryPanel
108 …init(debugger, is64Bit, defaultMemoryLocation(is64Bit), defaultMemoryLow(is64Bit), defaultMemoryHi… in AnnotatedMemoryPanel()
284 this.is64Bit = is64Bit; in init()
286 if (is64Bit) { in init()
343 if (is64Bit) { in setupScrollBar()
369 if (is64Bit) { in defaultMemoryLocation()
379 if (is64Bit) { in defaultMemoryLow()
389 if (is64Bit) { in defaultMemoryHigh()
400 defaultMemoryLow(is64Bit), in setupScrollBar()
401 defaultMemoryHigh(is64Bit)); in setupScrollBar()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/
H A DAnnotatedMemoryPanel.java47 private boolean is64Bit; field in AnnotatedMemoryPanel
108 …init(debugger, is64Bit, defaultMemoryLocation(is64Bit), defaultMemoryLow(is64Bit), defaultMemoryHi… in AnnotatedMemoryPanel()
284 this.is64Bit = is64Bit; in init()
286 if (is64Bit) { in init()
343 if (is64Bit) { in setupScrollBar()
369 if (is64Bit) { in defaultMemoryLocation()
379 if (is64Bit) { in defaultMemoryLow()
389 if (is64Bit) { in defaultMemoryHigh()
400 defaultMemoryLow(is64Bit), in setupScrollBar()
401 defaultMemoryHigh(is64Bit)); in setupScrollBar()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/
H A DAnnotatedMemoryPanel.java47 private boolean is64Bit; field in AnnotatedMemoryPanel
108 …init(debugger, is64Bit, defaultMemoryLocation(is64Bit), defaultMemoryLow(is64Bit), defaultMemoryHi… in AnnotatedMemoryPanel()
284 this.is64Bit = is64Bit; in init()
286 if (is64Bit) { in init()
343 if (is64Bit) { in setupScrollBar()
369 if (is64Bit) { in defaultMemoryLocation()
379 if (is64Bit) { in defaultMemoryLow()
389 if (is64Bit) { in defaultMemoryHigh()
400 defaultMemoryLow(is64Bit), in setupScrollBar()
401 defaultMemoryHigh(is64Bit)); in setupScrollBar()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/
H A DAnnotatedMemoryPanel.java47 private boolean is64Bit; field in AnnotatedMemoryPanel
108 …init(debugger, is64Bit, defaultMemoryLocation(is64Bit), defaultMemoryLow(is64Bit), defaultMemoryHi… in AnnotatedMemoryPanel()
284 this.is64Bit = is64Bit; in init()
286 if (is64Bit) { in init()
343 if (is64Bit) { in setupScrollBar()
369 if (is64Bit) { in defaultMemoryLocation()
379 if (is64Bit) { in defaultMemoryLow()
389 if (is64Bit) { in defaultMemoryHigh()
400 defaultMemoryLow(is64Bit), in setupScrollBar()
401 defaultMemoryHigh(is64Bit)); in setupScrollBar()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/
H A DAnnotatedMemoryPanel.java47 private boolean is64Bit; field in AnnotatedMemoryPanel
108 …init(debugger, is64Bit, defaultMemoryLocation(is64Bit), defaultMemoryLow(is64Bit), defaultMemoryHi… in AnnotatedMemoryPanel()
284 this.is64Bit = is64Bit; in init()
286 if (is64Bit) { in init()
343 if (is64Bit) { in setupScrollBar()
369 if (is64Bit) { in defaultMemoryLocation()
379 if (is64Bit) { in defaultMemoryLow()
389 if (is64Bit) { in defaultMemoryHigh()
400 defaultMemoryLow(is64Bit), in setupScrollBar()
401 defaultMemoryHigh(is64Bit)); in setupScrollBar()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/
H A DAnnotatedMemoryPanel.java47 private boolean is64Bit; field in AnnotatedMemoryPanel
108 …init(debugger, is64Bit, defaultMemoryLocation(is64Bit), defaultMemoryLow(is64Bit), defaultMemoryHi… in AnnotatedMemoryPanel()
284 this.is64Bit = is64Bit; in init()
286 if (is64Bit) { in init()
343 if (is64Bit) { in setupScrollBar()
369 if (is64Bit) { in defaultMemoryLocation()
379 if (is64Bit) { in defaultMemoryLow()
389 if (is64Bit) { in defaultMemoryHigh()
400 defaultMemoryLow(is64Bit), in setupScrollBar()
401 defaultMemoryHigh(is64Bit)); in setupScrollBar()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/
H A DAnnotatedMemoryPanel.java47 private boolean is64Bit; field in AnnotatedMemoryPanel
108 …init(debugger, is64Bit, defaultMemoryLocation(is64Bit), defaultMemoryLow(is64Bit), defaultMemoryHi… in AnnotatedMemoryPanel()
284 this.is64Bit = is64Bit; in init()
286 if (is64Bit) { in init()
343 if (is64Bit) { in setupScrollBar()
369 if (is64Bit) { in defaultMemoryLocation()
379 if (is64Bit) { in defaultMemoryLow()
389 if (is64Bit) { in defaultMemoryHigh()
400 defaultMemoryLow(is64Bit), in setupScrollBar()
401 defaultMemoryHigh(is64Bit)); in setupScrollBar()
[all …]

12345678910>>...90