Searched refs:x2 (Results 1 - 25 of 1286) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dpopcountdi2.c18 du_int x2 = (du_int)a; local
19 x2 = x2 - ((x2 >> 1) & 0x5555555555555555uLL);
21 x2 = ((x2 >> 2) & 0x3333333333333333uLL) + (x2 & 0x3333333333333333uLL);
23 x2 = (x2 + (x2 >>
[all...]
H A Dpopcountti2.c32 du_int x2 = (du_int)(x3 + (x3 >> 64)); local
34 su_int x = (su_int)(x2 + (x2 >> 32));
/freebsd-11-stable/sys/gnu/dts/include/dt-bindings/phy/
H A Dphy-pistachio-usb.h14 #define REFCLK_CLK_CORE 0x2
/freebsd-11-stable/lib/msun/src/
H A Ds_tanhl.c115 long double hi,lo,s,x2,x4,z; local
139 x2 = x*x;
141 x4 = x2*x2;
142 RETURNI(((T19*x2 + T17)*x4 + (T15*x2 + T13))*(x2*x*x2*x4*x4) +
143 ((T11*x2 + T9)*x4 + (T7*x2
[all...]
H A De_sinhl.c87 long double hi,lo,x2,x4; local
110 x2 = x*x;
112 x4 = x2*x2;
113 RETURNI(((S17*x2 + S15)*x4 + (S13*x2 + S11))*(x2*x*x4*x4) +
114 ((S9*x2 + S7)*x2 + S5)*(x2*
[all...]
H A De_coshl.c88 long double hi,lo,x2,x4; local
106 x2 = x*x;
108 x4 = x2*x2;
109 RETURNI(((C16*x2 + C14)*x4 + (C12*x2 + C10))*(x4*x4*x2) +
110 ((C8*x2 + C6)*x2 + C4)*x4 + C2*x2
[all...]
/freebsd-11-stable/sys/dev/e1000/
H A De1000_82543.h41 #define PHY_OP_READ 0x2
43 #define PHY_TURNAROUND 0x2
47 #define TBI_SBP_ENABLED 0x2
/freebsd-11-stable/stand/i386/kgzldr/
H A Dkgzldr.h30 #define KGZ_SIO 0x2 /* Serial console */
/freebsd-11-stable/sys/arm64/arm64/
H A Dbzero.S82 sub x2, x7, #0x01
84 eor x3, x3, x2
85 add x4, x0, x2
92 rbit x2, x7
93 clz x2, x2
94 lsr x5, x5, x2
117 ands x2, x0, #0x0f
120 ands x2, x2, #
[all...]
H A Dsupport.S69 str w4, [x2] /* Store the read data */
91 str x4, [x2] /* Store the read data */
128 ldr x2, =(VM_MAXUSER_ADDRESS-3)
129 cmp x0, x2
132 SET_FAULT_HANDLER(x6, x2) /* And set it */
134 SET_FAULT_HANDLER(xzr, x2) /* Reset the fault handler */
146 ldr x2, =(VM_MAXUSER_ADDRESS-7)
147 cmp x0, x2
150 SET_FAULT_HANDLER(x6, x2) /* And set it */
152 SET_FAULT_HANDLER(xzr, x2) /* Rese
[all...]
H A Dlocore.S71 mrs x2, sctlr_el1
72 bic x2, x2, SCTLR_M
73 msr sctlr_el1, x2
201 cmp x1, #0x2
206 mov x2, #(HCR_RW)
207 msr hcr_el2, x2
210 mrs x2, midr_el1
211 msr vpidr_el2, x2
214 mrs x2, mpidr_el
[all...]
H A Dcopyinout.S57 cbz x2, 1f
58 adds x3, x1, x2
77 cbz x2, 1f
78 adds x3, x0, x2
99 cbz x2, 3f /* If len == 0 then skip loop */
113 sub x2, x2, #1 /* len-- */
114 cbnz x2, 1b
134 * x2 - size
163 subs x2, x
[all...]
H A Dbus_space_asm.S33 ldrb w0, [x1, x2]
38 ldrh w0, [x1, x2]
43 ldr w0, [x1, x2]
48 ldr x0, [x1, x2]
57 add x0, x1, x2
78 add x0, x1, x2
99 add x0, x1, x2
120 add x0, x1, x2
141 add x0, x1, x2
162 add x0, x1, x2
[all...]
/freebsd-11-stable/crypto/heimdal/lib/wind/
H A Dbidi_table.c21 {0x6e5, 0x2},
34 {0xfb40, 0x2},
35 {0xfb43, 0x2},
60 {0x2d0, 0x2},
73 {0x4f8, 0x2},
86 {0x982, 0x2},
88 {0x98f, 0x2},
94 {0x9c7, 0x2},
95 {0x9cb, 0x2},
97 {0x9dc, 0x2},
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/atomic/aarch64/
H A Dopensolaris_atomic.S35 1: ldxr x2, [x0] /* Load *target */
36 add x2, x2, x1 /* x2 = x2 + delta */
37 stxr w3, x2, [x0] /* Store *target */
39 mov x0, x2 /* Return the new value */
65 stxr w4, x2, [x0] /* Store newval to *target */
76 orr w2, w2, w1 /* x2 = x2 | delt
[all...]
/freebsd-11-stable/bin/pax/
H A Dpat_rep.h49 #define GLOB 0x2
/freebsd-11-stable/lib/libc/aarch64/sys/
H A Dvfork.S35 mov x2, lr
40 mov lr, x2
/freebsd-11-stable/sys/gnu/dts/include/dt-bindings/interrupt-controller/
H A Dirq-st.h27 #define ST_IRQ_SYSCFG_EXT_2_INV 0x2
/freebsd-11-stable/crypto/openssl/crypto/rc2/
H A Drc2_cbc.c141 register RC2_INT x0, x1, x2, x3, t; local
148 x2 = (RC2_INT) l & 0xffff;
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;
161 x2 = (t << 3) | (t >> 13);
162 t = (x3 + (x0 & ~x2) + (x1 & x2) + *(p0++)) & 0xffff;
172 x2 += p1[x1 & 0x3f];
173 x3 += p1[x2
187 register RC2_INT x0, x1, x2, x3, t; local
[all...]
/freebsd-11-stable/sys/cddl/dev/dtrace/aarch64/
H A Ddtrace_asm.S111 cbz x2, 2f /* If len == 0 then skip loop */
115 sub x2, x2, #1 /* len-- */
116 cbnz x2, 1b
128 cbz x2, 2f /* If len == 0 then skip loop */
133 sub x2, x2, #1 /* len-- */
134 cbnz x2, 1b
170 stxr w12, x2, [x0] /* Store new to target */
/freebsd-11-stable/sys/contrib/cloudabi/
H A Dcloudabi_vdso_aarch64.S41 ldr x2, [sp, #-8]
43 str x0, [x2]
50 str x2, [sp, #-8]
53 ldr x2, [sp, #-8]
55 str x0, [x2]
77 ldr x2, [sp, #-8]
79 str w0, [x2]
86 stp x1, x2, [sp, #-16]
89 ldp x2, x3, [sp, #-16]
91 str w0, [x2]
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_aarch64.S178 adrp x2, :got:_ZN14__interception14real_sigsetjmpE
179 ldr x2, [x2, #:got_lo12:_ZN14__interception14real_sigsetjmpE]
180 ldr x2, [x2]
182 adrp x2, _sigsetjmp$non_lazy_ptr@page
183 add x2, x2, _sigsetjmp$non_lazy_ptr@pageoff
184 ldr x2, [x2]
[all...]
/freebsd-11-stable/sys/dev/auxio/
H A Dauxioreg.h54 #define AUXIO_PCI_SLOT1 0x2
62 #define AUXIO_FREQ_FREQ2 0x2
71 #define AUXIO_TEMP_ENABLE 0x2
/freebsd-11-stable/sys/libkern/arm64/
H A Dcrc32c_armv8.S44 cmp w2, #0x2
47 sub w2, w2, 0x2
48 ldr w10, [x1], #0x2
53 tbz x1, #0x2, double_word_aligned
66 tbz w2, #0x2, last_half_word
71 ldr w10, [x1], #0x2
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInfo.h27 NE = 0x2,
48 BRLT = 0x2,

Completed in 138 milliseconds

1234567891011>>