Searched refs:X86_64 (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/lld/MachO/Arch/ |
H A D | X86_64.cpp | 26 struct X86_64 : TargetInfo { struct 27 X86_64(); 81 int64_t X86_64::getEmbeddedAddend(MemoryBufferRef mb, uint64_t offset, in getEmbeddedAddend() 96 void X86_64::relocateOne(uint8_t *loc, const Reloc &r, uint64_t value, in relocateOne() 141 void X86_64::writeStub(uint8_t *buf, const Symbol &sym, in writeStub() 155 void X86_64::writeStubHelperHeader(uint8_t *buf) const { in writeStubHelperHeader() 170 void X86_64::writeStubHelperEntry(uint8_t *buf, const Symbol &sym, in writeStubHelperEntry() 183 void X86_64::writeObjCMsgSendStub(uint8_t *buf, Symbol *sym, uint64_t stubsAddr, in writeObjCMsgSendStub() 198 void X86_64::relaxGotLoad(uint8_t *loc, uint8_t type) const { in relaxGotLoad() 205 X86_64::X86_64() : TargetInfo(LP64()) { in X86_64() function in X86_64 [all …]
|
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | X86_64.cpp | 27 class X86_64 : public TargetInfo { class 29 X86_64(); 70 X86_64::X86_64() { in X86_64() function in X86_64 94 int X86_64::getTlsGdRelaxSkip(RelType type) const { in getTlsGdRelaxSkip() 240 bool X86_64::deleteFallThruJmpInsn(InputSection &is, InputFile *file, in deleteFallThruJmpInsn() 311 bool X86_64::relaxOnce(int pass) const { in relaxOnce() 352 RelExpr X86_64::getRelExpr(RelType type, const Symbol &s, in getRelExpr() 409 void X86_64::writeGotPltHeader(uint8_t *buf) const { in writeGotPltHeader() 417 void X86_64::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt() 422 void X86_64::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCTargetDesc.h | 45 X86_64 = 0, X86_32_DarwinEH = 1, X86_32_Generic = 2 enumerator
|
H A D | X86MCTargetDesc.cpp | 63 return DWARFFlavour::X86_64; in getDwarfRegFlavour()
|
/freebsd/usr.bin/clang/lld/ |
H A D | Makefile | 54 SRCS+= ELF/Arch/X86_64.cpp
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 698 implementation for X86_64 CPUs supporting the AVX512IFMA instructions. 706 on machines supporting AVX512IFMA instructions of the X86_64 architecture
|