Searched refs:x7 (Results 1 - 25 of 833) sorted by relevance

1234567891011>>

/freebsd-13-stable/sys/i386/i386/
H A Dbpf_jit_machdep.h112 emitm(&stream, (11 << 4) | (1 << 3) | (r32 & 0x7), 1); \
120 (3 << 6) | ((sr32 & 0x7) << 3) | (dr32 & 0x7), 1); \
127 (1 << 6) | ((dr32 & 0x7) << 3) | (sr32 & 0x7), 1); \
134 emitm(&stream, ((dr32 & 0x7) << 3) | 4, 1); \
135 emitm(&stream, ((or32 & 0x7) << 3) | (sr32 & 0x7), 1); \
141 emitm(&stream, ((dr16 & 0x7) << 3) | 4, 1); \
142 emitm(&stream, ((or32 & 0x7) <<
[all...]
/freebsd-13-stable/sys/amd64/amd64/
H A Dbpf_jit_machdep.h137 emitm(&stream, (11 << 4) | (1 << 3) | (r32 & 0x7), 1); \
144 emitm(&stream, (11 << 4) | (1 << 3) | (r64 & 0x7), 1); \
153 (3 << 6) | ((sr32 & 0x7) << 3) | (dr32 & 0x7), 1); \
160 (3 << 6) | ((sr32 & 0x7) << 3) | (dr32 & 0x7), 1); \
167 (3 << 6) | ((sr32 & 0x7) << 3) | (dr32 & 0x7), 1); \
174 (3 << 6) | ((sr64 & 0x7) << 3) | (dr64 & 0x7),
[all...]
/freebsd-13-stable/sys/mips/ingenic/
H A Djz4780_aic.h50 #define AICCR_CHANNEL_M (0x7 << AICCR_CHANNEL_S)
53 #define AICCR_ISS_M (0x7 << AICCR_ISS_S)
56 #define AICCR_OSS_M (0x7 << AICCR_OSS_S)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Darm64intr.h26 _ARM64_BARRIER_NSH = 0x7,
H A Darmintr.h24 _ARM_BARRIER_NSH = 0x7,
/freebsd-13-stable/crypto/heimdal/lib/wind/
H A Dbidi_table.c59 {0x2bb, 0x7},
76 {0x559, 0x7},
90 {0x9aa, 0x7},
100 {0x9f4, 0x7},
104 {0xa2a, 0x7},
114 {0xa85, 0x7},
118 {0xaaa, 0x7},
131 {0xb2a, 0x7},
198 {0xdc0, 0x7},
204 {0xe40, 0x7},
[all...]
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/
H A Dcore_hsalsa20_ref2.c22 uint32_t x0, x1, x2, x3, x4, x5, x6, x7, x8, local
46 x7 = LOAD32_LE(in + 4);
64 x7 ^= ROTL32(x3 + x15, 9);
65 x11 ^= ROTL32(x7 + x3, 13);
66 x15 ^= ROTL32(x11 + x7, 18);
72 x7 ^= ROTL32(x6 + x5, 9);
73 x4 ^= ROTL32(x7 + x6, 13);
74 x5 ^= ROTL32(x4 + x7, 18);
90 STORE32_LE(out + 20, x7);
/freebsd-13-stable/contrib/pnpinfo/
H A Dpnpinfo.h60 #define END_DEPEND_FUNC 0x7
74 #define LG_RES_RESERVED 0x7-0x7f
/freebsd-13-stable/sys/arm64/arm64/
H A Dbzero.S67 ldr x7, =dczva_line_size
68 ldr x7, [x7]
69 cbz x7, normal
75 cmp x1, x7
82 sub x2, x7, #0x01
92 rbit x2, x7
189 * buffer. x0 is cache line aligned pointer. x7 is cache line size
194 add x0, x0, x7
H A Dcopyinout.S43 ldr x7, =VM_MAXUSER_ADDRESS
44 cmp x6, x7
102 SET_FAULT_HANDLER(x6, x7) /* Set the handler */
104 ldr x7, =VM_MAXUSER_ADDRESS
105 1: cmp x0, x7
115 2: SET_FAULT_HANDLER(xzr, x7) /* Clear the handler */
149 SET_FAULT_HANDLER(x6, x7) /* Set the handler */
150 ENTER_USER_ACCESS(w6, x7)
176 ldp x7, x8, [x0], #0x10
180 stp x7, x
[all...]
/freebsd-13-stable/sys/contrib/device-tree/include/dt-bindings/net/
H A Dti-dp83867.h27 #define DP83867_RGMIIDCTL_2_00_NS 0x7
45 #define DP83867_CLK_O_SEL_CHN_D_RCLK_DIV5 0x7
/freebsd-13-stable/sys/mips/mips/
H A Dinckern.S32 and sp, ~0x7
/freebsd-13-stable/sys/contrib/device-tree/include/dt-bindings/phy/
H A Dphy-qcom-qusb2.h17 #define QUSB2_V2_HSTX_TRIM_19_8_MA 0x7
/freebsd-13-stable/sys/contrib/device-tree/include/dt-bindings/soc/
H A Dqcom,apr.h18 #define APR_SVC_ASM 0x7
/freebsd-13-stable/sys/crypto/openssl/aarch64/
H A Darmv8-mont.S22 ldp x7,x8,[x1],#16 // ap[0..1]
28 mul x6,x7,x9 // ap[0]*bp[0]
30 umulh x7,x7,x9
57 adds x6,x10,x7
59 adc x7,x11,xzr
75 adds x6,x10,x7
77 adc x7,x11,xzr
85 adcs x13,x13,x7
92 ldp x7,x
[all...]
/freebsd-13-stable/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mm-pinfunc.h18 #define MX8MM_IOMUXC_GPIO1_IO00_SJC_FAIL 0x028 0x290 0x000 0x7 0x0
23 #define MX8MM_IOMUXC_GPIO1_IO01_SJC_ACTIVE 0x02C 0x294 0x000 0x7 0x0
27 #define MX8MM_IOMUXC_GPIO1_IO02_SJC_DE_B 0x030 0x298 0x000 0x7 0x0
32 #define MX8MM_IOMUXC_GPIO1_IO03_SJC_DONE 0x034 0x29C 0x000 0x7 0x0
37 #define MX8MM_IOMUXC_GPIO1_IO04_USDHC1_TEST_TRIG 0x038 0x2A0 0x000 0x7 0x0
42 #define MX8MM_IOMUXC_GPIO1_IO05_USDHC2_TEST_TRIG 0x03C 0x2A4 0x000 0x7 0x0
47 #define MX8MM_IOMUXC_GPIO1_IO06_ECSPI1_TEST_TRIG 0x040 0x2A8 0x000 0x7 0x0
52 #define MX8MM_IOMUXC_GPIO1_IO07_ECSPI2_TEST_TRIG 0x044 0x2AC 0x000 0x7 0x0
57 #define MX8MM_IOMUXC_GPIO1_IO08_QSPI_TEST_TRIG 0x048 0x2B0 0x000 0x7 0x0
62 #define MX8MM_IOMUXC_GPIO1_IO09_RAWNAND_TEST_TRIG 0x04C 0x2B4 0x000 0x7
[all...]
H A Dimx8mq-pinfunc.h24 #define MX8MQ_IOMUXC_GPIO1_IO00_SJC_FAIL 0x028 0x290 0x000 0x7 0x0
29 #define MX8MQ_IOMUXC_GPIO1_IO01_SJC_ACTIVE 0x02C 0x294 0x000 0x7 0x0
33 #define MX8MQ_IOMUXC_GPIO1_IO02_SJC_DE_B 0x030 0x298 0x000 0x7 0x0
38 #define MX8MQ_IOMUXC_GPIO1_IO03_SJC_DONE 0x034 0x29C 0x000 0x7 0x0
43 #define MX8MQ_IOMUXC_GPIO1_IO04_USDHC1_TEST_TRIG 0x038 0x2A0 0x000 0x7 0x0
48 #define MX8MQ_IOMUXC_GPIO1_IO05_USDHC2_TEST_TRIG 0x03C 0x2A4 0x000 0x7 0x0
53 #define MX8MQ_IOMUXC_GPIO1_IO06_ECSPI1_TEST_TRIG 0x040 0x2A8 0x000 0x7 0x0
58 #define MX8MQ_IOMUXC_GPIO1_IO07_ECSPI2_TEST_TRIG 0x044 0x2AC 0x000 0x7 0x0
63 #define MX8MQ_IOMUXC_GPIO1_IO08_QSPI_TEST_TRIG 0x048 0x2B0 0x000 0x7 0x0
68 #define MX8MQ_IOMUXC_GPIO1_IO09_RAWNAND_TEST_TRIG 0x04C 0x2B4 0x000 0x7
[all...]
/freebsd-13-stable/sys/dev/qlnx/qlnxr/
H A Dqlnxr_roce.h165 #define ROCE_RQ_SGE_NUM_SGES_MASK 0x7
167 #define ROCE_RQ_SGE_RESERVED0_MASK 0x7
186 #define ROCE_SQ_ATOMIC_WQE_RESERVED0_MASK 0x7
215 #define ROCE_SQ_ATOMIC_WQE_1ST_RESERVED0_MASK 0x7
253 #define ROCE_SQ_BIND_WQE_RESERVED0_MASK 0x7
266 #define ROCE_SQ_BIND_WQE_RESERVED1_MASK 0x7
301 #define ROCE_SQ_BIND_WQE_1ST_RESERVED0_MASK 0x7
314 #define ROCE_SQ_BIND_WQE_1ST_RESERVED1_MASK 0x7
354 #define ROCE_SQ_COMMON_WQE_RESERVED0_MASK 0x7
375 #define ROCE_SQ_FMR_WQE_RESERVED0_MASK 0x7
[all...]
/freebsd-13-stable/sys/mips/nlm/
H A Dmpreset.S71 ori v1, v0, 0x7 /* way1 | write_enable | write_active */
95 andi t0, t0, 0x7 /* core id */
134 ori sp, sp, 0x7
135 xori sp, sp, 0x7 /* align 64 bit */
180 ori sp, t0, 0x7
181 xori sp, sp, 0x7 /* align 64 bit */
/freebsd-13-stable/usr.sbin/dumpcis/
H A Dcis.h197 #define CIS_READY_SCALE(x) (((x)>>2) & 0x7)
198 #define CIS_RESERVED_SCALE(x) (((x)>>5) & 0x7)
261 #define CIS_MEM_WINS(x) (((x) & 0x7)+1)
/freebsd-13-stable/lib/libc/string/
H A Dswab.c57 for (; n & 0x7; --n)
/freebsd-13-stable/bin/sh/
H A Dparser.h64 #define VSTRIMLEFTMAX 0x7 /* ${var##pattern} */
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonBaseInfo.h84 NewValueOpMask = 0x7,
106 ExtendableOpMask = 0x7,
129 AddrModeMask = 0x7,
147 NewValueOpMask2 = 0x7,
/freebsd-13-stable/contrib/opencsd/decoder/include/opencsd/c_api/
H A Docsd_c_api_types.h71 #define C_API_MSGLOGOUT_MASK 0x7
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInfo.h32 VS = 0x7,

Completed in 293 milliseconds

1234567891011>>