| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/Disassembler/ |
| H A D | XCoreDisassembler.cpp | 93 uint64_t Address, 103 uint64_t Address, 113 uint64_t Address, 128 uint64_t Address, 138 uint64_t Address, 158 uint64_t Address, 178 uint64_t Address, 418 DecodeBitpOperand(Inst, Op2, Address, Decoder); in DecodeRUSBitpInstruction() 432 DecodeBitpOperand(Inst, Op2, Address, Decoder); in DecodeRUSSrcDstBitpInstruction() 582 DecodeBitpOperand(Inst, Op3, Address, Decoder); in Decode2RUSBitpInstruction() [all …]
|
| /freebsd-13.1/sys/contrib/dev/acpica/components/resources/ |
| H A D | rsaddr.c | 328 {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 …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
| H A D | ARMDisassembler.cpp | 2582 tryAddingPcLoadReferenceComment(Address, Address + imm + 8, Decoder); in DecodeAddrModeImm12Operand() 2652 if (!tryAddingSymbolicOperand(Address, Address + imm32 + 4, in DecodeT2BInstruction() 2670 if (!tryAddingSymbolicOperand(Address, Address + SignExtend32<26>(imm) + 8, in DecodeBranchImmInstruction() 2676 if (!tryAddingSymbolicOperand(Address, Address + SignExtend32<26>(imm) + 8, in DecodeBranchImmInstruction() 3698 if (!tryAddingSymbolicOperand(Address, Address + SignExtend32<21>(Val) + 4, in DecodeT2BROperand() 3706 if (!tryAddingSymbolicOperand(Address, Address + (Val<<1) + 4, in DecodeThumbCmpBROperand() 3746 tryAddingPcLoadReferenceComment(Address, (Address & ~2u) + imm + 4, Decoder); in DecodeThumbAddrModePC() 4629 if (!tryAddingSymbolicOperand(Address, Address + SignExtend32<9>(Val<<1) + 4, in DecodeThumbBCCTargetOperand() 4653 if (!tryAddingSymbolicOperand(Address, Address + imm32 + 4, in DecodeThumbBLTargetOperand() 5976 if (!tryAddingSymbolicOperand(Address, Address + DecVal + 4, true, 4, Inst, in DecodeBFLabelOperand() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/Disassembler/ |
| H A D | SparcDisassembler.cpp | 387 status = DecodeRD(MI, rd, Address, Decoder); in DecodeMem() 410 status = DecodeRD(MI, rd, Address, Decoder); in DecodeMem() 419 return DecodeMem(Inst, insn, Address, Decoder, true, in DecodeLoadInt() 425 return DecodeMem(Inst, insn, Address, Decoder, true, in DecodeLoadIntPair() 431 return DecodeMem(Inst, insn, Address, Decoder, true, in DecodeLoadFP() 437 return DecodeMem(Inst, insn, Address, Decoder, true, in DecodeLoadDFP() 443 return DecodeMem(Inst, insn, Address, Decoder, true, in DecodeLoadQFP() 449 return DecodeMem(Inst, insn, Address, Decoder, true, in DecodeLoadCP() 455 return DecodeMem(Inst, insn, Address, Decoder, true, in DecodeLoadCPPair() 461 return DecodeMem(Inst, insn, Address, Decoder, false, in DecodeStoreInt() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Address.h | 59 class Address { 119 Address() : m_section_wp() {} in Address() function 127 Address(const Address &rhs) in Address() function 172 const Address &operator=(const Address &rhs); 195 static int CompareFileAddress(const Address &lhs, const Address &rhs); 197 static int CompareLoadAddress(const Address &lhs, const Address &rhs, 208 bool operator()(const Address &a, const Address &b) const { in operator() 512 bool operator<(const Address &lhs, const Address &rhs); 513 bool operator>(const Address &lhs, const Address &rhs); 514 bool operator==(const Address &lhs, const Address &rhs); [all …]
|
| H A D | AddressRange.h | 76 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-13.1/contrib/llvm-project/llvm/lib/Target/AVR/Disassembler/ |
| H A D | AVRDisassembler.cpp | 42 ArrayRef<uint8_t> Bytes, uint64_t Address, 111 uint64_t Address, const void *Decoder); 114 uint64_t Address, const void *Decoder); 123 uint64_t Address, const void *Decoder); 172 uint64_t Address, const void *Decoder) { in decodeFRd() argument 181 if (decodeFRd(Inst, Insn, Address, Decoder) == MCDisassembler::Fail) in decodeFLPMX() 272 uint64_t Address, in getInstruction() argument 280 Result = readInstruction16(Bytes, Address, Size, Insn); in getInstruction() 286 Insn, Address, this, STI); in getInstruction() 294 Result = readInstruction32(Bytes, Address, Size, Insn); in getInstruction() [all …]
|
| /freebsd-13.1/sys/contrib/dev/acpica/components/hardware/ |
| H A D | hwvalid.c | 162 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 D | hwregs.c | 167 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-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/Disassembler/ |
| H A D | RISCVDisassembler.cpp | 261 DecodeGPRRegisterClass(Inst, 2, Address, Decoder); in addImplySP() 264 DecodeGPRRegisterClass(Inst, 2, Address, Decoder); in addImplySP() 265 DecodeGPRRegisterClass(Inst, 2, Address, Decoder); in addImplySP() 273 addImplySP(Inst, Address, Decoder); in decodeUImmOperand() 291 addImplySP(Inst, Address, Decoder); in decodeSImmOperand() 330 int64_t Address, in decodeFRMArg() argument 372 DecodeGPRRegisterClass(Inst, 0, Address, Decoder); in decodeRVCInstrRdSImm() 384 DecodeGPRRegisterClass(Inst, 0, Address, Decoder); in decodeRVCInstrRdRs1UImm() 398 DecodeGPRRegisterClass(Inst, Rd, Address, Decoder); in decodeRVCInstrRdRs2() 399 DecodeGPRRegisterClass(Inst, Rs2, Address, Decoder); in decodeRVCInstrRdRs2() [all …]
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_x86_64.cpp | 147 const uint64_t Address = Sled.address(); in patchFunctionEntry() local 152 reinterpret_cast<void *>(Address)); in patchFunctionEntry() 156 *reinterpret_cast<uint32_t *>(Address + 2) = FuncId; in patchFunctionEntry() 193 const uint64_t Address = Sled.address(); in patchFunctionExit() local 202 *reinterpret_cast<uint32_t *>(Address + 2) = FuncId; in patchFunctionExit() 203 *reinterpret_cast<uint8_t *>(Address + 6) = JmpOpCode; in patchFunctionExit() 221 const uint64_t Address = Sled.address(); in patchFunctionTailExit() local 224 (static_cast<int64_t>(Address) + 11); in patchFunctionTailExit() 231 *reinterpret_cast<uint32_t *>(Address + 2) = FuncId; in patchFunctionTailExit() 271 const uint64_t Address = Sled.address(); in patchCustomEvent() local [all …]
|
| H A D | xray_mips64.cpp | 92 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 …]
|
| /freebsd-13.1/sys/contrib/dev/acpica/components/executer/ |
| H A D | exregion.c | 182 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-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBuilder.h | 151 Address CreateBitCast(Address Addr, llvm::Type *Ty, 158 Address CreateAddrSpaceCast(Address Addr, llvm::Type *Ty, 166 Address CreateElementBitCast(Address Addr, llvm::Type *Ty, 188 Address CreateStructGEP(Address Addr, unsigned Index, 208 Address CreateConstArrayGEP(Address Addr, uint64_t Index, 215 return Address( 226 Address CreateConstInBoundsGEP(Address Addr, uint64_t Index, 242 Address CreateConstGEP(Address Addr, uint64_t Index, 254 Address CreateConstInBoundsByteGEP(Address Addr, CharUnits Offset, 261 Address CreateConstByteGEP(Address Addr, CharUnits Offset, [all …]
|
| H A D | Address.h | 24 class Address { 28 Address(llvm::Value *pointer, CharUnits alignment) in Address() function 34 static Address invalid() { return Address(nullptr, CharUnits()); } in invalid() 74 class ConstantAddress : public Address { 77 : Address(pointer, alignment) {} in ConstantAddress() 84 return llvm::cast<llvm::Constant>(Address::getPointer()); in getPointer() 96 static bool isaImpl(Address addr) { in isaImpl() 99 static ConstantAddress castImpl(Address addr) { in castImpl() 108 template <class U> inline U cast(CodeGen::Address addr) { in cast() 111 template <class U> inline bool isa(CodeGen::Address addr) { in isa()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/Disassembler/ |
| H A D | MipsDisassembler.cpp | 280 uint64_t Address, 285 uint64_t Address, 313 uint64_t Address, 365 uint64_t Address, 1534 uint64_t Address, in DecodeMem() argument 1595 uint64_t Address, in DecodeCacheOp() argument 1663 uint64_t Address, in DecodeSyncI() argument 1941 uint64_t Address, in DecodeFMem() argument 2296 uint64_t Address, in DecodeBranchTarget26MM() argument 2551 uint64_t Address, in DecodeBgtzGroupBranchMMR6() argument [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARC/Disassembler/ |
| H A D | ARCDisassembler.cpp | 87 uint64_t Address = 0, 92 uint64_t Address = 0, 166 DecodeGPR32RegisterClass(Inst, R, Address, Dec); in DecodeMEMrs9() 183 uint64_t NextAddress = Address + Offset; in DecodeSymbolicOperandOff() 231 DecodeGPR32RegisterClass(Inst, SrcC, Address, Decoder); in DecodeStLImmInstruction() 249 DecodeGPR32RegisterClass(Inst, DstA, Address, Decoder); in DecodeLdLImmInstruction() 262 DecodeGPR32RegisterClass(Inst, DstA, Address, Decoder); in DecodeLdRLImmInstruction() 264 DecodeGPR32RegisterClass(Inst, SrcB, Address, Decoder); in DecodeLdRLImmInstruction() 305 DecodeGPR32RegisterClass(Inst, DstB, Address, Decoder); in DecodeCCRU6Instruction() 336 if (!readInstruction64(Bytes, Address, Size, Insn64)) in getInstruction() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/Disassembler/ |
| H A D | VEDisassembler.cpp | 369 status = DecodeSX(MI, sx, Address, Decoder); in DecodeMem() 379 status = DecodeSX(MI, sx, Address, Decoder); in DecodeMem() 393 status = DecodeSX(MI, sx, Address, Decoder); in DecodeMemAS() 398 status = DecodeAS(MI, insn, Address, Decoder); in DecodeMemAS() 403 status = DecodeSX(MI, sx, Address, Decoder); in DecodeMemAS() 461 status = DecodeSX(MI, sx, Address, Decoder); in DecodeCAS() 466 status = DecodeAS(MI, insn, Address, Decoder); in DecodeCAS() 472 status = DecodeSX(MI, sy, Address, Decoder); in DecodeCAS() 483 status = DecodeSX(MI, sx, Address, Decoder); in DecodeCAS() 605 return DecodeAS(MI, insn, Address, Decoder); in DecodeBranchCondition() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBContext.cpp | 36 Result.FunctionName = getFunctionName(Address.Address, Specifier.FNKind); in getLineInfoForAddress() 40 Session->findSymbolByAddress(Address.Address, PDB_SymType::None); in getLineInfoForAddress() 49 auto LineNumbers = Session->findLineNumbersByAddress(Address.Address, Length); in getLineInfoForAddress() 73 auto LineNumbers = Session->findLineNumbersByAddress(Address.Address, Size); in getLineInfoForAddressRange() 89 DILineInfo CurrentLine = getLineInfoForAddress(Address, Specifier); in getInliningInfoForAddress() 93 Session->findSymbolByAddress(Address.Address, PDB_SymType::Function); in getInliningInfoForAddress() 99 auto Frames = ParentFunc->findInlineFramesByVA(Address.Address); in getInliningInfoForAddress() 107 auto LineNumbers = Frame->findInlineeLinesByVA(Address.Address, Length); in getInliningInfoForAddress() 130 PDBContext::getLocalsForAddress(object::SectionedAddress Address) { in getLocalsForAddress() argument 134 std::string PDBContext::getFunctionName(uint64_t Address, in getFunctionName() argument [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/Disassembler/ |
| H A D | SystemZDisassembler.cpp | 93 uint64_t Address, in DecodeGR32BitRegisterClass() argument 99 uint64_t Address, in DecodeGRH32BitRegisterClass() argument 105 uint64_t Address, in DecodeGR64BitRegisterClass() argument 123 uint64_t Address, in DecodeFP32BitRegisterClass() argument 129 uint64_t Address, in DecodeFP64BitRegisterClass() argument 141 uint64_t Address, in DecodeVR32BitRegisterClass() argument 147 uint64_t Address, in DecodeVR64BitRegisterClass() argument 159 uint64_t Address, in DecodeAR32BitRegisterClass() argument 248 uint64_t Address, in decodePCDBLOperand() argument 252 uint64_t Value = SignExtend64<N>(Imm) * 2 + Address; in decodePCDBLOperand() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Address.cpp | 232 Address::Address(lldb::addr_t abs_addr) : m_section_wp(), m_offset(abs_addr) {} in Address() function in Address 234 Address::Address(addr_t address, const SectionList *section_list) in Address() function in Address 239 const Address &Address::operator=(const Address &rhs) { in operator =() 411 Address so_addr; in Dump() 895 int Address::CompareFileAddress(const Address &a, const Address &b) { in CompareFileAddress() 905 int Address::CompareLoadAddress(const Address &a, const Address &b, in CompareLoadAddress() 917 int Address::CompareModulePointerAndOffset(const Address &a, const Address &b) { in CompareModulePointerAndOffset() 955 bool lldb_private::operator<(const Address &lhs, const Address &rhs) { in operator <() 970 bool lldb_private::operator>(const Address &lhs, const Address &rhs) { in operator >() 986 bool lldb_private::operator==(const Address &a, const Address &rhs) { in operator ==() [all …]
|
| /freebsd-13.1/sys/contrib/dev/acpica/components/tables/ |
| H A D | tbinstal.c | 246 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-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/Disassembler/ |
| H A D | PPCDisassembler.cpp | 92 uint64_t Address, in DecodeCRRCRegisterClass() argument 98 uint64_t Address, in DecodeCRBITRCRegisterClass() argument 104 uint64_t Address, in DecodeF4RCRegisterClass() argument 110 uint64_t Address, in DecodeF8RCRegisterClass() argument 116 uint64_t Address, in DecodeVFRCRegisterClass() argument 122 uint64_t Address, in DecodeVRRCRegisterClass() argument 128 uint64_t Address, in DecodeVSRCRegisterClass() argument 134 uint64_t Address, in DecodeVSFRCRegisterClass() argument 140 uint64_t Address, in DecodeVSSRCRegisterClass() argument 224 uint64_t Address, in decodeVSRpEvenOperands() argument [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZLongBranch.cpp | 82 uint64_t Address = 0; member 105 uint64_t Address = 0; member 124 uint64_t Address = 0; member 185 Position.Address += in skipNonTerminators() 191 Position.Address = alignTo(Position.Address, Block.Alignment); in skipNonTerminators() 194 Block.Address = Position.Address; in skipNonTerminators() 206 Terminator.Address = Position.Address; in skipTerminator() 318 if (Address >= Target.Address) { in mustRelaxBranch() 319 if (Address - Target.Address <= MaxBackwardRange) in mustRelaxBranch() 322 if (Target.Address - Address <= MaxForwardRange) in mustRelaxBranch() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/Disassembler/ |
| H A D | LanaiDisassembler.cpp | 51 uint64_t Address, 55 uint64_t Address, const void *Decoder); 58 uint64_t Address, const void *Decoder); 61 uint64_t Address, const void *Decoder); 67 uint64_t Address, 71 uint64_t Address, const void *Decoder); 133 ArrayRef<uint8_t> Bytes, uint64_t Address, in getInstruction() argument 211 uint64_t Address, uint64_t Offset, in tryAddingSymbolicOperand() argument 221 if (!tryAddingSymbolicOperand(Insn + Address, false, Address, 2, 23, MI, in decodeBranch() 228 uint64_t Address, const void *Decoder) { in decodeShiftImm() argument [all …]
|