Home
last modified time | relevance | path

Searched refs:Address (Results 1 – 25 of 771) sorted by relevance

12345678910>>...31

/freebsd-12.1/contrib/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp94 uint64_t Address,
104 uint64_t Address,
114 uint64_t Address,
129 uint64_t Address,
139 uint64_t Address,
159 uint64_t Address,
179 uint64_t Address,
419 DecodeBitpOperand(Inst, Op2, Address, Decoder); in DecodeRUSBitpInstruction()
433 DecodeBitpOperand(Inst, Op2, Address, Decoder); in DecodeRUSSrcDstBitpInstruction()
583 DecodeBitpOperand(Inst, Op3, Address, Decoder); in Decode2RUSBitpInstruction()
[all …]
/freebsd-12.1/sys/contrib/dev/acpica/components/resources/
H A Drsaddr.c328 {ACPI_RSC_FLAGINIT, 0, AML_OFFSET (Address.Flags),
340 AML_OFFSET (Address.Flags),
344 AML_OFFSET (Address.Flags),
348 AML_OFFSET (Address.Flags),
352 AML_OFFSET (Address.Flags),
439 if ((Aml->Address.ResourceType > 2) && in AcpiRsGetAddressCommon()
440 (Aml->Address.ResourceType < 0xC0)) in AcpiRsGetAddressCommon()
466 Resource->Data.Address.Info.TypeSpecific = in AcpiRsGetAddressCommon()
467 Aml->Address.SpecificFlags; in AcpiRsGetAddressCommon()
517 Aml->Address.SpecificFlags = in AcpiRsSetAddressCommon()
[all …]
H A Drsdumpinfo.c224 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (FixedIo.Address), "Address", …
264 …{ACPI_RSD_UINT32, ACPI_RSD_OFFSET (FixedMemory32.Address), "Address", …
272 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Address16.Address.Granularity), "Granularity", …
273 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Address16.Address.Minimum), "Address Minimum", …
274 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Address16.Address.Maximum), "Address Maximum", …
275 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Address16.Address.TranslationOffset),
288 {ACPI_RSD_UINT32, ACPI_RSD_OFFSET (Address32.Address.TranslationOffset),
301 {ACPI_RSD_UINT64, ACPI_RSD_OFFSET (Address64.Address.TranslationOffset),
314 {ACPI_RSD_UINT64, ACPI_RSD_OFFSET (ExtAddress64.Address.TranslationOffset),
316 {ACPI_RSD_UINT64, ACPI_RSD_OFFSET (ExtAddress64.Address.AddressLength),
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp2208 tryAddingPcLoadReferenceComment(Address, Address + imm + 8, Decoder); in DecodeAddrModeImm12Operand()
2278 if (!tryAddingSymbolicOperand(Address, Address + imm32 + 4, in DecodeT2BInstruction()
2296 if (!tryAddingSymbolicOperand(Address, Address + SignExtend32<26>(imm) + 8, in DecodeBranchImmInstruction()
2302 if (!tryAddingSymbolicOperand(Address, Address + SignExtend32<26>(imm) + 8, in DecodeBranchImmInstruction()
3258 if (!tryAddingSymbolicOperand(Address, Address + SignExtend32<12>(Val<<1) + 4, in DecodeThumbBROperand()
3266 if (!tryAddingSymbolicOperand(Address, Address + SignExtend32<21>(Val) + 4, in DecodeT2BROperand()
3274 if (!tryAddingSymbolicOperand(Address, Address + (Val<<1) + 4, in DecodeThumbCmpBROperand()
3314 tryAddingPcLoadReferenceComment(Address, (Address & ~2u) + imm + 4, Decoder); in DecodeThumbAddrModePC()
3961 if (!tryAddingSymbolicOperand(Address, in DecodeThumbBLXOffset()
4076 if (!tryAddingSymbolicOperand(Address, Address + SignExtend32<9>(Val<<1) + 4, in DecodeThumbBCCTargetOperand()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp395 status = DecodeRD(MI, rd, Address, Decoder); in DecodeMem()
418 status = DecodeRD(MI, rd, Address, Decoder); in DecodeMem()
427 return DecodeMem(Inst, insn, Address, Decoder, true, in DecodeLoadInt()
433 return DecodeMem(Inst, insn, Address, Decoder, true, in DecodeLoadIntPair()
439 return DecodeMem(Inst, insn, Address, Decoder, true, in DecodeLoadFP()
445 return DecodeMem(Inst, insn, Address, Decoder, true, in DecodeLoadDFP()
451 return DecodeMem(Inst, insn, Address, Decoder, true, in DecodeLoadQFP()
457 return DecodeMem(Inst, insn, Address, Decoder, true, in DecodeLoadCP()
463 return DecodeMem(Inst, insn, Address, Decoder, true, in DecodeLoadCPPair()
469 return DecodeMem(Inst, insn, Address, Decoder, false, in DecodeStoreInt()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DAddress.h83 class Address {
147 Address(const Address &rhs) in Address() function
184 Address(lldb::addr_t abs_addr);
199 const Address &operator=(const Address &rhs);
227 static int CompareFileAddress(const Address &lhs, const Address &rhs);
229 static int CompareLoadAddress(const Address &lhs, const Address &rhs,
240 bool operator()(const Address &a, const Address &b) const { in operator()
566 bool operator<(const Address &lhs, const Address &rhs);
567 bool operator>(const Address &lhs, const Address &rhs);
568 bool operator==(const Address &lhs, const Address &rhs);
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBuilder.h142 Address CreateBitCast(Address Addr, llvm::Type *Ty,
149 Address CreateAddrSpaceCast(Address Addr, llvm::Type *Ty,
157 Address CreateElementBitCast(Address Addr, llvm::Type *Ty,
172 Address CreateStructGEP(Address Addr, unsigned Index, CharUnits Offset,
178 Address CreateStructGEP(Address Addr, unsigned Index,
211 Address CreateConstInBoundsGEP(Address Addr, uint64_t Index,
226 Address CreateConstGEP(Address Addr, uint64_t Index, CharUnits EltSize,
234 Address CreateConstInBoundsByteGEP(Address Addr, CharUnits Offset,
240 Address CreateConstByteGEP(Address Addr, CharUnits Offset,
248 Address CreateConstInBoundsGEP2_32(Address Addr, unsigned Idx0,
[all …]
H A DAddress.h25 class Address {
29 Address(llvm::Value *pointer, CharUnits alignment) in Address() function
35 static Address invalid() { return Address(nullptr, CharUnits()); } in invalid()
75 class ConstantAddress : public Address {
78 : Address(pointer, alignment) {} in ConstantAddress()
85 return llvm::cast<llvm::Constant>(Address::getPointer()); in getPointer()
97 static bool isaImpl(Address addr) { in isaImpl()
100 static ConstantAddress castImpl(Address addr) { in castImpl()
109 template <class U> inline U cast(CodeGen::Address addr) { in cast()
112 template <class U> inline bool isa(CodeGen::Address addr) { in isa()
H A DCodeGenFunction.h329 Address ReturnValue = Address::invalid();
524 Address NormalCleanupDest = Address::invalid();
1563 Address ReturnLocation = Address::invalid();
2455 Address GetAddressOfBaseClass(Address Value,
3096 Address PointersArray = Address::invalid();
3097 Address SizesArray = Address::invalid();
3261 Address LB = Address::invalid();
3263 Address UB = Address::invalid();
3265 Address ST = Address::invalid();
3267 Address IL = Address::invalid();
[all …]
/freebsd-12.1/sys/contrib/dev/acpica/components/hardware/
H A Dhwvalid.c162 ACPI_IO_ADDRESS Address,
239 ACPI_IO_ADDRESS Address, in AcpiHwValidateIoRequest() argument
264 LastAddress = Address + ByteWidth - 1; in AcpiHwValidateIoRequest()
277 ACPI_FORMAT_UINT64 (Address), ByteWidth)); in AcpiHwValidateIoRequest()
346 ACPI_IO_ADDRESS Address, in AcpiHwReadPort() argument
359 Address &= ACPI_UINT16_MAX; in AcpiHwReadPort()
364 Status = AcpiHwValidateIoRequest (Address, Width); in AcpiHwReadPort()
396 Address++; in AcpiHwReadPort()
421 ACPI_IO_ADDRESS Address, in AcpiHwWritePort() argument
433 Address &= ACPI_UINT16_MAX; in AcpiHwWritePort()
[all …]
H A Dhwregs.c167 UINT64 Address,
202 UINT64 Address, in AcpiHwGetAccessBitWidth() argument
290 UINT64 *Address) in AcpiHwValidateRegister() argument
308 ACPI_MOVE_64_TO_64 (Address, &Reg->Address); in AcpiHwValidateRegister()
309 if (!(*Address)) in AcpiHwValidateRegister()
371 UINT64 Address; in AcpiHwRead() local
386 Status = AcpiHwValidateRegister (Reg, 64, &Address); in AcpiHwRead()
469 UINT64 Address; in AcpiHwWrite() local
660 if (AcpiGbl_FADT.XPm1bControlBlock.Address) in AcpiHwWritePm1Control()
936 if (RegisterB->Address) in AcpiHwReadMultiple()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp272 uint64_t Address,
277 uint64_t Address,
305 uint64_t Address,
357 uint64_t Address,
1524 uint64_t Address, in DecodeMem() argument
1585 uint64_t Address, in DecodeCacheOp() argument
1653 uint64_t Address, in DecodeSyncI() argument
1931 uint64_t Address, in DecodeFMem() argument
2286 uint64_t Address, in DecodeBranchTarget26MM() argument
2532 uint64_t Address, in DecodeBgtzGroupBranchMMR6() argument
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/Disassembler/
H A DSystemZDisassembler.cpp94 uint64_t Address, in DecodeGR32BitRegisterClass() argument
100 uint64_t Address, in DecodeGRH32BitRegisterClass() argument
106 uint64_t Address, in DecodeGR64BitRegisterClass() argument
124 uint64_t Address, in DecodeFP32BitRegisterClass() argument
130 uint64_t Address, in DecodeFP64BitRegisterClass() argument
142 uint64_t Address, in DecodeVR32BitRegisterClass() argument
148 uint64_t Address, in DecodeVR64BitRegisterClass() argument
160 uint64_t Address, in DecodeAR32BitRegisterClass() argument
249 uint64_t Address, in decodePCDBLOperand() argument
253 uint64_t Value = SignExtend64<N>(Imm) * 2 + Address; in decodePCDBLOperand()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/ARC/Disassembler/
H A DARCDisassembler.cpp88 uint64_t Address = 0,
93 uint64_t Address = 0,
164 DecodeGPR32RegisterClass(Inst, R, Address, Dec); in DecodeMEMrs9()
181 uint64_t nextAddress = Address + Offset; in DecodeSymbolicOperandOff()
229 DecodeGPR32RegisterClass(Inst, SrcC, Address, Decoder); in DecodeStLImmInstruction()
247 DecodeGPR32RegisterClass(Inst, DstA, Address, Decoder); in DecodeLdLImmInstruction()
260 DecodeGPR32RegisterClass(Inst, DstA, Address, Decoder); in DecodeLdRLImmInstruction()
262 DecodeGPR32RegisterClass(Inst, SrcB, Address, Decoder); in DecodeLdRLImmInstruction()
320 if (!readInstruction64(Bytes, Address, Size, Insn64)) in getInstruction()
331 if (!readInstruction32(Bytes, Address, Size, Insn32)) { in getInstruction()
[all …]
/freebsd-12.1/sys/contrib/dev/acpica/components/executer/
H A Dexregion.c182 ACPI_PHYSICAL_ADDRESS Address, in AcpiExSystemMemorySpaceHandler() argument
251 (((UINT64) Address + Length) > in AcpiExSystemMemorySpaceHandler()
273 ((MemInfo->Address + MemInfo->Length) - Address); in AcpiExSystemMemorySpaceHandler()
287 (ACPI_ROUND_UP (Address, ACPI_DEFAULT_PAGE_SIZE) - Address); in AcpiExSystemMemorySpaceHandler()
312 MemInfo->MappedPhysicalAddress = Address; in AcpiExSystemMemorySpaceHandler()
433 ACPI_PHYSICAL_ADDRESS Address, in AcpiExSystemIoSpaceHandler() argument
498 ACPI_PHYSICAL_ADDRESS Address, in AcpiExPciConfigSpaceHandler() argument
525 PciRegister = (UINT16) (UINT32) Address; in AcpiExPciConfigSpaceHandler()
579 ACPI_PHYSICAL_ADDRESS Address, in AcpiExCmosSpaceHandler() argument
616 ACPI_PHYSICAL_ADDRESS Address, in AcpiExPciBarSpaceHandler() argument
[all …]
/freebsd-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_x86_64.cc155 (static_cast<int64_t>(Sled.Address) + 11); in patchFunctionEntry()
158 Trampoline, reinterpret_cast<void *>(Sled.Address)); in patchFunctionEntry()
162 *reinterpret_cast<uint32_t *>(Sled.Address + 2) = FuncId; in patchFunctionEntry()
163 *reinterpret_cast<uint8_t *>(Sled.Address + 6) = CallOpCode; in patchFunctionEntry()
164 *reinterpret_cast<uint32_t *>(Sled.Address + 7) = TrampolineOffset; in patchFunctionEntry()
200 (static_cast<int64_t>(Sled.Address) + 11); in patchFunctionExit()
207 *reinterpret_cast<uint32_t *>(Sled.Address + 2) = FuncId; in patchFunctionExit()
208 *reinterpret_cast<uint8_t *>(Sled.Address + 6) = JmpOpCode; in patchFunctionExit()
228 (static_cast<int64_t>(Sled.Address) + 11); in patchFunctionTailExit()
235 *reinterpret_cast<uint32_t *>(Sled.Address + 2) = FuncId; in patchFunctionTailExit()
[all …]
H A Dxray_mips64.cc104 *reinterpret_cast<uint32_t *>(Sled.Address + 8) = encodeInstruction( in patchSled()
106 *reinterpret_cast<uint32_t *>(Sled.Address + 12) = encodeInstruction( in patchSled()
108 *reinterpret_cast<uint32_t *>(Sled.Address + 16) = encodeInstruction( in patchSled()
110 *reinterpret_cast<uint32_t *>(Sled.Address + 20) = in patchSled()
115 *reinterpret_cast<uint32_t *>(Sled.Address + 28) = encodeInstruction( in patchSled()
119 *reinterpret_cast<uint32_t *>(Sled.Address + 36) = encodeInstruction( in patchSled()
121 *reinterpret_cast<uint32_t *>(Sled.Address + 40) = encodeInstruction( in patchSled()
125 *reinterpret_cast<uint32_t *>(Sled.Address + 48) = encodeInstruction( in patchSled()
127 *reinterpret_cast<uint32_t *>(Sled.Address + 52) = encodeInstruction( in patchSled()
136 reinterpret_cast<std::atomic<uint32_t> *>(Sled.Address), in patchSled()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DAddress.cpp233 Address::Address(lldb::addr_t abs_addr) : m_section_wp(), m_offset(abs_addr) {} in Address() function in Address
235 Address::Address(addr_t address, const SectionList *section_list) in Address() function in Address
240 const Address &Address::operator=(const Address &rhs) { in operator =()
394 Address so_addr; in Dump()
883 int Address::CompareFileAddress(const Address &a, const Address &b) { in CompareFileAddress()
893 int Address::CompareLoadAddress(const Address &a, const Address &b, in CompareLoadAddress()
905 int Address::CompareModulePointerAndOffset(const Address &a, const Address &b) { in CompareModulePointerAndOffset()
945 bool lldb_private::operator<(const Address &lhs, const Address &rhs) { in operator <()
960 bool lldb_private::operator>(const Address &lhs, const Address &rhs) { in operator >()
976 bool lldb_private::operator==(const Address &a, const Address &rhs) { in operator ==()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/Disassembler/
H A DPPCDisassembler.cpp84 uint64_t Address, in DecodeCRRCRegisterClass() argument
90 uint64_t Address, in DecodeCRRC0RegisterClass() argument
96 uint64_t Address, in DecodeCRBITRCRegisterClass() argument
102 uint64_t Address, in DecodeF4RCRegisterClass() argument
108 uint64_t Address, in DecodeF8RCRegisterClass() argument
114 uint64_t Address, in DecodeVFRCRegisterClass() argument
120 uint64_t Address, in DecodeVRRCRegisterClass() argument
126 uint64_t Address, in DecodeVSRCRegisterClass() argument
132 uint64_t Address, in DecodeVSFRCRegisterClass() argument
138 uint64_t Address, in DecodeVSSRCRegisterClass() argument
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/Disassembler/
H A DRISCVDisassembler.cpp71 uint64_t Address, in DecodeGPRRegisterClass() argument
96 uint64_t Address, in DecodeFPR32RegisterClass() argument
197 DecodeGPRRegisterClass(Inst, 2, Address, Decoder); in addImplySP()
200 DecodeGPRRegisterClass(Inst, 2, Address, Decoder); in addImplySP()
201 DecodeGPRRegisterClass(Inst, 2, Address, Decoder); in addImplySP()
209 addImplySP(Inst, Address, Decoder); in decodeUImmOperand()
220 return decodeUImmOperand<N>(Inst, Imm, Address, Decoder); in decodeUImmNonZeroOperand()
227 addImplySP(Inst, Address, Decoder); in decodeSImmOperand()
239 return decodeSImmOperand<N>(Inst, Imm, Address, Decoder); in decodeSImmNonZeroOperand()
255 int64_t Address, in decodeCLUIImmOperand() argument
[all …]
/freebsd-12.1/sys/contrib/dev/acpica/components/tables/
H A Dtbinstal.c246 ACPI_PHYSICAL_ADDRESS Address, in AcpiTbInstallStandardTable() argument
267 ACPI_FORMAT_UINT64 (Address))); in AcpiTbInstallStandardTable()
361 ACPI_PHYSICAL_ADDRESS Address; in AcpiTbOverrideTable() local
380 &Address, &Length); in AcpiTbOverrideTable()
381 if (ACPI_SUCCESS (Status) && Address && Length) in AcpiTbOverrideTable()
383 AcpiTbAcquireTempTable (&NewTableDesc, Address, in AcpiTbOverrideTable()
407 ACPI_FORMAT_UINT64 (OldTableDesc->Address), in AcpiTbOverrideTable()
408 OverrideType, ACPI_FORMAT_UINT64 (NewTableDesc.Address))); in AcpiTbOverrideTable()
450 if (!TableDesc->Address) in AcpiTbUninstallTable()
460 ACPI_FREE (ACPI_PHYSADDR_TO_PTR (TableDesc->Address)); in AcpiTbUninstallTable()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp83 uint64_t Address = 0; member
106 uint64_t Address = 0; member
125 uint64_t Address = 0; member
192 Position.Address = (Position.Address + AlignMask) & ~AlignMask; in skipNonTerminators()
195 Block.Address = Position.Address; in skipNonTerminators()
207 Terminator.Address = Position.Address; in skipTerminator()
308 return Position.Address; in initMBBInfo()
319 if (Address >= Target.Address) { in mustRelaxBranch()
320 if (Address - Target.Address <= MaxBackwardRange) in mustRelaxBranch()
323 if (Target.Address - Address <= MaxForwardRange) in mustRelaxBranch()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBAddress.cpp24 SBAddress::SBAddress() : m_opaque_ap(new Address()) {} in SBAddress()
26 SBAddress::SBAddress(const Address *lldb_object_ptr) in SBAddress()
27 : m_opaque_ap(new Address()) { in SBAddress()
38 : m_opaque_ap(new Address(section.GetSP(), offset)) {} in SBAddress()
42 : m_opaque_ap(new Address()) { in SBAddress()
53 m_opaque_ap.reset(new Address()); in operator =()
71 Address &addr = ref(); in SetAddress()
80 m_opaque_ap.reset(new Address()); in SetAddress()
158 Address &SBAddress::ref() { in ref()
160 m_opaque_ap.reset(new Address()); in ref()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/Lanai/Disassembler/
H A DLanaiDisassembler.cpp50 uint64_t Address,
54 uint64_t Address, const void *Decoder);
57 uint64_t Address, const void *Decoder);
60 uint64_t Address, const void *Decoder);
66 uint64_t Address,
70 uint64_t Address, const void *Decoder);
131 MCInst &Instr, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t Address, in getInstruction() argument
209 uint64_t Address, uint64_t Offset, in tryAddingSymbolicOperand() argument
219 if (!tryAddingSymbolicOperand(Insn + Address, false, Address, 2, 23, MI, in decodeBranch()
226 uint64_t Address, const void *Decoder) { in decodeShiftImm() argument
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAranges.h25 uint32_t findAddress(uint64_t Address) const;
53 bool containsAddress(uint64_t Address) const { in containsAddress()
54 return LowPC <= Address && Address < HighPC(); in containsAddress()
67 uint64_t Address; member
71 RangeEndpoint(uint64_t Address, uint32_t CUOffset, bool IsRangeStart) in RangeEndpoint()
72 : Address(Address), CUOffset(CUOffset), IsRangeStart(IsRangeStart) {} in RangeEndpoint()
75 return Address < Other.Address;

12345678910>>...31