Searched refs:Address (Results 1 - 25 of 649) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp39 ArrayRef<uint8_t> Bytes, uint64_t Address,
44 static bool readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, argument
56 static bool readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, argument
77 uint64_t Address,
82 uint64_t Address,
86 uint64_t Address, const void *Decoder);
89 uint64_t Address, const void *Decoder);
93 uint64_t Address,
98 uint64_t Address,
103 uint64_t Address,
198 DecodeGRRegsRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
210 DecodeRRegsRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
222 DecodeBitpOperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
233 DecodeNegImmOperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
274 Decode2OpInstructionFail(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
344 Decode2RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
357 Decode2RImmInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
370 DecodeR2RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
383 Decode2RSrcDstInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
397 DecodeRUSInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
410 DecodeRUSBitpInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
423 DecodeRUSSrcDstBitpInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
437 DecodeL2OpInstructionFail(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
508 DecodeL2RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
522 DecodeLR2RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
536 Decode3RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
549 Decode3RImmInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
562 Decode2RUSInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
575 Decode2RUSBitpInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
588 DecodeL3RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
602 DecodeL3RSrcDstInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
617 DecodeL2RUSInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
631 DecodeL2RUSBitpInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
645 DecodeL6RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
665 DecodeL5RInstructionFail(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
679 DecodeL5RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
699 DecodeL4RSrcDstInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
718 DecodeL4RSrcDstSrcDstInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
738 getInstruction(MCInst &instr, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t Address, raw_ostream &cStream) const argument
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/components/resources/
H A Drsaddr.c3 * Module Name: rsaddr - Address resource descriptors (16/32/64)
182 * Address Granularity
183 * Address Range Minimum
184 * Address Range Maximum
185 * Address Translation Offset
186 * Address Length
188 {ACPI_RSC_MOVE16, ACPI_RS_OFFSET (Data.Address16.Address.Granularity),
222 * Address Granularity
223 * Address Range Minimum
224 * Address Rang
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddress.h1 //===-- Address.h -----------------------------------------------*- C++ -*-===//
32 /// \class Address Address.h "lldb/Core/Address.h"
35 /// The Address class allows addresses to be relative to a section that can
59 class Address { class in namespace:lldb_private
61 /// Dump styles allow the Address::Dump(Stream *,DumpStyle) const function
62 /// to display Address contents in a variety of ways.
119 Address() : m_section_wp(), m_offset(LLDB_INVALID_ADDRESS) {} function in class:lldb_private::Address
123 /// Makes a copy of the another Address objec
127 Address(const Address &rhs) function in class:lldb_private::Address
140 Address(const lldb::SectionSP &section_sp, lldb::addr_t offset) function in class:lldb_private::Address
[all...]
H A DAddressRange.h12 #include "lldb/Core/Address.h"
66 /// Construct with a Address object address and byte size.
76 AddressRange(const Address &so_addr, lldb::addr_t byte_size);
98 // Contains (const Address &so_addr) const;
109 // Contains (const Address *so_addr_ptr) const;
121 bool ContainsFileAddress(const Address &so_addr) const;
145 bool ContainsLoadAddress(const Address &so_addr, Target *target) const;
189 /// \see Address::DumpStyle
191 Dump(Stream *s, Target *target, Address::DumpStyle style,
192 Address
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/components/hardware/
H A Dhwvalid.c162 ACPI_IO_ADDRESS Address,
225 * PARAMETERS: Address Address of I/O port/register
239 ACPI_IO_ADDRESS Address,
264 LastAddress = Address + ByteWidth - 1;
267 "Address %8.8X%8.8X LastAddress %8.8X%8.8X Length %X",
268 ACPI_FORMAT_UINT64 (Address), ACPI_FORMAT_UINT64 (LastAddress),
277 ACPI_FORMAT_UINT64 (Address), ByteWidth));
283 if (Address > AcpiProtectedPorts[ACPI_PORT_INFO_ENTRIES - 1].End)
296 * 1) Address rang
238 AcpiHwValidateIoRequest( ACPI_IO_ADDRESS Address, UINT32 BitWidth) argument
345 AcpiHwReadPort( ACPI_IO_ADDRESS Address, UINT32 *Value, UINT32 Width) argument
420 AcpiHwWritePort( ACPI_IO_ADDRESS Address, UINT32 Value, UINT32 Width) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DAddress.h1 //===-- Address.h - An aligned address -------------------------*- C++ -*-===//
24 class Address { class in namespace:clang::CodeGen
28 Address(llvm::Value *pointer, CharUnits alignment) function in class:clang::CodeGen::Address
34 static Address invalid() { return Address(nullptr, CharUnits()); }
50 /// store it in Address instead for the convenience of writing code.
72 /// A specialization of Address that requires the address to be an
74 class ConstantAddress : public Address {
77 : Address(pointer, alignment) {}
84 return llvm::cast<llvm::Constant>(Address
[all...]
H A DCGBuilder.h14 #include "Address.h"
69 llvm::LoadInst *CreateLoad(Address Addr, const llvm::Twine &Name = "") {
74 llvm::LoadInst *CreateLoad(Address Addr, const char *Name) {
81 llvm::LoadInst *CreateLoad(Address Addr, bool IsVolatile,
107 llvm::StoreInst *CreateStore(llvm::Value *Val, Address Addr,
141 Address CreateBitCast(Address Addr, llvm::Type *Ty,
143 return Address(CreateBitCast(Addr.getPointer(), Ty, Name),
148 Address CreateAddrSpaceCast(Address Add
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCallFrameInfo.h12 #include "lldb/Core/Address.h"
20 virtual bool GetAddressRange(Address addr, AddressRange &range) = 0;
22 virtual bool GetUnwindPlan(const Address &addr, UnwindPlan &unwind_plan) = 0;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DMCDisassembler.cpp21 ArrayRef<uint8_t> Bytes, uint64_t Address,
28 uint64_t Address, bool IsBranch,
33 Inst, *CommentStream, Value, Address, IsBranch, Offset, InstSize);
38 uint64_t Address) const {
40 Symbolizer->tryAddingPcLoadReferenceComment(*CommentStream, Value, Address);
20 onSymbolStart(StringRef Name, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t Address, raw_ostream &CStream) const argument
27 tryAddingSymbolicOperand(MCInst &Inst, int64_t Value, uint64_t Address, bool IsBranch, uint64_t Offset, uint64_t InstSize) const argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAranges.h24 uint64_t findAddress(uint64_t Address) const;
62 uint64_t Address; member in struct:llvm::DWARFDebugAranges::RangeEndpoint
66 RangeEndpoint(uint64_t Address, uint64_t CUOffset, bool IsRangeStart) argument
67 : Address(Address), CUOffset(CUOffset), IsRangeStart(IsRangeStart) {}
70 return Address < Other.Address;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/Disassembler/
H A DRISCVDisassembler.cpp40 ArrayRef<uint8_t> Bytes, uint64_t Address,
60 uint64_t Address,
77 uint64_t Address,
88 uint64_t Address,
99 uint64_t Address,
110 uint64_t Address,
121 uint64_t Address,
127 return DecodeGPRRegisterClass(Inst, RegNo, Address, Decoder);
131 uint64_t Address,
137 return DecodeGPRNoX0RegisterClass(Inst, RegNo, Address, Decode
59 DecodeGPRRegisterClass(MCInst &Inst, uint64_t RegNo, uint64_t Address, const void *Decoder) argument
76 DecodeFPR32RegisterClass(MCInst &Inst, uint64_t RegNo, uint64_t Address, const void *Decoder) argument
87 DecodeFPR32CRegisterClass(MCInst &Inst, uint64_t RegNo, uint64_t Address, const void *Decoder) argument
98 DecodeFPR64RegisterClass(MCInst &Inst, uint64_t RegNo, uint64_t Address, const void *Decoder) argument
109 DecodeFPR64CRegisterClass(MCInst &Inst, uint64_t RegNo, uint64_t Address, const void *Decoder) argument
120 DecodeGPRNoX0RegisterClass(MCInst &Inst, uint64_t RegNo, uint64_t Address, const void *Decoder) argument
130 DecodeGPRNoX0X2RegisterClass(MCInst &Inst, uint64_t RegNo, uint64_t Address, const void *Decoder) argument
140 DecodeGPRCRegisterClass(MCInst &Inst, uint64_t RegNo, uint64_t Address, const void *Decoder) argument
153 addImplySP(MCInst &Inst, int64_t Address, const void *Decoder) argument
170 decodeUImmOperand(MCInst &Inst, uint64_t Imm, int64_t Address, const void *Decoder) argument
179 decodeUImmNonZeroOperand(MCInst &Inst, uint64_t Imm, int64_t Address, const void *Decoder) argument
188 decodeSImmOperand(MCInst &Inst, uint64_t Imm, int64_t Address, const void *Decoder) argument
198 decodeSImmNonZeroOperand(MCInst &Inst, uint64_t Imm, int64_t Address, const void *Decoder) argument
207 decodeSImmOperandAndLsl1(MCInst &Inst, uint64_t Imm, int64_t Address, const void *Decoder) argument
218 decodeCLUIImmOperand(MCInst &Inst, uint64_t Imm, int64_t Address, const void *Decoder) argument
229 decodeFRMArg(MCInst &Inst, uint64_t Imm, int64_t Address, const void *Decoder) argument
259 decodeRVCInstrSImm(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
269 decodeRVCInstrRdSImm(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
281 decodeRVCInstrRdRs1UImm(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
294 decodeRVCInstrRdRs2(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
303 decodeRVCInstrRdRs1Rs2(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
314 getInstruction(MCInst &MI, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t Address, raw_ostream &CS) const argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DSymbolSize.cpp18 // Orders increasingly by (SectionID, Address).
22 if (A->Address != B->Address)
23 return A->Address < B->Address ? -1 : 1;
63 uint64_t Address = Sec.getAddress(); local
66 {O.symbol_end(), Address + Size, 0, getSectionID(O, Sec)});
82 while (NextI < N && Addresses[NextI].Address == P.Address)
85 uint64_t Size = Addresses[NextI].Address
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/Disassembler/
H A DAVRDisassembler.cpp42 ArrayRef<uint8_t> Bytes, uint64_t Address,
61 uint64_t Address, const void *Decoder) {
66 uint64_t Address, const void *Decoder) {
71 uint64_t Address, const void *Decoder) {
77 static DecodeStatus readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, argument
90 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, argument
115 uint64_t Address,
123 Result = readInstruction16(Bytes, Address, Size, Insn);
129 Insn, Address, this, STI);
137 Result = readInstruction32(Bytes, Address, Siz
60 DecodeGPR8RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
65 DecodeLD8RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
70 DecodePTRREGSRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
113 getInstruction(MCInst &Instr, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t Address, raw_ostream &CStream) const argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp33 DILineInfo PDBContext::getLineInfoForAddress(object::SectionedAddress Address, argument
36 Result.FunctionName = getFunctionName(Address.Address, Specifier.FNKind);
40 Session->findSymbolByAddress(Address.Address, PDB_SymType::None);
49 auto LineNumbers = Session->findLineNumbersByAddress(Address.Address, Length);
66 PDBContext::getLineInfoForAddressRange(object::SectionedAddress Address, argument
73 auto LineNumbers = Session->findLineNumbersByAddress(Address.Address, Siz
86 getInliningInfoForAddress(object::SectionedAddress Address, DILineInfoSpecifier Specifier) argument
95 getLocalsForAddress(object::SectionedAddress Address) argument
99 getFunctionName(uint64_t Address, DINameKind NameKind) const argument
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_x86_64.cpp155 (static_cast<int64_t>(Sled.Address) + 11);
158 Trampoline, reinterpret_cast<void *>(Sled.Address));
162 *reinterpret_cast<uint32_t *>(Sled.Address + 2) = FuncId;
163 *reinterpret_cast<uint8_t *>(Sled.Address + 6) = CallOpCode;
164 *reinterpret_cast<uint32_t *>(Sled.Address + 7) = TrampolineOffset;
166 reinterpret_cast<std::atomic<uint16_t> *>(Sled.Address), MovR10Seq,
170 reinterpret_cast<std::atomic<uint16_t> *>(Sled.Address), Jmp9Seq,
200 (static_cast<int64_t>(Sled.Address) + 11);
203 __xray_FunctionExit, reinterpret_cast<void *>(Sled.Address));
207 *reinterpret_cast<uint32_t *>(Sled.Address
[all...]
H A Dxray_arm.cpp46 write32bitLoadReg(uint8_t regNo, uint32_t *Address,
51 *Address = (0xE3000000 | (uint32_t(regNo) << 12) | getMovwMask(Value));
52 Address++;
54 *Address = (0xE3400000 | (uint32_t(regNo) << 12) | getMovtMask(Value));
55 return Address + 1;
62 write32bitLoadR0(uint32_t *Address,
64 return write32bitLoadReg(0, Address, Value);
71 write32bitLoadIP(uint32_t *Address,
73 return write32bitLoadReg(12, Address, Value);
105 uint32_t *FirstAddress = reinterpret_cast<uint32_t *>(Sled.Address);
[all...]
H A Dxray_powerpc64.cpp58 *reinterpret_cast<uint64_t *>(Sled.Address) =
63 *reinterpret_cast<uint32_t *>(Sled.Address) =
66 clearCache(reinterpret_cast<void *>(Sled.Address), 8);
75 *reinterpret_cast<uint64_t *>(Sled.Address) =
80 *reinterpret_cast<uint32_t *>(Sled.Address) =
81 *(reinterpret_cast<uint32_t *>(Sled.Address) + JumpOverInstNum);
83 clearCache(reinterpret_cast<void *>(Sled.Address), 8);
/freebsd-11-stable/sys/contrib/edk2/Include/IndustryStandard/
H A DBluetooth.h28 UINT8 Address[6]; member in struct:__anon6000
/freebsd-11-stable/sys/contrib/dev/acpica/components/tables/
H A Dtbinstal.c206 NewTableDesc->Address, NewTableDesc->Flags, NewTableDesc->Pointer);
208 AcpiTbPrintTableHeader (NewTableDesc->Address, NewTableDesc->Pointer);
227 * PARAMETERS: Address - Address of the table (might be a virtual
246 ACPI_PHYSICAL_ADDRESS Address,
262 Status = AcpiTbAcquireTempTable (&NewTableDesc, Address, Flags);
267 ACPI_FORMAT_UINT64 (Address)));
281 NewTableDesc.Signature.Ascii, ACPI_FORMAT_UINT64 (Address)));
362 ACPI_PHYSICAL_ADDRESS Address; local
380 &Address,
245 AcpiTbInstallStandardTable( ACPI_PHYSICAL_ADDRESS Address, UINT8 Flags, BOOLEAN Reload, BOOLEAN Override, UINT32 *TableIndex) argument
[all...]
/freebsd-11-stable/sbin/rcorder/
H A Dsprite.h105 typedef char *Address; typedef
109 * kdbx will not interpret client data as a string. Unlike an "Address",
/freebsd-11-stable/sys/contrib/dev/acpica/components/executer/
H A Dexregion.c166 * Address - Where in the space to read or write
182 ACPI_PHYSICAL_ADDRESS Address,
238 (void) AcpiUtShortDivide ((UINT64) Address, Length, NULL, &Remainder);
247 * Is 1) Address below the current mapping? OR
248 * 2) Address beyond the current mapping?
250 if ((Address < MemInfo->MappedPhysicalAddress) ||
251 (((UINT64) Address + Length) >
273 ((MemInfo->Address + MemInfo->Length) - Address);
287 (ACPI_ROUND_UP (Address, ACPI_DEFAULT_PAGE_SIZ
180 AcpiExSystemMemorySpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
431 AcpiExSystemIoSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
496 AcpiExPciConfigSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
577 AcpiExCmosSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
614 AcpiExPciBarSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
651 AcpiExDataTableSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp38 ArrayRef<uint8_t> Bytes, uint64_t Address,
147 uint64_t Address,
158 uint64_t Address,
170 uint64_t Address,
182 uint64_t Address,
194 uint64_t Address,
208 uint64_t Address,
218 uint64_t Address,
227 uint64_t Address,
236 uint64_t Address,
145 DecodeIntRegsRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
156 DecodeI64RegsRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
168 DecodeFPRegsRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
180 DecodeDFPRegsRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
192 DecodeQFPRegsRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
206 DecodeCPRegsRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
217 DecodeFCCRegsRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
226 DecodeASRRegsRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
235 DecodePRRegsRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
244 DecodeIntPairRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
259 DecodeCPPairRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
313 readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, uint64_t &Size, uint32_t &Insn, bool IsLittleEndian) argument
331 getInstruction(MCInst &Instr, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t Address, raw_ostream &CStream) const argument
370 DecodeMem(MCInst &MI, unsigned insn, uint64_t Address, const void *Decoder, bool isLoad, DecodeFunc DecodeRD) argument
417 DecodeLoadInt(MCInst &Inst, unsigned insn, uint64_t Address, const void *Decoder) argument
423 DecodeLoadIntPair(MCInst &Inst, unsigned insn, uint64_t Address, const void *Decoder) argument
429 DecodeLoadFP(MCInst &Inst, unsigned insn, uint64_t Address, const void *Decoder) argument
435 DecodeLoadDFP(MCInst &Inst, unsigned insn, uint64_t Address, const void *Decoder) argument
441 DecodeLoadQFP(MCInst &Inst, unsigned insn, uint64_t Address, const void *Decoder) argument
447 DecodeLoadCP(MCInst &Inst, unsigned insn, uint64_t Address, const void *Decoder) argument
453 DecodeLoadCPPair(MCInst &Inst, unsigned insn, uint64_t Address, const void *Decoder) argument
459 DecodeStoreInt(MCInst &Inst, unsigned insn, uint64_t Address, const void *Decoder) argument
465 DecodeStoreIntPair(MCInst &Inst, unsigned insn, uint64_t Address, const void *Decoder) argument
471 DecodeStoreFP(MCInst &Inst, unsigned insn, uint64_t Address, const void *Decoder) argument
477 DecodeStoreDFP(MCInst &Inst, unsigned insn, uint64_t Address, const void *Decoder) argument
483 DecodeStoreQFP(MCInst &Inst, unsigned insn, uint64_t Address, const void *Decoder) argument
489 DecodeStoreCP(MCInst &Inst, unsigned insn, uint64_t Address, const void *Decoder) argument
495 DecodeStoreCPPair(MCInst &Inst, unsigned insn, uint64_t Address, const void *Decoder) argument
501 tryAddingSymbolicOperand(int64_t Value, bool isBranch, uint64_t Address, uint64_t Offset, uint64_t Width, MCInst &MI, const void *Decoder) argument
510 DecodeCall(MCInst &MI, unsigned insn, uint64_t Address, const void *Decoder) argument
520 DecodeSIMM13(MCInst &MI, unsigned insn, uint64_t Address, const void *Decoder) argument
527 DecodeJMPL(MCInst &MI, unsigned insn, uint64_t Address, const void *Decoder) argument
561 DecodeReturn(MCInst &MI, unsigned insn, uint64_t Address, const void *Decoder) argument
589 DecodeSWAP(MCInst &MI, unsigned insn, uint64_t Address, const void *Decoder) argument
629 DecodeTRAP(MCInst &MI, unsigned insn, uint64_t Address, const void *Decoder) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp74 ArrayRef<uint8_t> Bytes, uint64_t Address,
84 uint64_t Address,
89 uint64_t Address,
94 uint64_t Address,
99 uint64_t Address,
104 uint64_t Address,
109 uint64_t Address,
114 uint64_t Address,
119 uint64_t Address,
124 uint64_t Address,
411 DecodeUImmWithOffset(MCInst &Inst, unsigned Value, uint64_t Address, const void *Decoder) argument
587 DecodeINSVE_DF(MCInst &MI, InsnType insn, uint64_t Address, const void *Decoder) argument
634 DecodeDAHIDATIMMR6(MCInst &MI, InsnType insn, uint64_t Address, const void *Decoder) argument
648 DecodeDAHIDATI(MCInst &MI, InsnType insn, uint64_t Address, const void *Decoder) argument
662 DecodeAddiGroupBranch(MCInst &MI, InsnType insn, uint64_t Address, const void *Decoder) argument
701 DecodePOP35GroupBranchMMR6(MCInst &MI, InsnType insn, uint64_t Address, const void *Decoder) argument
735 DecodeDaddiGroupBranch(MCInst &MI, InsnType insn, uint64_t Address, const void *Decoder) argument
774 DecodePOP37GroupBranchMMR6(MCInst &MI, InsnType insn, uint64_t Address, const void *Decoder) argument
808 DecodePOP65GroupBranchMMR6(MCInst &MI, InsnType insn, uint64_t Address, const void *Decoder) argument
847 DecodePOP75GroupBranchMMR6(MCInst &MI, InsnType insn, uint64_t Address, const void *Decoder) argument
886 DecodeBlezlGroupBranch(MCInst &MI, InsnType insn, uint64_t Address, const void *Decoder) argument
929 DecodeBgtzlGroupBranch(MCInst &MI, InsnType insn, uint64_t Address, const void *Decoder) argument
973 DecodeBgtzGroupBranch(MCInst &MI, InsnType insn, uint64_t Address, const void *Decoder) argument
1022 DecodeBlezGroupBranch(MCInst &MI, InsnType insn, uint64_t Address, const void *Decoder) argument
1066 DecodeDEXT(MCInst &MI, InsnType Insn, uint64_t Address, const void *Decoder) argument
1108 DecodeDINS(MCInst &MI, InsnType Insn, uint64_t Address, const void *Decoder) argument
1150 DecodeCRC(MCInst &MI, InsnType Insn, uint64_t Address, const void *Decoder) argument
1165 readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, uint64_t &Size, uint32_t &Insn, bool IsBigEndian) argument
1185 readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, uint64_t &Size, uint32_t &Insn, bool IsBigEndian, bool IsMicroMips) argument
1219 getInstruction(MCInst &Instr, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t Address, raw_ostream &CStream) const argument
1395 DecodeCPU16RegsRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
1402 DecodeGPR64RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
1414 DecodeGPRMM16RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
1425 DecodeGPRMM16ZeroRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
1436 DecodeGPRMM16MovePRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
1447 DecodeGPR32RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
1458 DecodePtrRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
1468 DecodeDSPRRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
1475 DecodeFGR64RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
1487 DecodeFGR32RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
1499 DecodeCCRRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
1510 DecodeFCCRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
1521 DecodeFGRCCRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
1532 DecodeMem(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
1554 DecodeMemEVA(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
1575 DecodeLoadByte15(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
1593 DecodeCacheOp(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
1610 DecodeCacheOpMM(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
1627 DecodePrefeOpMM(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
1644 DecodeCacheeOp_CacheOpR6(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
1661 DecodeSyncI(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
1676 DecodeSyncI_MM(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
1689 DecodeSynciR6(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
1704 DecodeMSA128Mem(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
1750 DecodeMemMMImm4(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
1808 DecodeMemMMSPImm5Lsl2(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
1824 DecodeMemMMGPImm7Lsl2(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
1840 DecodeMemMMReglistImm4Lsl2(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
1865 DecodeMemMMImm9(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
1886 DecodeMemMMImm12(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
1921 DecodeMemMMImm16(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
1939 DecodeFMem(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
1957 DecodeFMemMMR2(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
1975 DecodeFMem2(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
1993 DecodeFMem3(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
2011 DecodeFMemCop2R6(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
2029 DecodeFMemCop2MMR6(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
2045 DecodeSpecial3LlSc(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
2067 DecodeHWRegsRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
2078 DecodeAFGR64RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
2090 DecodeACC64DSPRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
2102 DecodeHI32DSPRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
2114 DecodeLO32DSPRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
2126 DecodeMSA128BRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
2138 DecodeMSA128HRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
2150 DecodeMSA128WRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
2162 DecodeMSA128DRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
2174 DecodeMSACtrlRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
2186 DecodeCOP0RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
2198 DecodeCOP2RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
2210 DecodeBranchTarget(MCInst &Inst, unsigned Offset, uint64_t Address, const void *Decoder) argument
2219 DecodeBranchTarget1SImm16(MCInst &Inst, unsigned Offset, uint64_t Address, const void *Decoder) argument
2228 DecodeJumpTarget(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
2237 DecodeBranchTarget21(MCInst &Inst, unsigned Offset, uint64_t Address, const void *Decoder) argument
2247 DecodeBranchTarget21MM(MCInst &Inst, unsigned Offset, uint64_t Address, const void *Decoder) argument
2257 DecodeBranchTarget26(MCInst &Inst, unsigned Offset, uint64_t Address, const void *Decoder) argument
2267 DecodeBranchTarget7MM(MCInst &Inst, unsigned Offset, uint64_t Address, const void *Decoder) argument
2276 DecodeBranchTarget10MM(MCInst &Inst, unsigned Offset, uint64_t Address, const void *Decoder) argument
2285 DecodeBranchTargetMM(MCInst &Inst, unsigned Offset, uint64_t Address, const void *Decoder) argument
2294 DecodeBranchTarget26MM(MCInst &Inst, unsigned Offset, uint64_t Address, const void *Decoder) argument
2304 DecodeJumpTargetMM(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
2313 DecodeJumpTargetXMM(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
2322 DecodeAddiur2Simm7(MCInst &Inst, unsigned Value, uint64_t Address, const void *Decoder) argument
2335 DecodeLi16Imm(MCInst &Inst, unsigned Value, uint64_t Address, const void *Decoder) argument
2346 DecodePOOL16BEncodedField(MCInst &Inst, unsigned Value, uint64_t Address, const void *Decoder) argument
2355 DecodeUImmWithOffsetAndScale(MCInst &Inst, unsigned Value, uint64_t Address, const void *Decoder) argument
2365 DecodeSImmWithOffsetAndScale(MCInst &Inst, unsigned Value, uint64_t Address, const void *Decoder) argument
2373 DecodeInsSize(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
2386 DecodeSimm19Lsl2(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
2392 DecodeSimm18Lsl3(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
2398 DecodeSimm9SP(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
2412 DecodeANDI16Imm(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
2451 DecodeRegListOperand16(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
2475 DecodeMovePOperands(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
2501 DecodeMovePRegPair(MCInst &Inst, unsigned RegPair, uint64_t Address, const void *Decoder) argument
2543 DecodeSimm23Lsl2(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
2550 DecodeBgtzGroupBranchMMR6(MCInst &MI, InsnType insn, uint64_t Address, const void *Decoder) argument
2599 DecodeBlezGroupBranchMMR6(MCInst &MI, InsnType insn, uint64_t Address, const void *Decoder) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/Disassembler/
H A DARCDisassembler.cpp44 ArrayRef<uint8_t> Bytes, uint64_t Address,
50 static bool readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, argument
59 static bool readInstruction64(ArrayRef<uint8_t> Bytes, uint64_t Address, argument
69 static bool readInstruction48(ArrayRef<uint8_t> Bytes, uint64_t Address, argument
78 static bool readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, argument
87 uint64_t Address = 0,
92 uint64_t Address = 0,
97 uint64_t Address, const void *Decoder);
121 uint64_t Address,
134 uint64_t Address,
120 DecodeGPR32RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
133 DecodeGBR32ShortRegister(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
158 DecodeMEMrs9(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Dec) argument
168 DecodeSymbolicOperand(MCInst &Inst, uint64_t Address, uint64_t Value, const void *Decoder) argument
178 DecodeSymbolicOperandOff(MCInst &Inst, uint64_t Address, uint64_t Offset, const void *Decoder) argument
187 DecodeBranchTargetS(MCInst &Inst, unsigned InsnS, uint64_t Address, const void *Decoder) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/Disassembler/
H A DSystemZDisassembler.cpp36 ArrayRef<uint8_t> Bytes, uint64_t Address,
60 /// @param Address - The starting address of the instruction
66 /// immediate in the instruction using the Address, Offset and Width. If that
74 uint64_t Address, uint64_t Offset,
78 return Dis->tryAddingSymbolicOperand(MI, Value, Address, isBranch,
93 uint64_t Address,
99 uint64_t Address,
105 uint64_t Address,
111 uint64_t Address,
117 uint64_t Address,
73 tryAddingSymbolicOperand(int64_t Value, bool isBranch, uint64_t Address, uint64_t Offset, uint64_t Width, MCInst &MI, const void *Decoder) argument
[all...]

Completed in 247 milliseconds

1234567891011>>