Home
last modified time | relevance | path

Searched defs:Address (Results 1 – 25 of 102) sorted by relevance

12345

/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp476 static DecodeStatus DecodeINSVE_DF(MCInst &MI, InsnType insn, uint64_t Address, in DecodeINSVE_DF()
523 uint64_t Address, in DecodeAddiGroupBranch()
562 uint64_t Address, in DecodeDaddiGroupBranch()
601 uint64_t Address, in DecodeBlezlGroupBranch()
644 uint64_t Address, in DecodeBgtzlGroupBranch()
688 uint64_t Address, in DecodeBgtzGroupBranch()
737 uint64_t Address, in DecodeBlezGroupBranch()
779 static DecodeStatus readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16()
799 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32()
835 uint64_t Address, in getInstruction()
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/Disassembler/
H A DSystemZDisassembler.cpp60 uint64_t Address, in DecodeGR32BitRegisterClass()
66 uint64_t Address, in DecodeGRH32BitRegisterClass()
72 uint64_t Address, in DecodeGR64BitRegisterClass()
78 uint64_t Address, in DecodeGR128BitRegisterClass()
84 uint64_t Address, in DecodeADDR64BitRegisterClass()
90 uint64_t Address, in DecodeFP32BitRegisterClass()
96 uint64_t Address, in DecodeFP64BitRegisterClass()
102 uint64_t Address, in DecodeFP128BitRegisterClass()
122 uint64_t Address, in decodeAccessRegOperand()
128 uint64_t Address, const void *Decoder) { in decodeU4ImmOperand()
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/Disassembler/
H A DPPCDisassembler.cpp176 uint64_t Address, in DecodeCRRCRegisterClass()
182 uint64_t Address, in DecodeCRBITRCRegisterClass()
188 uint64_t Address, in DecodeF4RCRegisterClass()
194 uint64_t Address, in DecodeF8RCRegisterClass()
200 uint64_t Address, in DecodeVRRCRegisterClass()
206 uint64_t Address, in DecodeVSRCRegisterClass()
212 uint64_t Address, in DecodeVSFRCRegisterClass()
218 uint64_t Address, in DecodeGPRCRegisterClass()
224 uint64_t Address, in DecodeGPRC_NOR0RegisterClass()
230 uint64_t Address, in DecodeG8RCRegisterClass()
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp111 uint64_t Address, in DecodeIntRegsRegisterClass()
122 uint64_t Address, in DecodeI64RegsRegisterClass()
134 uint64_t Address, in DecodeFPRegsRegisterClass()
146 uint64_t Address, in DecodeDFPRegsRegisterClass()
158 uint64_t Address, in DecodeQFPRegsRegisterClass()
171 uint64_t Address, in DecodeFCCRegsRegisterClass()
210 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32()
227 uint64_t Address, in getInstruction()
253 static DecodeStatus DecodeMem(MCInst &MI, unsigned insn, uint64_t Address, in DecodeMem()
295 static DecodeStatus DecodeLoadInt(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadInt()
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp45 static bool readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16()
57 static bool readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32()
201 uint64_t Address, in DecodeGRRegsRegisterClass()
213 uint64_t Address, in DecodeRRegsRegisterClass()
224 uint64_t Address, const void *Decoder) { in DecodeBitpOperand()
235 uint64_t Address, const void *Decoder) { in DecodeNegImmOperand()
275 Decode2OpInstructionFail(MCInst &Inst, unsigned Insn, uint64_t Address, in Decode2OpInstructionFail()
345 Decode2RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in Decode2RInstruction()
358 Decode2RImmInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in Decode2RImmInstruction()
371 DecodeR2RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeR2RInstruction()
[all …]
/minix3/external/bsd/llvm/dist/llvm/tools/lli/
H A DRemoteTarget.cpp32 uint64_t &Address) { in allocateSpace()
46 bool RemoteTarget::loadData(uint64_t Address, const void *Data, size_t Size) { in loadData()
51 bool RemoteTarget::loadCode(uint64_t Address, const void *Data, size_t Size) { in loadCode()
58 bool RemoteTarget::executeCode(uint64_t Address, int &RetVal) { in executeCode()
H A DRemoteTargetExternal.cpp32 uint64_t &Address) { in allocateSpace()
52 bool RemoteTargetExternal::loadData(uint64_t Address, const void *Data, size_t Size) { in loadData()
76 bool RemoteTargetExternal::loadCode(uint64_t Address, const void *Data, size_t Size) { in loadCode()
100 bool RemoteTargetExternal::executeCode(uint64_t Address, int32_t &RetVal) { in executeCode()
H A DRemoteTarget.h51 bool isAllocatedMemory(uint64_t Address, uint32_t Size) { in isAllocatedMemory()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp408 uint64_t Address, raw_ostream &OS, in checkDecodedInstruction()
430 uint64_t Address, raw_ostream &OS, in getInstruction()
545 static bool tryAddingSymbolicOperand(uint64_t Address, int32_t Value, in tryAddingSymbolicOperand()
563 static void tryAddingPcLoadReferenceComment(uint64_t Address, int Value, in tryAddingPcLoadReferenceComment()
694 uint64_t Address, in getInstruction()
888 uint64_t Address, const void *Decoder) { in DecodeGPRRegisterClass()
899 uint64_t Address, const void *Decoder) { in DecodeGPRnopcRegisterClass()
912 uint64_t Address, const void *Decoder) { in DecodeGPRwithAPSRRegisterClass()
926 uint64_t Address, const void *Decoder) { in DecodetGPRRegisterClass()
938 uint64_t Address, const void *Decoder) { in DecodeGPRPairRegisterClass()
[all …]
/minix3/minix/drivers/power/acpi/executer/
H A Dexregion.c74 ACPI_PHYSICAL_ADDRESS Address, in AcpiExSystemMemorySpaceHandler()
326 ACPI_PHYSICAL_ADDRESS Address, in AcpiExSystemIoSpaceHandler()
391 ACPI_PHYSICAL_ADDRESS Address, in AcpiExPciConfigSpaceHandler()
471 ACPI_PHYSICAL_ADDRESS Address, in AcpiExCmosSpaceHandler()
508 ACPI_PHYSICAL_ADDRESS Address, in AcpiExPciBarSpaceHandler()
545 ACPI_PHYSICAL_ADDRESS Address, in AcpiExDataTableSpaceHandler()
/minix3/minix/drivers/power/acpi/hardware/
H A Dhwvalid.c131 ACPI_IO_ADDRESS Address, in AcpiHwValidateIoRequest()
237 ACPI_IO_ADDRESS Address, in AcpiHwReadPort()
312 ACPI_IO_ADDRESS Address, in AcpiHwWritePort()
H A Dhwregs.c91 UINT64 *Address) in AcpiHwValidateRegister()
172 UINT64 Address; in AcpiHwRead() local
238 UINT64 Address; in AcpiHwWrite() local
H A Dhwxface.c145 UINT64 Address; in ACPI_EXPORT_SYMBOL() local
244 UINT64 Address; in ACPI_EXPORT_SYMBOL() local
/minix3/minix/drivers/power/acpi/tables/
H A Dtbinstal.c180 ACPI_PHYSICAL_ADDRESS Address, in AcpiTbInstallFixedTable()
252 ACPI_PHYSICAL_ADDRESS Address, in AcpiTbInstallStandardTable()
422 ACPI_PHYSICAL_ADDRESS Address; in AcpiTbOverrideTable() local
504 ACPI_PHYSICAL_ADDRESS Address, in AcpiTbStoreTable()
H A Dtbprint.c141 ACPI_PHYSICAL_ADDRESS Address, in AcpiTbPrintTableHeader()
H A Dtbdata.c71 ACPI_PHYSICAL_ADDRESS Address, in AcpiTbInitTableDescriptor()
205 ACPI_PHYSICAL_ADDRESS Address, in AcpiTbAcquireTempTable()
H A Dtbxfload.c228 ACPI_PHYSICAL_ADDRESS Address, in AcpiInstallTable()
/minix3/external/bsd/llvm/dist/clang/test/Modules/Inputs/PR20399/
H A DSecondHeader.h7 struct Address {}; struct
/minix3/minix/drivers/power/acpi/utilities/
H A Dutaddress.c80 ACPI_PHYSICAL_ADDRESS Address, in AcpiUtAddAddressRange()
222 ACPI_PHYSICAL_ADDRESS Address, in AcpiUtCheckAddressRange()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.h98 llvm::Value *Address) const { in initDwarfEHRegSizeTable()
108 llvm::Value *Address) const { in decodeReturnAddress()
118 llvm::Value *Address) const { in encodeReturnAddress()
/minix3/external/bsd/llvm/dist/llvm/lib/DebugInfo/
H A DSyntaxHighlighting.h20 enum HighlightColor { Address, String, Tag, Attribute, Enumerator }; enumerator
H A DDWARFContext.cpp375 DWARFCompileUnit *DWARFContext::getCompileUnitForAddress(uint64_t Address) { in getCompileUnitForAddress()
382 static bool getFunctionNameForAddress(DWARFCompileUnit *CU, uint64_t Address, in getFunctionNameForAddress()
403 DILineInfo DWARFContext::getLineInfoForAddress(uint64_t Address, in getLineInfoForAddress()
420 DWARFContext::getLineInfoForAddressRange(uint64_t Address, uint64_t Size, in getLineInfoForAddressRange()
462 DWARFContext::getInliningInfoForAddress(uint64_t Address, in getInliningInfoForAddress()
653 uint64_t Address; in DWARFContextInMemory() local
/minix3/external/bsd/llvm/dist/llvm/lib/MC/MCDisassembler/
H A DMCExternalSymbolizer.cpp34 uint64_t Address, in tryAddingSymbolicOperand()
155 uint64_t Address) { in tryAddingPcLoadReferenceComment()
H A DMCDisassembler.cpp20 uint64_t Address, bool IsBranch, in tryAddingSymbolicOperand()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp77 uint64_t Address; member
101 uint64_t Address; member
121 uint64_t Address; member
306 uint64_t Address) { in mustRelaxBranch()

12345