Home
last modified time | relevance | path

Searched defs:Asm (Results 1 – 25 of 268) sorted by relevance

1234567891011

/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceInstMIPS32.cpp184 auto *Asm = Func->getAssembler<MIPS32::AssemblerMIPS32>(); in emitIAS() local
343 auto *Asm = Func->getAssembler<MIPS32::AssemblerMIPS32>(); in emitIAS() local
491 auto *Asm = Func->getAssembler<MIPS32::AssemblerMIPS32>(); in emitIAS() local
516 auto *Asm = Func->getAssembler<MIPS32::AssemblerMIPS32>(); in emitIAS() local
607 auto *Asm = Func->getAssembler<MIPS32::AssemblerMIPS32>(); in emitIAS() local
633 auto *Asm = Func->getAssembler<MIPS32::AssemblerMIPS32>(); in emitIAS() local
638 auto *Asm = Func->getAssembler<MIPS32::AssemblerMIPS32>(); in emitIAS() local
643 auto *Asm = Func->getAssembler<MIPS32::AssemblerMIPS32>(); in emitIAS() local
648 auto *Asm = Func->getAssembler<MIPS32::AssemblerMIPS32>(); in emitIAS() local
653 auto *Asm = Func->getAssembler<MIPS32::AssemblerMIPS32>(); in emitIAS() local
[all …]
H A DIceInstARM32.cpp116 if (auto *Asm = Func->getAssembler<ARM32::AssemblerARM32>()) in startNextInst() local
124 auto *Asm = Func->getAssembler<ARM32::AssemblerARM32>(); in emitUsingTextFixup() local
294 auto *Asm = Func->getAssembler<ARM32::AssemblerARM32>(); in emitIAS() local
302 auto *Asm = Func->getAssembler<ARM32::AssemblerARM32>(); in emitIAS() local
546 auto *Asm = Func->getAssembler<ARM32::AssemblerARM32>(); in emitIAS() local
553 auto *Asm = Func->getAssembler<ARM32::AssemblerARM32>(); in emitIAS() local
559 auto *Asm = Func->getAssembler<ARM32::AssemblerARM32>(); in emitIAS() local
566 auto *Asm = Func->getAssembler<ARM32::AssemblerARM32>(); in emitIAS() local
573 auto *Asm = Func->getAssembler<ARM32::AssemblerARM32>(); in emitIAS() local
580 auto *Asm = Func->getAssembler<ARM32::AssemblerARM32>(); in emitIAS() local
[all …]
H A DIceInstX8664.cpp412 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIAS() local
455 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIAS() local
529 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIAS() local
587 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIAS() local
644 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIASOpTyGPR() local
666 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIASRegOpTyGPR() local
708 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIASAddrOpTyGPR() local
739 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIASAsAddrOpTyGPR() local
749 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIASGPRShift() local
773 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIASGPRShiftDouble() local
[all …]
H A DIceInstX8632.cpp432 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIAS() local
475 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIAS() local
542 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIAS() local
600 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIAS() local
657 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIASOpTyGPR() local
679 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIASRegOpTyGPR() local
720 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIASAddrOpTyGPR() local
748 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIASAsAddrOpTyGPR() local
760 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIASGPRShift() local
781 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIASGPRShiftDouble() local
[all …]
/aosp_15_r20/external/cronet/third_party/boringssl/src/util/fipstools/delocate/
H A Ddelocate.peg.go254 type Asm struct { struct
255 Buffer string
256 buffer []rune
257 rules [60]func() bool
258 parse func(rule ...int) error
259 reset func()
260 Pretty bool
261 tokens32
264 func (p *Asm) Parse(rule ...int) error {
268 func (p *Asm) Reset() {
[all …]
/aosp_15_r20/external/boringssl/src/util/fipstools/delocate/
H A Ddelocate.peg.go256 type Asm struct { struct
257 Buffer string
258 buffer []rune
259 rules [61]func() bool
260 parse func(rule ...int) error
261 reset func()
262 Pretty bool
263 tokens32
266 func (p *Asm) Parse(rule ...int) error {
270 func (p *Asm) Reset() {
[all …]
/aosp_15_r20/external/coreboot/src/lib/gnat/
H A Ds-maccod.ads61 procedure Asm ( subprogspec
68 procedure Asm ( subprogspec
75 procedure Asm ( subprogspec
82 procedure Asm ( subprogspec
89 function Asm ( subprogspec
96 function Asm ( subprogspec
103 function Asm ( subprogspec
110 function Asm ( subprogspec
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.cpp20 DwarfStringPool::DwarfStringPool(BumpPtrAllocator &A, AsmPrinter &Asm, in DwarfStringPool()
26 DwarfStringPool::getEntryImpl(AsmPrinter &Asm, StringRef Str) { in getEntryImpl()
39 DwarfStringPool::EntryRef DwarfStringPool::getEntry(AsmPrinter &Asm, in getEntry()
45 DwarfStringPool::EntryRef DwarfStringPool::getIndexedEntry(AsmPrinter &Asm, in getIndexedEntry()
53 void DwarfStringPool::emitStringOffsetsTableHeader(AsmPrinter &Asm, in emitStringOffsetsTableHeader()
75 void DwarfStringPool::emit(AsmPrinter &Asm, MCSection *StrSection, in emit()
H A DAccelTable.cpp53 void AccelTableBase::finalize(AsmPrinter *Asm, StringRef Prefix) { in finalize()
93 AsmPrinter *const Asm; ///< Destination. member in __anone449d9680311::AccelTableWriter
108 AccelTableWriter(AsmPrinter *Asm, const AccelTableBase &Contents, in AccelTableWriter()
167 AppleAccelTableWriter(AsmPrinter *Asm, const AccelTableBase &Contents, in AppleAccelTableWriter()
365 AsmPrinter *Asm = Ctx.Asm; in emit() local
510 AsmPrinter *Asm, const AccelTableBase &Contents, in Dwarf5AccelTableWriter()
538 void llvm::emitAppleAccelTableImpl(AsmPrinter *Asm, AccelTableBase &Contents, in emitAppleAccelTableImpl()
546 AsmPrinter *Asm, AccelTable<DWARF5AccelTableData> &Contents, in emitDWARF5AccelTable()
579 AsmPrinter *Asm, AccelTable<DWARF5AccelTableStaticData> &Contents, in emitDWARF5AccelTable()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.cpp21 DwarfStringPool::DwarfStringPool(BumpPtrAllocator &A, AsmPrinter &Asm, in DwarfStringPool()
27 DwarfStringPool::getEntryImpl(AsmPrinter &Asm, StringRef Str) { in getEntryImpl()
41 DwarfStringPool::EntryRef DwarfStringPool::getEntry(AsmPrinter &Asm, in getEntry()
47 DwarfStringPool::EntryRef DwarfStringPool::getIndexedEntry(AsmPrinter &Asm, in getIndexedEntry()
55 void DwarfStringPool::emitStringOffsetsTableHeader(AsmPrinter &Asm, in emitStringOffsetsTableHeader()
77 void DwarfStringPool::emit(AsmPrinter &Asm, MCSection *StrSection, in emit()
H A DAccelTable.cpp54 void AccelTableBase::finalize(AsmPrinter *Asm, StringRef Prefix) { in finalize()
94 AsmPrinter *const Asm; ///< Destination. member in __anon0882e7a20311::AccelTableWriter
109 AccelTableWriter(AsmPrinter *Asm, const AccelTableBase &Contents, in AccelTableWriter()
168 AppleAccelTableWriter(AsmPrinter *Asm, const AccelTableBase &Contents, in AppleAccelTableWriter()
369 AsmPrinter *Asm = Ctx.Asm; in emit() local
516 AsmPrinter *Asm, const AccelTableBase &Contents, in Dwarf5AccelTableWriter()
544 void llvm::emitAppleAccelTableImpl(AsmPrinter *Asm, AccelTableBase &Contents, in emitAppleAccelTableImpl()
552 AsmPrinter *Asm, AccelTable<DWARF5AccelTableData> &Contents, in emitDWARF5AccelTable()
585 AsmPrinter *Asm, AccelTable<DWARF5AccelTableStaticData> &Contents, in emitDWARF5AccelTable()
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfAccelTable.cpp71 void DwarfAccelTable::FinalizeTable(AsmPrinter *Asm, StringRef Prefix) { in FinalizeTable()
113 void DwarfAccelTable::EmitHeader(AsmPrinter *Asm) { in EmitHeader()
141 void DwarfAccelTable::EmitBuckets(AsmPrinter *Asm) { in EmitBuckets()
163 void DwarfAccelTable::EmitHashes(AsmPrinter *Asm) { in EmitHashes()
183 void DwarfAccelTable::emitOffsets(AsmPrinter *Asm, const MCSymbol *SecBegin) { in emitOffsets()
206 void DwarfAccelTable::EmitData(AsmPrinter *Asm, DwarfDebug *D) { in EmitData()
243 void DwarfAccelTable::emit(AsmPrinter *Asm, const MCSymbol *SecBegin, in emit()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DMachObjectWriter.cpp76 bool MachObjectWriter::isFixupKindPCRel(const MCAssembler &Asm, unsigned Kind) { in isFixupKindPCRel()
463 void MachObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation()
478 void MachObjectWriter::bindIndirectSymbols(MCAssembler &Asm) { in bindIndirectSymbols()
543 MCAssembler &Asm, std::vector<MachSymbolData> &LocalSymbolData, in computeSymbolTable()
643 void MachObjectWriter::computeSectionAddresses(const MCAssembler &Asm, in computeSectionAddresses()
658 void MachObjectWriter::executePostLayoutBinding(MCAssembler &Asm, in executePostLayoutBinding()
667 const MCAssembler &Asm, const MCSymbol &A, const MCSymbol &B, in isSymbolRefDifferenceFullyResolvedImpl()
679 const MCAssembler &Asm, const MCSymbol &SymA, const MCFragment &FB, in isSymbolRefDifferenceFullyResolvedImpl()
755 void MachObjectWriter::populateAddrSigSection(MCAssembler &Asm) { in populateAddrSigSection()
769 uint64_t MachObjectWriter::writeObject(MCAssembler &Asm, in writeObject()
H A DELFObjectWriter.cpp279 uint64_t writeObject(MCAssembler &Asm, const MCAsmLayout &Layout) override { in writeObject()
311 uint64_t writeObject(MCAssembler &Asm, const MCAsmLayout &Layout) override { in writeObject()
395 void ELFWriter::writeHeader(const MCAssembler &Asm) { in writeHeader()
614 void ELFWriter::createMemtagRelocs(MCAssembler &Asm) { in createMemtagRelocs()
632 MCAssembler &Asm, const MCAsmLayout &Layout, in computeSymbolTable()
864 void ELFWriter::writeSectionData(const MCAssembler &Asm, MCSection &Sec, in writeSectionData()
929 void ELFWriter::writeRelocations(const MCAssembler &Asm, in writeRelocations()
1082 uint64_t ELFWriter::writeObject(MCAssembler &Asm, const MCAsmLayout &Layout) { in writeObject()
1239 void ELFObjectWriter::executePostLayoutBinding(MCAssembler &Asm, in executePostLayoutBinding()
1298 bool ELFObjectWriter::shouldRelocateWithSymbol(const MCAssembler &Asm, in shouldRelocateWithSymbol()
[all …]
H A DSPIRVObjectWriter.cpp32 void recordRelocation(MCAssembler &Asm, const MCAsmLayout &Layout, in recordRelocation()
36 void executePostLayoutBinding(MCAssembler &Asm, in executePostLayoutBinding()
44 void SPIRVObjectWriter::writeHeader(const MCAssembler &Asm) { in writeHeader()
65 uint64_t SPIRVObjectWriter::writeObject(MCAssembler &Asm, in writeObject()
H A DWinCOFFObjectWriter.cpp585 uint32_t WinCOFFObjectWriter::writeSectionContents(MCAssembler &Asm, in writeSectionContents()
604 void WinCOFFObjectWriter::writeSection(MCAssembler &Asm, in writeSection()
653 void WinCOFFObjectWriter::executePostLayoutBinding(MCAssembler &Asm, in executePostLayoutBinding()
680 const MCAssembler &Asm, const MCSymbol &SymA, const MCFragment &FB, in isSymbolRefDifferenceFullyResolvedImpl()
695 void WinCOFFObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation()
854 void WinCOFFObjectWriter::createFileSymbols(MCAssembler &Asm) { in createFileSymbols()
952 void WinCOFFObjectWriter::assignFileOffsets(MCAssembler &Asm, in assignFileOffsets()
1012 uint64_t WinCOFFObjectWriter::writeObject(MCAssembler &Asm, in writeObject()
/aosp_15_r20/external/llvm/lib/MC/
H A DMachObjectWriter.cpp60 bool MachObjectWriter::isFixupKindPCRel(const MCAssembler &Asm, unsigned Kind) { in isFixupKindPCRel()
435 void MachObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation()
444 void MachObjectWriter::bindIndirectSymbols(MCAssembler &Asm) { in bindIndirectSymbols()
509 MCAssembler &Asm, std::vector<MachSymbolData> &LocalSymbolData, in computeSymbolTable()
609 void MachObjectWriter::computeSectionAddresses(const MCAssembler &Asm, in computeSectionAddresses()
624 void MachObjectWriter::executePostLayoutBinding(MCAssembler &Asm, in executePostLayoutBinding()
633 const MCAssembler &Asm, const MCSymbol &A, const MCSymbol &B, in isSymbolRefDifferenceFullyResolvedImpl()
645 const MCAssembler &Asm, const MCSymbol &SymA, const MCFragment &FB, in isSymbolRefDifferenceFullyResolvedImpl()
711 void MachObjectWriter::writeObject(MCAssembler &Asm, in writeObject()
H A DELFObjectWriter.cpp304 void ELFObjectWriter::writeHeader(const MCAssembler &Asm) { in writeHeader()
371 void ELFObjectWriter::executePostLayoutBinding(MCAssembler &Asm, in executePostLayoutBinding()
505 bool ELFObjectWriter::shouldRelocateWithSymbol(const MCAssembler &Asm, in shouldRelocateWithSymbol()
622 void ELFObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation()
767 MCAssembler &Asm, const MCAsmLayout &Layout, in computeSymbolTable()
1013 void ELFObjectWriter::writeSectionData(const MCAssembler &Asm, MCSection &Sec, in writeSectionData()
1082 void ELFObjectWriter::writeRelocations(const MCAssembler &Asm, in writeRelocations()
1214 void ELFObjectWriter::writeObject(MCAssembler &Asm, in writeObject()
1347 const MCAssembler &Asm, const MCSymbol &SA, const MCFragment &FB, in isSymbolRefDifferenceFullyResolvedImpl()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMachObjectWriter.cpp74 bool MachObjectWriter::isFixupKindPCRel(const MCAssembler &Asm, unsigned Kind) { in isFixupKindPCRel()
462 void MachObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation()
477 void MachObjectWriter::bindIndirectSymbols(MCAssembler &Asm) { in bindIndirectSymbols()
542 MCAssembler &Asm, std::vector<MachSymbolData> &LocalSymbolData, in computeSymbolTable()
642 void MachObjectWriter::computeSectionAddresses(const MCAssembler &Asm, in computeSectionAddresses()
657 void MachObjectWriter::executePostLayoutBinding(MCAssembler &Asm, in executePostLayoutBinding()
666 const MCAssembler &Asm, const MCSymbol &A, const MCSymbol &B, in isSymbolRefDifferenceFullyResolvedImpl()
678 const MCAssembler &Asm, const MCSymbol &SymA, const MCFragment &FB, in isSymbolRefDifferenceFullyResolvedImpl()
754 uint64_t MachObjectWriter::writeObject(MCAssembler &Asm, in writeObject()
H A DELFObjectWriter.cpp295 uint64_t writeObject(MCAssembler &Asm, const MCAsmLayout &Layout) override { in writeObject()
328 uint64_t writeObject(MCAssembler &Asm, const MCAsmLayout &Layout) override { in writeObject()
409 void ELFWriter::writeHeader(const MCAssembler &Asm) { in writeHeader()
608 MCAssembler &Asm, const MCAsmLayout &Layout, in computeSymbolTable()
843 void ELFWriter::writeSectionData(const MCAssembler &Asm, MCSection &Sec, in writeSectionData()
915 void ELFWriter::writeRelocations(const MCAssembler &Asm, in writeRelocations()
1069 uint64_t ELFWriter::writeObject(MCAssembler &Asm, const MCAsmLayout &Layout) { in writeObject()
1253 void ELFObjectWriter::executePostLayoutBinding(MCAssembler &Asm, in executePostLayoutBinding()
1314 bool ELFObjectWriter::shouldRelocateWithSymbol(const MCAssembler &Asm, in shouldRelocateWithSymbol()
1419 void ELFObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation()
[all …]
H A DWinCOFFObjectWriter.cpp593 uint32_t WinCOFFObjectWriter::writeSectionContents(MCAssembler &Asm, in writeSectionContents()
612 void WinCOFFObjectWriter::writeSection(MCAssembler &Asm, in writeSection()
661 void WinCOFFObjectWriter::executePostLayoutBinding(MCAssembler &Asm, in executePostLayoutBinding()
681 const MCAssembler &Asm, const MCSymbol &SymA, const MCFragment &FB, in isSymbolRefDifferenceFullyResolvedImpl()
696 void WinCOFFObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation()
836 void WinCOFFObjectWriter::createFileSymbols(MCAssembler &Asm) { in createFileSymbols()
892 void WinCOFFObjectWriter::assignFileOffsets(MCAssembler &Asm, in assignFileOffsets()
952 uint64_t WinCOFFObjectWriter::writeObject(MCAssembler &Asm, in writeObject()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp59 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, in recordRelocation()
103 MachObjectWriter *Writer, MCAssembler &Asm, const MCAsmLayout &Layout, in RecordX86_64Relocation()
364 const MCAssembler &Asm, in recordScatteredRelocation()
464 const MCAssembler &Asm, in recordTLVPRelocation()
504 const MCAssembler &Asm, in RecordX86Relocation()
/aosp_15_r20/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp60 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, in recordRelocation()
103 MachObjectWriter *Writer, MCAssembler &Asm, const MCAsmLayout &Layout, in RecordX86_64Relocation()
366 const MCAssembler &Asm, in recordScatteredRelocation()
466 const MCAssembler &Asm, in recordTLVPRelocation()
508 const MCAssembler &Asm, in RecordX86Relocation()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp59 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, in recordRelocation()
103 MachObjectWriter *Writer, MCAssembler &Asm, const MCAsmLayout &Layout, in RecordX86_64Relocation()
364 const MCAssembler &Asm, in recordScatteredRelocation()
464 const MCAssembler &Asm, in recordTLVPRelocation()
504 const MCAssembler &Asm, in RecordX86Relocation()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCAsmBackend.h89 virtual bool shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation()
105 virtual bool shouldInsertFixupForCodeAlign(MCAssembler &Asm, in shouldInsertFixupForCodeAlign()
111 virtual bool evaluateTargetFixup(const MCAssembler &Asm, in evaluateTargetFixup()
184 virtual void finishLayout(MCAssembler const &Asm, in finishLayout()

1234567891011