Searched refs:x2 (Results 51 - 75 of 1493) sorted by relevance

1234567891011>>

/freebsd-current/contrib/arm-optimized-routines/pl/math/
H A Dasinh_2u5.c59 double x2 = x * x; local
60 double z2 = x2 * x2;
63 double p = estrin_17_f64 (x2, z2, z4, z8, z8 * z8, __asinh_data.poly);
64 double y = fma (p, x2 * ax, ax);
H A Dasinhf_3u5.c57 float x2 = ax * ax; local
58 float p = estrin_7_f32 (ax, x2, x2 * x2, __asinhf_data.coeffs);
59 float y = fmaf (x2, p, ax);
/freebsd-current/libexec/rtld-elf/aarch64/
H A Drtld_start.S41 add x2, x1, #8 /* obj_main */
44 ldp x2, x1, [sp], #16 /* Load cleanup, obj_main */
69 stp x2, x3, [sp, #-16]!
81 ldr x2, [x17, #0] /* Get the address of the entry */
82 sub x1, x2, x16 /* Find its offset */
105 ldp x2, x3, [sp], #16
158 stp x1, x2, [sp, #(-2 * 16)]!
162 .cfi_rel_offset x2, 8
170 ldr x2, [x0] /* dtv[0] (generation count) */
172 cmp x2, x
[all...]
/freebsd-current/sys/libkern/arm64/
H A Dcrc32c_armv8.S45 cmp w2, #0x2
48 sub w2, w2, 0x2
49 ldr w10, [x1], #0x2
54 tbz x1, #0x2, double_word_aligned
67 tbz w2, #0x2, last_half_word
72 ldr w10, [x1], #0x2
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInfo.h27 NE = 0x2,
48 BRLT = 0x2,
/freebsd-current/sys/ofed/include/uapi/rdma/
H A Dmlx5_user_ioctl_verbs.h45 MLX5_IB_UAPI_FLOW_TABLE_TYPE_FDB = 0x2,
53 MLX5_IB_UAPI_FLOW_ACTION_PACKET_REFORMAT_TYPE_L3_TUNNEL_TO_L2 = 0x2,
/freebsd-current/stand/ficl/
H A Dgfx_loader.c50 * fb-bezier ( x0 y0 x1 y1 x2 y2 wd -- )
51 * fb-drawrect ( x1 y1 x2 y2 fill -- )
53 * fb-putimage ( flags x1 y1 x2 y2 -- flag )
55 * term-drawrect ( x1 y1 x2 y2 fill -- )
56 * term-putimage ( flags x1 y1 x2 y2 -- flag )
59 /* ( flags x1 y1 x2 y2 -- flag ) */
66 uint32_t x1, y1, x2, y2, f; local
76 x2 = stackPopINT(pVM->pStack);
83 if (x2 != 0) {
84 x2
117 uint32_t x1, y1, x2, y2, f; local
184 FICL_UNS x0, y0, x1, y1, x2, y2, width; local
203 FICL_UNS x1, x2, y1, y2, fill; local
220 FICL_UNS x1, x2, y1, y2; local
[all...]
/freebsd-current/sys/arm64/arm64/
H A Dcopyinout.S64 cbz x2, 1f
80 cbz x2, 1f
98 cbz x2, 3f /* If len == 0 then skip loop */
111 sub x2, x2, #1 /* len-- */
112 cbnz x2, 1b
131 * x2 - size
160 subs x2, x2, #0x01
165 cmp x2, #
[all...]
/freebsd-current/contrib/bearssl/src/symcipher/
H A Daes_x86ni_ctrcbc.c92 __m128i x0, x1, x2, x3; local
100 x2 = _mm_shuffle_epi8(ivx2, erev);
105 x2 = _mm_xor_si128(x2, sk[0]);
109 x2 = _mm_aesenc_si128(x2, sk[1]);
113 x2 = _mm_aesenc_si128(x2, sk[2]);
117 x2 = _mm_aesenc_si128(x2, s
[all...]
/freebsd-current/crypto/heimdal/lib/wind/
H A Derrorlist_table.c65 {0xfffe, 0x2, WIND_PROFILE_NAME|WIND_PROFILE_LDAP|WIND_PROFILE_SASL}, /* C.4: [NONCHARACTER CODE POINTS] */
67 {0x1fffe, 0x2, WIND_PROFILE_NAME|WIND_PROFILE_LDAP|WIND_PROFILE_SASL}, /* C.4: [NONCHARACTER CODE POINTS] */
68 {0x2fffe, 0x2, WIND_PROFILE_NAME|WIND_PROFILE_LDAP|WIND_PROFILE_SASL}, /* C.4: [NONCHARACTER CODE POINTS] */
69 {0x3fffe, 0x2, WIND_PROFILE_NAME|WIND_PROFILE_LDAP|WIND_PROFILE_SASL}, /* C.4: [NONCHARACTER CODE POINTS] */
70 {0x4fffe, 0x2, WIND_PROFILE_NAME|WIND_PROFILE_LDAP|WIND_PROFILE_SASL}, /* C.4: [NONCHARACTER CODE POINTS] */
71 {0x5fffe, 0x2, WIND_PROFILE_NAME|WIND_PROFILE_LDAP|WIND_PROFILE_SASL}, /* C.4: [NONCHARACTER CODE POINTS] */
72 {0x6fffe, 0x2, WIND_PROFILE_NAME|WIND_PROFILE_LDAP|WIND_PROFILE_SASL}, /* C.4: [NONCHARACTER CODE POINTS] */
73 {0x7fffe, 0x2, WIND_PROFILE_NAME|WIND_PROFILE_LDAP|WIND_PROFILE_SASL}, /* C.4: [NONCHARACTER CODE POINTS] */
74 {0x8fffe, 0x2, WIND_PROFILE_NAME|WIND_PROFILE_LDAP|WIND_PROFILE_SASL}, /* C.4: [NONCHARACTER CODE POINTS] */
75 {0x9fffe, 0x2, WIND_PROFILE_NAM
[all...]
/freebsd-current/sys/powerpc/fpu/
H A Dfpu_sqrt.c191 u_int x0, x1, x2, x3; local
239 FPU_ADDS(x3, x3, x3); FPU_ADDCS(x2, x2, x2); \
244 x0 = (x0 << 1) | (x1 >> 31); x1 = (x1 << 1) | (x2 >> 31); \
245 x2 = (x2 << 1) | (x3 >> 31); x3 <<= 1; \
257 x2 = x->fp_mant[2];
345 FPU_SUBS(d2, x2, t2);
349 x0 = d0, x1 = d1, x2
[all...]
/freebsd-current/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6sl-pinfunc.h15 #define MX6SL_PAD_AUD_MCLK__ECSPI3_RDY 0x04c 0x2a4 0x6b4 0x2 0x0
22 #define MX6SL_PAD_AUD_RXC__UART3_TX_DATA 0x050 0x2a8 0x000 0x2 0x0
23 #define MX6SL_PAD_AUD_RXC__UART3_RX_DATA 0x050 0x2a8 0x80c 0x2 0x0
30 #define MX6SL_PAD_AUD_RXD__UART4_RX_DATA 0x054 0x2ac 0x814 0x2 0x0
31 #define MX6SL_PAD_AUD_RXD__UART4_TX_DATA 0x054 0x2ac 0x000 0x2 0x0
37 #define MX6SL_PAD_AUD_RXFS__UART3_RX_DATA 0x058 0x2b0 0x80c 0x2 0x1
38 #define MX6SL_PAD_AUD_RXFS__UART3_TX_DATA 0x058 0x2b0 0x000 0x2 0x0
45 #define MX6SL_PAD_AUD_TXC__UART4_TX_DATA 0x05c 0x2b4 0x000 0x2 0x0
46 #define MX6SL_PAD_AUD_TXC__UART4_RX_DATA 0x05c 0x2b4 0x814 0x2 0x1
52 #define MX6SL_PAD_AUD_TXD__UART4_CTS_B 0x060 0x2b8 0x000 0x2
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Darm64intr.h30 _ARM64_BARRIER_OSHST = 0x2,
H A Darmintr.h27 _ARM_BARRIER_OSHST = 0x2
/freebsd-current/sys/contrib/device-tree/include/dt-bindings/pmu/
H A Dexynos_ppmu.h14 #define PPMU_RW_BUSY_CYCLE_CNT 0x2
/freebsd-current/sys/dts/include/dt-bindings/soc/
H A Dqcom,tcsr.h7 #define TCSR_USB_SELECT_USB3_P1 0x2
/freebsd-current/sys/contrib/xen/io/
H A Dlibxenvchan.h58 #define VCHAN_NOTIFY_READ 0x2
/freebsd-current/sys/contrib/device-tree/include/dt-bindings/iio/addac/
H A Dadi,ad74413r.h8 #define CH_FUNC_CURRENT_OUTPUT 0x2
/freebsd-current/sys/contrib/device-tree/include/dt-bindings/mailbox/
H A Dtegra186-hsp.h15 #define TEGRA_HSP_MBOX_TYPE_SS 0x2
/freebsd-current/contrib/llvm-project/compiler-rt/lib/orc/
H A Dcoff_platform.h31 ORC_RT_RTLD_NOW = 0x2,
/freebsd-current/usr.sbin/bhyve/
H A Dqemu_fwcfg.h12 #define QEMU_FWCFG_MAX_ARCHS 0x2
/freebsd-current/sys/dev/isci/scil/
H A Dintel_sat.h88 #define SAT_PROTOCOL_PACKET_DMA_DATA_OUT (SAT_PROTOCOL_PACKET | 0x2)
/freebsd-current/sys/cddl/compat/opensolaris/sys/
H A Dmisc.h37 #define _ACL_ACE_ENABLED 0x2
/freebsd-current/sys/ddb/
H A Ddb_break.h50 #define BKPT_SINGLE_STEP 0x2 /* to simulate single step */
/freebsd-current/sys/dev/virtio/balloon/
H A Dvirtio_balloon.h36 #define VIRTIO_BALLOON_F_STATS_VQ 0x2 /* Memory stats virtqueue */

Completed in 373 milliseconds

1234567891011>>