/freebsd/contrib/llvm-project/lld/MachO/Arch/ |
H A D | ARM64.cpp | 364 uint64_t offset1, uint64_t offset2) { in applyAdrpAdd() argument 365 uint32_t ins1 = read32le(buf + offset1); in applyAdrpAdd() 374 uint64_t addr1 = isec->getVA() + offset1; in applyAdrpAdd() 380 writeAdr(buf + offset1, add.destRegister, delta); in applyAdrpAdd() 393 uint64_t offset1, uint64_t offset2) { in applyAdrpAdrp() argument 394 uint32_t ins1 = read32le(buf + offset1); in applyAdrpAdrp() 402 uint64_t page1 = pageBits(offset1 + isec->getVA()) + adrp1.addend; in applyAdrpAdrp() 420 uint64_t offset1, uint64_t offset2) { in applyAdrpLdr() argument 421 uint32_t ins1 = read32le(buf + offset1); in applyAdrpLdr() 430 uint64_t addr1 = isec->getVA() + offset1; in applyAdrpLdr() [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_interceptors_memintrinsics.h | 90 static inline bool RangesOverlap(const char *offset1, uptr length1, in DECLARE_REAL() 92 return !((offset1 + length1 <= offset2) || (offset2 + length2 <= offset1)); in DECLARE_REAL() 96 const char *offset1 = (const char *)_offset1; \ in DECLARE_REAL() 98 if (UNLIKELY(RangesOverlap(offset1, length1, offset2, length2))) { \ in DECLARE_REAL() 105 ReportStringFunctionMemoryRangesOverlap(name, offset1, length1, \ in DECLARE_REAL()
|
H A D | asan_report.cpp | 331 const char *offset1, uptr length1, in ReportStringFunctionMemoryRangesOverlap() argument 336 GetCurrentTidOrInvalid(), stack, (uptr)offset1, length1, (uptr)offset2, in ReportStringFunctionMemoryRangesOverlap()
|
/freebsd/contrib/file/src/ |
H A D | BNF | 31 indoff = "(" offset1 [ "." size ] [ op disp ] ")" 32 ;; Read the file at <offset1> of width <size>. 37 offset1 = absoffset | reloffset 56 ;; relative offset matching that of <offset1>. 58 ;; the same size as <offset1>
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMHazardRecognizer.cpp | 205 int64_t Offset1 = 0; in getHazardType() local 211 Ptr1 = GetPointerBaseWithConstantOffset(BaseVal1, Offset1, DL, true); in getHazardType() 213 return CheckOffsets(Offset0, Offset1); in getHazardType() 223 Offset1 = MF.getFrameInfo().getObjectOffset(FS1->getFrameIndex()); in getHazardType() 224 return CheckOffsets(Offset0, Offset1); in getHazardType()
|
/freebsd/sys/contrib/device-tree/Bindings/soundwire/ |
H A D | qcom,soundwire.yaml | 108 qcom,ports-offset1: 111 Payload transport window offset1 of each data port. 223 - qcom,ports-offset1 263 qcom,ports-offset1 = /bits/ 8 <0x00 0x00 0x0b 0x01 0x01>;
|
H A D | qcom,sdw.txt | 64 - qcom,ports-offset1: 67 Definition: should specify payload transport window offset1 of each 202 qcom,ports-offset1 = /bits/ 8 <0x01 0x02 0x0C 0x6 0x12 0x0D 0x07 0x0A >;
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_fha_new.c | 462 off_t offset1, offset2; in fha_hash_entry_choose_thread() local 485 offset1 = i->offset; in fha_hash_entry_choose_thread() 488 if (((offset1 >= offset2) in fha_hash_entry_choose_thread() 489 && ((offset1 - offset2) < (1 << NFSD_VNET(nfsfha_ctls).bin_shift))) in fha_hash_entry_choose_thread() 490 || ((offset2 > offset1) in fha_hash_entry_choose_thread() 491 && ((offset2 - offset1) < (1 << NFSD_VNET(nfsfha_ctls).bin_shift)))) { in fha_hash_entry_choose_thread() 511 req_count, offset1, offset2); in fha_hash_entry_choose_thread()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | DSInstructions.td | 87 bits<8> offset1; 91 let offset1 = !if(ps.has_offset, offset{15-8}, ?); 159 Offset0:$offset0, Offset1:$offset1, gds:$gds), 160 " $addr, $data0, $data1$offset0$offset1$gds"> { 246 (ins VGPR_32:$addr, src_op:$data0, src_op:$data1, Offset0:$offset0, Offset1:$offset1, gds:$gds), 247 " $vdst, $addr, $data0, $data1$offset0$offset1$gds"> { 305 (ins VGPR_32:$addr, Offset0:$offset0, Offset1:$offset1, gds:$gds), 306 " $vdst, $addr$offset0$offset1$gds"> { 855 (vt:$value (frag (DS64Bit4ByteAligned i32:$ptr, i8:$offset0, i8:$offset1))), 856 (inst $ptr, $offset0, $offset1, (i1 0)) [all …]
|
H A D | AMDGPUISelDAGToDAG.h | 129 bool isDSOffset2Legal(SDValue Base, unsigned Offset0, unsigned Offset1, 140 SDValue &Offset1) const; 142 SDValue &Offset1) const; 144 SDValue &Offset1, unsigned Size) const;
|
H A D | AMDGPUISelDAGToDAG.cpp | 1154 unsigned Offset1, in isDSOffset2Legal() argument 1156 if (Offset0 % Size != 0 || Offset1 % Size != 0) in isDSOffset2Legal() 1158 if (!isUInt<8>(Offset0 / Size) || !isUInt<8>(Offset1 / Size)) in isDSOffset2Legal() 1248 SDValue &Offset1) const { in SelectDS64Bit4ByteAligned() 1249 return SelectDSReadWrite2(Addr, Base, Offset0, Offset1, 4); in SelectDS64Bit4ByteAligned() 1254 SDValue &Offset1) const { in SelectDS128Bit8ByteAligned() 1255 return SelectDSReadWrite2(Addr, Base, Offset0, Offset1, 8); in SelectDS128Bit8ByteAligned() 1259 SDValue &Offset0, SDValue &Offset1, in SelectDSReadWrite2() argument 1274 Offset1 = CurDAG->getTargetConstant(OffsetValue1 / Size, DL, MVT::i8); in SelectDSReadWrite2() 1310 Offset1 = CurDAG->getTargetConstant(OffsetValue1 / Size, DL, MVT::i8); in SelectDSReadWrite2() [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | pc98 | 33 #1) When offset1(ubeshort) !=0x0344: 41 #2) When offset1(ubeshort) =0x0344:
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt76x2/ |
H A D | mcu.h | 60 u8 offset1; member
|
/freebsd/sys/arm/freescale/imx/ |
H A D | imx6_ipu.c | 459 …int offset1[] = {0, 29, 58, 78, 85, 89, 90, 93, 95, 102, 116, 119, 122, 125, 128, 133, 138, 143, 1… in ipu_print_channel() local 477 for (int i = 0; offset1[i + 1] != -1; i++) { in ipu_print_channel() 478 int len = offset1[i + 1] - offset1[i]; in ipu_print_channel() 479 printf("W1[%d:%d] = %d\n", offset1[i], in ipu_print_channel() 480 offset1[i] + len - 1, in ipu_print_channel() 481 ipu_ch_param_get_value(param, 1, offset1[i], len) in ipu_print_channel()
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_proto.h | 256 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member 266 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member 316 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member 420 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member 430 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member 450 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member 551 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member 561 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member 933 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member 966 char offset1_l_[PADL_(uint32_t)]; uint32_t offset1; char offset1_r_[PADR_(uint32_t)]; member [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
H A D | AggressiveInstCombine.cpp | 676 APInt Offset1(DL.getIndexTypeSizeInBits(Load1Ptr->getType()), 0); in foldLoadsRecursive() local 678 Load1Ptr->stripAndAccumulateConstantOffsets(DL, Offset1, in foldLoadsRecursive() 721 if (Offset2.slt(Offset1)) { in foldLoadsRecursive() 724 std::swap(Offset1, Offset2); in foldLoadsRecursive() 755 if ((Shift2 - Shift1) != ShiftDiff || (Offset2 - Offset1) != PrevSize) in foldLoadsRecursive() 811 APInt Offset1(DL.getIndexTypeSizeInBits(Load1Ptr->getType()), 0); in foldConsecutiveLoads() local 813 DL, Offset1, /* AllowNonInbounds */ true); in foldConsecutiveLoads() 814 Load1Ptr = Builder.CreatePtrAdd(Load1Ptr, Builder.getInt(Offset1)); in foldConsecutiveLoads()
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | sdm845-wcd9340.dtsi | 65 qcom,ports-offset1 = /bits/ 8 <0x01 0x02 0x0c 0x6 0x12 0x0d 0x07 0x0a>;
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGSDNodes.cpp | 247 int64_t Offset1, Offset2; in ClusterNeighboringLoads() local 248 if (!TII->areLoadsFromSameBasePtr(Base, User, Offset1, Offset2) || in ClusterNeighboringLoads() 249 Offset1 == Offset2 || in ClusterNeighboringLoads() 255 if (O2SMap.insert(std::make_pair(Offset1, Base)).second) in ClusterNeighboringLoads() 256 Offsets.push_back(Offset1); in ClusterNeighboringLoads() 259 if (Offset2 < Offset1) in ClusterNeighboringLoads()
|
/freebsd/sys/arm/include/ |
H A D | bus.h | 661 bus_size_t offset1, bus_space_handle_t bsh2, \ 666 bus_size_t offset1, bus_space_handle_t bsh2, \ 671 bus_size_t offset1, bus_space_handle_t bsh2, \ 676 bus_size_t offset1, bus_space_handle_t bsh2, \
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/ |
H A D | qcom,nandc.yaml | 73 It's in the form of <offset1 size1 offset2 size2 offset3 ...>
|
/freebsd/sys/dev/ata/chipsets/ |
H A D | ata-siliconimage.c | 310 int offset1 = ((ch->unit & 1) << 6) + ((ch->unit & 2) << 8); in ata_sii_status() local 317 if (ATA_INL(ctlr->r_res2, 0xa0 + offset1) & 0x00000800) in ata_sii_status()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MicroMipsSizeReduction.cpp | 400 int64_t Offset1, Offset2; in ConsecutiveInstr() local 401 if (!GetImm(MI1, 2, Offset1)) in ConsecutiveInstr() 409 return ((Offset1 == (Offset2 - 4)) && (ConsecutiveRegisters(Reg1, Reg2))); in ConsecutiveInstr()
|
/freebsd/cddl/contrib/opensolaris/common/ctf/ |
H A D | ctf_types.c | 1001 ulong_t offset1; in ctf_type_rvisit() local 1004 ctf_get_ctm_info(fp, mp, size, &increment, &type, &offset1, in ctf_type_rvisit() 1007 offset + offset1, depth + 1)) != 0) in ctf_type_rvisit()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonSubtarget.cpp | 407 int64_t Offset1; in apply() local 409 MachineOperand *BaseOp1 = HII.getBaseAndOffset(L1, Offset1, Size1); in apply() 415 if (((Offset0 ^ Offset1) & 0x18) != 0) in apply()
|
/freebsd/sys/contrib/zstd/lib/dictBuilder/ |
H A D | zdict.c | 685 U32 offset1 = seq[0].offBase - ZSTD_REP_NUM; in ZDICT_countEStats() local 687 if (offset1 >= MAXREPOFFSET) offset1 = 0; in ZDICT_countEStats() 689 repOffsets[offset1] += 3; in ZDICT_countEStats()
|