Searched refs:x7 (Results 476 - 500 of 833) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp298 unsigned Bit3_1 = (Value >> 1) & 0x7;
/freebsd-13-stable/sys/i386/i386/
H A Ddb_disasm.c874 #define f_reg(byte) (((byte)>>3)&0x7)
875 #define f_rm(byte) ((byte)&0x7)
878 #define sib_index(byte) (((byte)>>3)&0x7)
879 #define sib_base(byte) ((byte)&0x7)
/freebsd-13-stable/sys/i386/pci/
H A Dpci_cfgreg.c524 (((func) & 0x7) << 12) | \
/freebsd-13-stable/sys/dev/ral/
H A Drt2560reg.h210 #define RT2560_TX_RETRYCNT(v) (((v) >> 5) & 0x7)
H A Drt2661reg.h188 #define RT2661_TX_RESULT(v) (((v) >> 1) & 0x7)
/freebsd-13-stable/sys/dev/sdhci/
H A Dsdhci.h115 #define SDHCI_MAKE_BLKSZ(dma, blksz) (((dma & 0x7) << 12) | (blksz & 0xFFF))
/freebsd-13-stable/sys/dev/sec/
H A Dsec.h386 #define SEC_EU_KEU 0x7
/freebsd-13-stable/sys/dev/sound/macio/
H A Ddavbus.c448 headphones = (status & 0x7);
/freebsd-13-stable/sys/dev/le/
H A Dlancereg.h599 #define CHIPID_VER(x) (((x) >> 28) & 0x7)
/freebsd-13-stable/sys/dev/liquidio/base/
H A Dlio_common.h198 #define LIO_CMD_SET_SETTINGS 0x7
H A Dlio_device.h97 #define LIO_DEV_RESP_LIST_INIT_DONE 0x7
/freebsd-13-stable/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h308 (((_HeadId) & 0x7) << 18) | \
/freebsd-13-stable/sys/arm/allwinner/
H A Da10_timer.c74 #define TIMER_CTRL_PRESCALAR_MASK (0x7 << 4)
/freebsd-13-stable/sys/arm64/rockchip/
H A Drk_typec_phy.c245 RK_TYPEC_PHY_WRITE(sc, CMN_DIAG_PLL0_V2I_TUNE, 0x7);
/freebsd-13-stable/stand/efi/include/amd64/
H A Dpe.h438 #define IMAGE_REL_ALPHA_BRADDR 0x7
/freebsd-13-stable/stand/efi/include/i386/
H A Dpe.h438 #define IMAGE_REL_ALPHA_BRADDR 0x7
/freebsd-13-stable/stand/i386/zfsboot/
H A Dzfsldr.S223 putstr.0: mov $0x7,%bx # Page:attribute
/freebsd-13-stable/stand/libsa/
H A Dsmbios.c231 case 0x7:
/freebsd-13-stable/crypto/openssl/crypto/asn1/
H A Da_strex.c129 #define BUF_TYPE_WIDTH_MASK 0x7
H A Dtasn_prn.c422 if (BIO_printf(out, " (%ld unused bits)\n", str->flags & 0x7) <= 0)
/freebsd-13-stable/usr.sbin/bluetooth/bthidd/
H A Dhid.c478 switch ((data[7] >> 4) & 0x7) { /* Phase */
/freebsd-13-stable/usr.sbin/cxgbetool/
H A Dtcb_common.c247 shift=bit&0x7;
/freebsd-13-stable/sys/powerpc/mpc85xx/
H A Dfsl_diu.c72 #define DIU_MODE_M 0x7
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm64.cpp719 case arm64_dwarf::x7:
859 case arm64_ehframe::x7:
H A DRegisterInfos_arm64.h538 DEFINE_GPR64(x7, LLDB_REGNUM_GENERIC_ARG8),
577 DEFINE_GPR32(w7, x7),

Completed in 220 milliseconds

<<11121314151617181920>>