Home
last modified time | relevance | path

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

12345678910>>...53

/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp83 uint64_t Address,
87 uint64_t Address,
91 uint64_t Address,
99 uint64_t Address,
107 uint64_t Address,
127 uint64_t Address,
197 uint64_t Address, in DecodeBitpOperand() argument
394 DecodeBitpOperand(Inst, Op2, Address, Decoder); in DecodeRUSBitpInstruction()
408 DecodeBitpOperand(Inst, Op2, Address, Decoder); in DecodeRUSSrcDstBitpInstruction()
558 DecodeBitpOperand(Inst, Op3, Address, Decoder); in Decode2RUSBitpInstruction()
[all …]
/freebsd/sys/contrib/dev/acpica/components/resources/
H A Drsaddr.c340 AML_OFFSET (Address.Flags),
344 AML_OFFSET (Address.Flags),
348 AML_OFFSET (Address.Flags),
352 AML_OFFSET (Address.Flags),
437 AML_RESOURCE_ADDRESS Address; in AcpiRsGetAddressCommon() local
438 memcpy(&Address, Aml, sizeof(Address)); in AcpiRsGetAddressCommon()
443 if ((Address.ResourceType > 2) && in AcpiRsGetAddressCommon()
444 (Address.ResourceType < 0xC0)) in AcpiRsGetAddressCommon()
470 Resource->Data.Address.Info.TypeSpecific = in AcpiRsGetAddressCommon()
471 Address.SpecificFlags; in AcpiRsGetAddressCommon()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp2829 tryAddingPcLoadReferenceComment(Address, Address + imm + 8, Decoder); in DecodeAddrModeImm12Operand()
2902 if (!tryAddingSymbolicOperand(Address, Address + imm32 + 4, in DecodeT2BInstruction()
2920 if (!tryAddingSymbolicOperand(Address, Address + SignExtend32<26>(imm) + 8, in DecodeBranchImmInstruction()
2926 if (!tryAddingSymbolicOperand(Address, Address + SignExtend32<26>(imm) + 8, in DecodeBranchImmInstruction()
3969 if (!tryAddingSymbolicOperand(Address, Address + SignExtend32<21>(Val) + 4, in DecodeT2BROperand()
3978 if (!tryAddingSymbolicOperand(Address, Address + (Val<<1) + 4, in DecodeThumbCmpBROperand()
4021 tryAddingPcLoadReferenceComment(Address, (Address & ~2u) + imm + 4, Decoder); in DecodeThumbAddrModePC()
4923 if (!tryAddingSymbolicOperand(Address, Address + SignExtend32<9>(Val<<1) + 4, in DecodeThumbBCCTargetOperand()
4947 if (!tryAddingSymbolicOperand(Address, Address + imm32 + 4, in DecodeThumbBLTargetOperand()
6298 if (!tryAddingSymbolicOperand(Address, Address + DecVal + 4, true, 4, Inst, in DecodeBFLabelOperand()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/Disassembler/
H A DSystemZDisassembler.cpp198 uint64_t Address, in decodeU1ImmOperand() argument
204 uint64_t Address, in decodeU2ImmOperand() argument
210 uint64_t Address, in decodeU3ImmOperand() argument
216 uint64_t Address, in decodeU4ImmOperand() argument
222 uint64_t Address, in decodeU8ImmOperand() argument
228 uint64_t Address, in decodeU12ImmOperand() argument
234 uint64_t Address, in decodeU16ImmOperand() argument
240 uint64_t Address, in decodeU32ImmOperand() argument
246 uint64_t Address, in decodeS8ImmOperand() argument
271 uint64_t Address, in decodeLenOperand() argument
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_x86_64.cpp147 const uint64_t Address = Sled.address(); in patchFunctionEntry() local
153 reinterpret_cast<void *>(Address)); in patchFunctionEntry()
157 *reinterpret_cast<uint32_t *>(Address + 2) = FuncId; in patchFunctionEntry()
194 const uint64_t Address = Sled.address(); in patchFunctionExit() local
200 reinterpret_cast<void *>(Address)); in patchFunctionExit()
204 *reinterpret_cast<uint32_t *>(Address + 2) = FuncId; in patchFunctionExit()
223 const uint64_t Address = Sled.address(); in patchFunctionTailExit() local
226 (static_cast<int64_t>(Address) + 11); in patchFunctionTailExit()
230 reinterpret_cast<void *>(Address)); in patchFunctionTailExit()
264 const uint64_t Address = Sled.address(); in patchCustomEvent() local
[all …]
H A Dxray_mips64.cpp92 uint32_t *Address = reinterpret_cast<uint32_t *>(Sled.address()); in patchSled() local
104 Address[2] = encodeInstruction(PatchOpcodes::PO_SD, RegNum::RN_SP, in patchSled()
106 Address[3] = encodeInstruction(PatchOpcodes::PO_SD, RegNum::RN_SP, in patchSled()
110 Address[5] = encodeInstruction(PatchOpcodes::PO_ORI, RegNum::RN_T9, in patchSled()
112 Address[6] = encodeSpecialInstruction(PatchOpcodes::PO_DSLL, 0x0, in patchSled()
114 Address[7] = encodeInstruction(PatchOpcodes::PO_ORI, RegNum::RN_T9, in patchSled()
116 Address[8] = encodeSpecialInstruction(PatchOpcodes::PO_DSLL, 0x0, in patchSled()
118 Address[9] = encodeInstruction(PatchOpcodes::PO_ORI, RegNum::RN_T9, in patchSled()
126 Address[13] = encodeInstruction(PatchOpcodes::PO_LD, RegNum::RN_SP, in patchSled()
128 Address[14] = encodeInstruction(PatchOpcodes::PO_LD, RegNum::RN_SP, in patchSled()
[all …]
H A Dxray_loongarch64.cpp77 uint32_t *Address = reinterpret_cast<uint32_t *>(Sled.address()); in patchSled() local
88 Address[1] = encodeInstruction2RIx(0x29c00000, RegNum::RN_RA, RegNum::RN_SP, in patchSled()
90 Address[2] = encodeInstruction1RI20( in patchSled()
93 Address[3] = encodeInstruction2RIx( in patchSled()
96 Address[4] = encodeInstruction1RI20( in patchSled()
99 Address[5] = encodeInstruction2RIx( in patchSled()
102 Address[6] = in patchSled()
105 Address[7] = in patchSled()
112 Address[10] = encodeInstruction2RIx( in patchSled()
117 reinterpret_cast<std::atomic<uint32_t> *>(Address), CreateStackSpace, in patchSled()
[all …]
/freebsd/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 …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddress.h62 class Address {
122 Address() = default;
130 Address(const Address &rhs) in Address() function
175 const Address &operator=(const Address &rhs);
198 static int CompareFileAddress(const Address &lhs, const Address &rhs);
200 static int CompareLoadAddress(const Address &lhs, const Address &rhs,
211 bool operator()(const Address &a, const Address &b) const { in operator()
535 bool operator<(const Address &lhs, const Address &rhs);
536 bool operator>(const Address &lhs, const Address &rhs);
537 bool operator==(const Address &lhs, const Address &rhs);
[all …]
H A DAddressRange.h76 AddressRange(const Address &so_addr, lldb::addr_t byte_size);
97 bool Contains(const Address &so_addr) const;
120 bool ContainsFileAddress(const Address &so_addr) const;
144 bool ContainsLoadAddress(const Address &so_addr, Target *target) const;
190 Dump(Stream *s, Target *target, Address::DumpStyle style,
191 Address::DumpStyle fallback_style = Address::DumpStyleInvalid) const;
209 Address &GetBaseAddress() { return m_base_addr; } in GetBaseAddress()
215 const Address &GetBaseAddress() const { return m_base_addr; } in GetBaseAddress()
241 Address m_base_addr; ///< The section offset base address of this range.
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DAddress.h29 class Address {
35 Address(std::nullptr_t) : ElementType(nullptr) {} in Address() function
46 static Address invalid() { return Address(nullptr); } in invalid()
85 Address withPointer(llvm::Value *NewPointer, in withPointer()
93 Address withAlignment(CharUnits NewAlignment) const { in withAlignment()
100 Address withElementType(llvm::Type *ElemTy) const { in withElementType()
111 Address setKnownNonNull() { in setKnownNonNull()
120 class ConstantAddress : public Address {
126 : Address(pointer, elementType, alignment) {} in ConstantAddress()
140 static bool isaImpl(Address addr) { in isaImpl()
[all …]
H A DCGBuilder.h149 Address CreateAddrSpaceCast(Address Addr, llvm::Type *Ty,
172 Address CreateStructGEP(Address Addr, unsigned Index,
179 return Address(
193 Address CreateConstArrayGEP(Address Addr, uint64_t Index,
200 return Address(
213 Address CreateConstInBoundsGEP(Address Addr, uint64_t Index,
230 Address CreateConstGEP(Address Addr, uint64_t Index,
246 Address CreateGEP(Address Addr, llvm::Value *Index,
252 return Address(
268 Address CreateConstByteGEP(Address Addr, CharUnits Offset,
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp38 Result.FunctionName = getFunctionName(Address.Address, Specifier.FNKind); in getLineInfoForAddress()
42 Session->findSymbolByAddress(Address.Address, PDB_SymType::None); in getLineInfoForAddress()
51 auto LineNumbers = Session->findLineNumbersByAddress(Address.Address, Length); in getLineInfoForAddress()
82 auto LineNumbers = Session->findLineNumbersByAddress(Address.Address, Size); in getLineInfoForAddressRange()
98 DILineInfo CurrentLine = getLineInfoForAddress(Address, Specifier); in getInliningInfoForAddress()
102 Session->findSymbolByAddress(Address.Address, PDB_SymType::Function); in getInliningInfoForAddress()
108 auto Frames = ParentFunc->findInlineFramesByVA(Address.Address); in getInliningInfoForAddress()
116 auto LineNumbers = Frame->findInlineeLinesByVA(Address.Address, Length); in getInliningInfoForAddress()
139 PDBContext::getLocalsForAddress(object::SectionedAddress Address) { in getLocalsForAddress() argument
143 std::string PDBContext::getFunctionName(uint64_t Address, in getFunctionName() argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp260 uint64_t Address,
264 uint64_t Address,
271 uint64_t Address,
278 uint64_t Address,
282 uint64_t Address,
298 uint64_t Address,
313 uint64_t Address,
339 uint64_t Address,
1263 Address, this, STI); in getInstruction()
1272 Address, this, STI); in getInstruction()
[all …]
/freebsd/sys/contrib/dev/acpica/components/executer/
H A Dexregion.c182 ACPI_PHYSICAL_ADDRESS Address, in AcpiExSystemMemorySpaceHandler() argument
268 if (Address < Mm->PhysicalAddress) in AcpiExSystemMemorySpaceHandler()
299 ((MemInfo->Address + MemInfo->Length) - Address); in AcpiExSystemMemorySpaceHandler()
313 (ACPI_ROUND_UP (Address, ACPI_DEFAULT_PAGE_SIZE) - Address); in AcpiExSystemMemorySpaceHandler()
339 Mm->PhysicalAddress = Address; in AcpiExSystemMemorySpaceHandler()
469 ACPI_PHYSICAL_ADDRESS Address, in AcpiExSystemIoSpaceHandler() argument
534 ACPI_PHYSICAL_ADDRESS Address, in AcpiExPciConfigSpaceHandler() argument
561 PciRegister = (UINT16) (UINT32) Address; in AcpiExPciConfigSpaceHandler()
615 ACPI_PHYSICAL_ADDRESS Address, in AcpiExCmosSpaceHandler() argument
652 ACPI_PHYSICAL_ADDRESS Address, in AcpiExPciBarSpaceHandler() argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/Disassembler/
H A DRISCVDisassembler.cpp259 uint64_t Address, in decodeVMaskReg() argument
272 int64_t Address, in decodeUImmOperand() argument
290 int64_t Address, in decodeSImmOperand() argument
431 DecodeGPRRegisterClass(Inst, Rd, Address, Decoder); in decodeRVCInstrRdRs2()
432 DecodeGPRRegisterClass(Inst, Rs2, Address, Decoder); in decodeRVCInstrRdRs2()
441 DecodeGPRRegisterClass(Inst, Rd, Address, Decoder); in decodeRVCInstrRdRs1Rs2()
443 DecodeGPRRegisterClass(Inst, Rs2, Address, Decoder); in decodeRVCInstrRdRs1Rs2()
454 DecodeGPRRegisterClass(Inst, Rd1, Address, Decoder); in decodeXTHeadMemPair()
455 DecodeGPRRegisterClass(Inst, Rd2, Address, Decoder); in decodeXTHeadMemPair()
456 DecodeGPRRegisterClass(Inst, Rs1, Address, Decoder); in decodeXTHeadMemPair()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/Disassembler/
H A DM68kDisassembler.cpp51 uint64_t Address, in DecodeDR32RegisterClass() argument
53 return DecodeRegisterClass(Inst, RegNo, Address, Decoder); in DecodeDR32RegisterClass()
57 uint64_t Address, in DecodeDR16RegisterClass() argument
59 return DecodeRegisterClass(Inst, RegNo, Address, Decoder); in DecodeDR16RegisterClass()
63 uint64_t Address, in DecodeDR8RegisterClass() argument
65 return DecodeRegisterClass(Inst, RegNo, Address, Decoder); in DecodeDR8RegisterClass()
69 uint64_t Address, in DecodeAR32RegisterClass() argument
75 uint64_t Address, in DecodeAR16RegisterClass() argument
81 uint64_t Address, in DecodeXR32RegisterClass() argument
83 return DecodeRegisterClass(Inst, RegNo, Address, Decoder); in DecodeXR32RegisterClass()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/Disassembler/
H A DAVRDisassembler.cpp102 uint64_t Address,
112 uint64_t Address,
116 uint64_t Address,
123 uint64_t Address,
133 uint64_t Address,
137 uint64_t Address,
178 uint64_t Address, in decodeCallTarget() argument
204 uint64_t Address, in decodeFFMULRdRr() argument
218 uint64_t Address, in decodeFMOVWRdRr() argument
248 uint64_t Address, in decodeFMUL2RdRr() argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/Disassembler/
H A DARCDisassembler.cpp97 uint64_t Address,
174 DecodeGPR32RegisterClass(Inst, R, Address, Dec); in DecodeMEMrs9()
190 uint64_t NextAddress = Address + Offset; in DecodeSymbolicOperandOff()
198 uint64_t Address, in DecodeBranchTargetS() argument
239 DecodeGPR32RegisterClass(Inst, SrcC, Address, Decoder); in DecodeStLImmInstruction()
257 DecodeGPR32RegisterClass(Inst, DstA, Address, Decoder); in DecodeLdLImmInstruction()
270 DecodeGPR32RegisterClass(Inst, DstA, Address, Decoder); in DecodeLdRLImmInstruction()
272 DecodeGPR32RegisterClass(Inst, SrcB, Address, Decoder); in DecodeLdRLImmInstruction()
313 DecodeGPR32RegisterClass(Inst, DstB, Address, Decoder); in DecodeCCRU6Instruction()
323 uint64_t Address, in DecodeSOPwithRU6() argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/Disassembler/
H A DVEDisassembler.cpp378 status = DecodeSX(MI, sx, Address, Decoder); in DecodeMem()
388 status = DecodeSX(MI, sx, Address, Decoder); in DecodeMem()
402 status = DecodeSX(MI, sx, Address, Decoder); in DecodeMemAS()
407 status = DecodeAS(MI, insn, Address, Decoder); in DecodeMemAS()
412 status = DecodeSX(MI, sx, Address, Decoder); in DecodeMemAS()
475 status = DecodeSX(MI, sx, Address, Decoder); in DecodeCAS()
480 status = DecodeAS(MI, insn, Address, Decoder); in DecodeCAS()
486 status = DecodeSX(MI, sy, Address, Decoder); in DecodeCAS()
497 status = DecodeSX(MI, sx, Address, Decoder); in DecodeCAS()
619 return DecodeAS(MI, insn, Address, Decoder); in DecodeBranchCondition()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/Disassembler/
H A DXtensaDisassembler.cpp68 uint64_t Address, in DecodeARRegisterClass() argument
81 uint64_t Address, in DecodeSRRegisterClass() argument
129 Address, 0, 3, Inst, Decoder)) in decodeBranchOperand()
135 Address, 0, 3, Inst, Decoder)) in decodeBranchOperand()
146 SignExtend64<17>((Imm << 2) + 0x40000 + (Address & 0x3)))); in decodeL32ROperand()
158 int64_t Address, in decodeImm8_sh8Operand() argument
194 int64_t Address, in decodeShimm1_31Operand() argument
214 int64_t Address, in decodeB4constuOperand() argument
225 DecodeARRegisterClass(Inst, Imm & 0xf, Address, Decoder); in decodeMem8Operand()
233 DecodeARRegisterClass(Inst, Imm & 0xf, Address, Decoder); in decodeMem16Operand()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/Disassembler/
H A DPPCDisassembler.cpp93 uint64_t Address, in DecodeCRRCRegisterClass() argument
105 uint64_t Address, in DecodeF4RCRegisterClass() argument
214 uint64_t Address, in DecodeDMRROWRCRegisterClass() argument
249 int64_t Address, in decodeUImmOperand() argument
259 int64_t Address, in decodeSImmOperand() argument
268 int64_t Address, in decodeImmZeroOperand() argument
286 int64_t Address, in decodeDispRIXOperand() argument
315 int64_t Address, in decodeDispSPE8Operand() argument
326 int64_t Address, in decodeDispSPE4Operand() argument
337 int64_t Address, in decodeDispSPE2Operand() argument
[all …]
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DAddress.cpp235 Address::Address(lldb::addr_t abs_addr) : m_section_wp(), m_offset(abs_addr) {} in Address() function in Address
237 Address::Address(addr_t address, const SectionList *section_list) in Address() function in Address
242 const Address &Address::operator=(const Address &rhs) { in operator =()
429 Address so_addr; in Dump()
931 int Address::CompareFileAddress(const Address &a, const Address &b) { in CompareFileAddress()
941 int Address::CompareLoadAddress(const Address &a, const Address &b, in CompareLoadAddress()
953 int Address::CompareModulePointerAndOffset(const Address &a, const Address &b) { in CompareModulePointerAndOffset()
991 bool lldb_private::operator<(const Address &lhs, const Address &rhs) { in operator <()
1006 bool lldb_private::operator>(const Address &lhs, const Address &rhs) { in operator >()
1022 bool lldb_private::operator==(const Address &a, const Address &rhs) { in operator ==()
[all …]
/freebsd/sys/contrib/dev/acpica/components/tables/
H A Dtbinstal.c248 ACPI_PHYSICAL_ADDRESS Address, in AcpiTbInstallStandardTable() argument
270 ACPI_FORMAT_UINT64 (Address))); in AcpiTbInstallStandardTable()
364 ACPI_PHYSICAL_ADDRESS Address; in AcpiTbOverrideTable() local
383 &Address, &Length); in AcpiTbOverrideTable()
384 if (ACPI_SUCCESS (Status) && Address && Length) in AcpiTbOverrideTable()
386 AcpiTbAcquireTempTable (&NewTableDesc, Address, in AcpiTbOverrideTable()
410 ACPI_FORMAT_UINT64 (OldTableDesc->Address), in AcpiTbOverrideTable()
411 OverrideType, ACPI_FORMAT_UINT64 (NewTableDesc.Address))); in AcpiTbOverrideTable()
421 AcpiTbInitTableDescriptor (OldTableDesc, NewTableDesc.Address, in AcpiTbOverrideTable()
453 if (!TableDesc->Address) in AcpiTbUninstallTable()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsInstPrinter.cpp114 if (!printAliasInstr(MI, Address, STI, O) && in printInst()
115 !printAlias(*MI, Address, STI, O)) in printInst()
116 printInstruction(MI, Address, STI, O); in printInst()
167 uint64_t Target = Address + Op.getImm(); in printBranchOperand()
251 printBranchOperand(&MI, Address, OpNo, STI, OS); in printAlias()
261 printAlias(Str, MI, Address, OpNo0, STI, OS, IsBranch); in printAlias()
264 printBranchOperand(&MI, Address, OpNo1, STI, OS); in printAlias()
310 printAlias("jr", MI, Address, 1, STI, OS)) || in printAlias()
312 printAlias("jalr", MI, Address, 1, STI, OS)); in printAlias()
317 printAlias("jr", MI, Address, 1, STI, OS)) || in printAlias()
[all …]

12345678910>>...53