Searched refs:x3 (Results 1 - 25 of 883) sorted by relevance

1234567891011>>

/freebsd-10.3-release/contrib/compiler-rt/lib/
H A Dpopcountti2.c24 tu_int x3 = (tu_int)a; local
25 x3 = x3 - ((x3 >> 1) & (((tu_int)0x5555555555555555uLL << 64) |
28 x3 = ((x3 >> 2) & (((tu_int)0x3333333333333333uLL << 64) | 0x3333333333333333uLL))
29 + (x3 & (((tu_int)0x3333333333333333uLL << 64) | 0x3333333333333333uLL));
31 x3 = (x3 + (x3 >>
[all...]
/freebsd-10.3-release/sys/dev/drm2/radeon/
H A Dni_reg.h33 # define NI_GRPH_INPUT_GAMMA_MODE(x) (((x) & 0x3) << 0)
38 # define NI_OVL_INPUT_GAMMA_MODE(x) (((x) & 0x3) << 4)
47 # define NI_INPUT_CSC_GRPH_MODE(x) (((x) & 0x3) << 0)
51 # define NI_INPUT_CSC_OVL_MODE(x) (((x) & 0x3) << 4)
64 # define NI_GRPH_DEGAMMA_MODE(x) (((x) & 0x3) << 0)
68 # define NI_OVL_DEGAMMA_MODE(x) (((x) & 0x3) << 4)
69 # define NI_ICON_DEGAMMA_MODE(x) (((x) & 0x3) << 8)
70 # define NI_CURSOR_DEGAMMA_MODE(x) (((x) & 0x3) << 12)
73 # define NI_GRPH_GAMUT_REMAP_MODE(x) (((x) & 0x3) << 0)
78 # define NI_OVL_GAMUT_REMAP_MODE(x) (((x) & 0x3) <<
[all...]
H A Dsi_reg.h37 # define SI_GRPH_DEPTH(x) (((x) & 0x3) << 0)
41 # define SI_GRPH_NUM_BANKS(x) (((x) & 0x3) << 2)
46 # define SI_GRPH_Z(x) (((x) & 0x3) << 4)
47 # define SI_GRPH_BANK_WIDTH(x) (((x) & 0x3) << 6)
71 # define SI_GRPH_BANK_HEIGHT(x) (((x) & 0x3) << 11)
84 # define SI_GRPH_MACRO_TILE_ASPECT(x) (((x) & 0x3) << 18)
H A Devergreen_reg.h53 # define EVERGREEN_GRPH_DEPTH(x) (((x) & 0x3) << 0)
57 # define EVERGREEN_GRPH_NUM_BANKS(x) (((x) & 0x3) << 2)
62 # define EVERGREEN_GRPH_Z(x) (((x) & 0x3) << 4)
63 # define EVERGREEN_GRPH_BANK_WIDTH(x) (((x) & 0x3) << 6)
87 # define EVERGREEN_GRPH_BANK_HEIGHT(x) (((x) & 0x3) << 11)
100 # define EVERGREEN_GRPH_MACRO_TILE_ASPECT(x) (((x) & 0x3) << 18)
111 # define EVERGREEN_GRPH_ENDIAN_SWAP(x) (((x) & 0x3) << 0)
116 # define EVERGREEN_GRPH_RED_CROSSBAR(x) (((x) & 0x3) << 4)
121 # define EVERGREEN_GRPH_GREEN_CROSSBAR(x) (((x) & 0x3) << 6)
126 # define EVERGREEN_GRPH_BLUE_CROSSBAR(x) (((x) & 0x3) <<
[all...]
/freebsd-10.3-release/contrib/binutils/opcodes/
H A Dia64-asmtab.c2332 { 0x2, 0x3, 11, -1, -1, 37, 1, 5 },
2333 { 0x2, 0x3, 11, -1, -1, 37, 1, 5 },
2334 { 0x2, 0x3, 11, -1, -1, 37, 1, 5 },
2336 { 0x2, 0x3, 11, -1, -1, 37, 1, 5 },
2340 { 0x2, 0x3, 11, -1, -1, 37, 1, 5 },
2341 { 0x2, 0x3, 11, -1, -1, 37, 1, 5 },
2342 { 0x2, 0x3, 11, -1, -1, 37, 1, 5 },
2343 { 0x2, 0x3, 11, -1, -1, 37, 1, 5 },
2344 { 0x2, 0x3, 11, -1, -1, 37, 1, 5 },
2346 { 0x2, 0x3, 1
[all...]
/freebsd-10.3-release/lib/libc/powerpc/gen/
H A Dfpgetround.c46 return ((fp_rnd_t)(fpscr & 0x3));
H A Dfpsetround.c47 old = (fp_rnd_t)(fpscr & 0x3);
/freebsd-10.3-release/lib/libc/powerpc64/gen/
H A Dfpgetround.c46 return ((fp_rnd_t)(fpscr & 0x3));
H A Dfpsetround.c47 old = (fp_rnd_t)(fpscr & 0x3);
/freebsd-10.3-release/crypto/openssl/crypto/rc2/
H A Drc2_cbc.c141 register RC2_INT x0, x1, x2, x3, t; local
149 x3 = (RC2_INT) (l >> 16L);
156 t = (x0 + (x1 & ~x3) + (x2 & x3) + *(p0++)) & 0xffff;
158 t = (x1 + (x2 & ~x0) + (x3 & x0) + *(p0++)) & 0xffff;
160 t = (x2 + (x3 & ~x1) + (x0 & x1) + *(p0++)) & 0xffff;
162 t = (x3 + (x0 & ~x2) + (x1 & x2) + *(p0++)) & 0xffff;
163 x3 = (t << 5) | (t >> 11);
170 x0 += p1[x3 & 0x3f];
173 x3
187 register RC2_INT x0, x1, x2, x3, t; local
[all...]
/freebsd-10.3-release/sys/mips/rmi/dev/xlr/
H A Dxgmac_mdio.h54 _mmio[0x11] = ((st_field & 0x3) << 30) |
55 ((op_type & 0x3) << 28) |
58 ((ta_field & 0x3) << 16) |
77 uint32_t op_type = 0x3; /* read operation */
82 _mmio[0x11] = ((st_field & 0x3) << 30) |
83 ((op_type & 0x3) << 28) |
86 ((ta_field & 0x3) << 16) |
110 _mmio[0x11] = ((st_field & 0x3) << 30) |
111 ((op_type & 0x3) << 28) |
114 ((ta_field & 0x3) << 1
[all...]
/freebsd-10.3-release/sys/mips/atheros/
H A Dar933x_uart.h49 #define AR933X_UART_CS_PARITY_M 0x3
54 #define AR933X_UART_CS_IF_MODE_M 0x3
59 #define AR933X_UART_CS_FLOW_CTRL_M 0x3
H A Dar933xreg.h35 #define AR933X_REV_ID_REVISION_MASK 0x3
63 #define AR933X_PLL_CLOCK_CTRL_CPU_DIV_MASK 0x3
65 #define AR933X_PLL_CLOCK_CTRL_DDR_DIV_MASK 0x3
/freebsd-10.3-release/usr.sbin/dumpcis/
H A Dcis.h165 #define CIS_FEAT_POWER(x) ((x) & 0x3)
169 #define CIS_FEAT_MEMORY(x) (((x) >> 5) & 0x3)
194 #define CIS_WAIT_SCALE(x) ((x) & 0x3)
260 #define CIS_MEM_LENSZ(x) (((x) >> 3) & 0x3)
261 #define CIS_MEM_ADDRSZ(x) (((x) >> 5) & 0x3)
277 #define CIS_MISC_DMA_REQ(x) (((x) >> 2) & 0x3)
/freebsd-10.3-release/crypto/heimdal/lib/wind/
H A Dbidi_table.c18 {0x66d, 0x3},
65 {0x388, 0x3},
93 {0x9be, 0x3},
98 {0x9df, 0x3},
108 {0xa3e, 0x3},
112 {0xa72, 0x3},
116 {0xa8f, 0x3},
140 {0xb5f, 0x3},
144 {0xb8e, 0x3},
150 {0xba8, 0x3},
[all...]
/freebsd-10.3-release/lib/libc/i386/sys/
H A Di386_clr_watch.c42 DBREG_DRX(d,7) = DBREG_DRX(d,7) & ~((0x3 << (watchnum*2)) | (0x0f << (watchnum*4+16)));
H A Di386_set_watch.c43 for (i = 0, mask = 0x3; i < 4; i++, mask <<= 2)
75 DBREG_DRX(d,7) &= ~((0x3 << (watchnum*2)) | (0x0f << (watchnum*4+16)));
/freebsd-10.3-release/sys/dev/isci/scil/
H A Dintel_sat.h89 #define SAT_PROTOCOL_PACKET_PIO_DATA_IN (SAT_PROTOCOL_PACKET | 0x3)
/freebsd-10.3-release/crypto/openssl/crypto/seed/
H A Dseed.c564 seed_word x1, x2, x3, x4; local
569 char2word(rawkey + 8, x3);
572 t0 = (x1 + x3 - KC0) & 0xffffffff;
575 KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC1);
579 KEYSCHEDULE_UPDATE0(t0, t1, x1, x2, x3, x4, KC2);
581 KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC3);
583 KEYSCHEDULE_UPDATE0(t0, t1, x1, x2, x3, x4, KC4);
585 KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC5);
587 KEYSCHEDULE_UPDATE0(t0, t1, x1, x2, x3, x4, KC6);
589 KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x
624 seed_word x1, x2, x3, x4; local
669 seed_word x1, x2, x3, x4; local
[all...]
/freebsd-10.3-release/contrib/pnpinfo/
H A Dpnpinfo.h56 #define COMP_DEVICE_ID 0x3
70 #define ID_STRING_UNICODE 0x3
/freebsd-10.3-release/sys/dev/sound/pcm/
H A Dvchan.h64 (((VCHAN_##y) + 1) & 0x3))))
68 #define VCHAN_SYSCTL_DIR(x) ((int)((intptr_t)(x) & 0x3) - 1)
/freebsd-10.3-release/contrib/tcpdump/
H A Dprint-802_15_4.c54 switch ((fc >> 10) & 0x3) {
69 switch ((fc >> 14) & 0x3) {
129 switch ((fc >> 10) & 0x3) {
151 switch ((fc >> 14) & 0x3) {
/freebsd-10.3-release/sys/gnu/dts/include/dt-bindings/pinctrl/
H A Dat91.h26 #define AT91_PINCTRL_DRIVE_STRENGTH_HI (0x3 << 5)
/freebsd-10.3-release/lib/libc/sparc64/fpu/
H A Dfpu_sqrt.c195 u_int x0, x1, x2, x3; local
226 FPU_ADDS(x3, x3, x3); FPU_ADDCS(x2, x2, x2); \
232 x2 = (x2 << 1) | (x3 >> 31); x3 <<= 1; \
245 x3 = x->fp_mant[3];
365 FPU_SUBS(d3, x3, t3);
370 x0 = d0, x1 = d1, x2 = d2; x3 = d3;
378 FPU_SUBS(d3, x3, t
[all...]
/freebsd-10.3-release/sys/dev/ic/
H A Dvia6522reg.h57 #define ACR_SRI_EXTCLK 0x3 /* " " " " " external clk */
70 #define PCR_CNTL_MASK 0x3 /* 3 bits */
74 #define PCR_CNTL_IPEDGE 0x3 /* Interrupt - positive active edge */

Completed in 140 milliseconds

1234567891011>>