Searched refs:x7 (Results 376 - 400 of 833) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DCompactUnwinder.hpp84 switch (savedRegistersLocations & 0x7) {
315 switch (savedRegistersLocations & 0x7) {
/freebsd-13-stable/sys/contrib/openzfs/module/avl/
H A Davl.c496 ASSERT(((uintptr_t)new_data & 0x7) == 0);
900 ASSERT((offset & 0x7) == 0);
/freebsd-13-stable/sys/dev/neta/
H A Dif_mvnetareg.h411 #define MVNETA_PACC_ACCELERATIONMODE_MASK 0x7
425 #define MVNETA_ETP_ETHERTYPEPRIQ (0x7 << 2) /*EtherType Prio Queue*/
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c88 AR_MAC_LED_ASSOC, ledbits[state & 0x7]);
650 if (((regs->dma_dbg_3 >> 26) & 0x7) == check->qcu_complete_state)
721 * Rx State (bits 20-24) is 0x7.
H A Dar5416reg.h615 #define AR9271_CLOCK_SELECTION_RTC 0x7
629 * the Atheros HAL define it as 0x7.
781 ((OS_REG_READ(_ah, AR_AN_SYNTH9) & 0x7) == 0x1))
/freebsd-13-stable/sys/dev/axgbe/
H A Dxgbe.h327 #define XGBE_SPEED_10000_CDR 0x7
332 #define XGBE_SPEED_10000_WORD 0x7
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h142 PrintGPR((((1 << ((Opcode & 0x7) + 1)) - 1) << 4));
149 PrintGPR((((1 << ((Opcode & 0x7) + 1)) - 1) << 4) | (1 << 14));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h243 VC = 0x7, // No overflow Not unordered
575 MO_FRAGMENT = 0x7,
/freebsd-13-stable/contrib/ntp/include/
H A Dntp_request.h214 #define INFO_VERSION(rm_vn_mode) ((u_char)(((rm_vn_mode)>>3)&0x7))
215 #define INFO_MODE(rm_vn_mode) ((rm_vn_mode)&0x7)
/freebsd-13-stable/sys/dev/vt/hw/fb/
H A Dvt_fb.c436 0x7, 5, 0x7, 2, 0x3, 0));
/freebsd-13-stable/sys/dev/qlxgb/
H A Dqla_hw.h359 #define Q8_LRO_STAT_DESC_TYPE(data) ((data >> 49) & 0x7)
629 #define Q8_CTRL_MSG_TAG_DESC_COUNT_MASK (0x7 << 5)
/freebsd-13-stable/sys/powerpc/powernv/
H A Dopal_pci.c516 config_addr = (bus << 8) | ((slot & 0x1f) << 3) | (func & 0x7);
574 config_addr = (bus << 8) | ((slot & 0x1f) << 3) | (func & 0x7);
/freebsd-13-stable/sys/dev/usb/net/
H A Dif_cue.c317 hashtbl[h >> 3] |= 1 << (h & 0x7);
349 hashtbl[h >> 3] |= 1 << (h & 0x7);
/freebsd-13-stable/sys/dev/ixl/
H A Dixl_pf_i2c.c621 reg |= (((dev_addr >> 1) & 0x7) << I40E_GLGEN_I2CCMD_PHYADD_SHIFT);
657 reg |= (((dev_addr >> 1) & 0x7) << I40E_GLGEN_I2CCMD_PHYADD_SHIFT);
/freebsd-13-stable/sys/arm64/arm64/
H A Dswtch.S115 * x3 to x7, x16 and x17 are caller saved
219 ldp x6, x7, [sp, #TF_X + 6 * 8]
/freebsd-13-stable/sys/powerpc/booke/
H A Dspe.c222 #define DPFP 0x7
505 src = (instr >> 5) & 0x7;
/freebsd-13-stable/lib/libc/powerpc64/string/
H A Dbcopy.S39 #define ALIGN_MASK 0x7
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-atm.c470 payload = (cell_header>>1)&0x7;
H A Dprint-mptcp.c58 #define MPTCP_SUB_FCLOSE 0x7
/freebsd-13-stable/contrib/cortex-strings/src/aarch64/
H A Dstrcpy.S53 #define has_nul2 x7
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h311 WASM_COMDAT_INFO = 0x7,
/freebsd-13-stable/contrib/libucl/src/
H A Dmum.h331 if (_MUM_UNALIGNED_ACCESS || ((size_t) str & 0x7) == 0)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Daddsf3.S147 // roundGuardSticky = aSignificand & 0x7;
148 movs r2, #0x7
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddfmul.S241 p1 = bitsclr(PP_HH_L,#0x7) // Are the LSB's clear?
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-qlm.c643 case 0x7: /* SRIO 4x1 long */

Completed in 318 milliseconds

<<11121314151617181920>>