Searched refs:x0 (Results 251 - 275 of 1373) sorted by relevance

<<11121314151617181920>>

/freebsd-current/sys/libkern/arm64/
H A Dcrc32c_armv8.S40 tbz x1, #0x0, half_word_aligned
75 tbz w2, #0x0, end
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-range.exp4 make: "varmod-range.mk" line 78: while evaluating "${:U:range=0x0}Rest" != "Rest"": Unknown modifier "x0"
5 make: "varmod-range.mk" line 78: Malformed conditional ("${:U:range=0x0}Rest" != "Rest")
/freebsd-current/contrib/bearssl/src/hash/
H A Dghash_ctmul32.c51 uint32_t x0, x1, x2, x3; local
55 x0 = x & (uint32_t)0x11111111;
63 z0 = (x0 * y0) ^ (x1 * y3) ^ (x2 * y2) ^ (x3 * y1);
64 z1 = (x0 * y1) ^ (x1 * y0) ^ (x2 * y3) ^ (x3 * y2);
65 z2 = (x0 * y2) ^ (x1 * y1) ^ (x2 * y0) ^ (x3 * y3);
66 z3 = (x0 * y3) ^ (x1 * y2) ^ (x2 * y1) ^ (x3 * y0);
H A Dghash_ctmul.c73 uint32_t x0, x1, x2, x3; local
78 x0 = x & (uint32_t)0x11111111;
88 * (x0+W*x1)*(y0+W*y1) -> a0:b0
90 * ((x0+x2)+W*(x1+x3))*((y0+y2)+W*(y1+y3)) -> a6:b6
92 a0 = x0;
167 uint32_t x0, x1, x2, x3; local
172 x0 = x & (uint32_t)0x11111111;
180 z0 = MUL(x0, y0) ^ MUL(x1, y3) ^ MUL(x2, y2) ^ MUL(x3, y1);
181 z1 = MUL(x0, y1) ^ MUL(x1, y0) ^ MUL(x2, y3) ^ MUL(x3, y2);
182 z2 = MUL(x0, y
[all...]
/freebsd-current/stand/ficl/
H A Dgfx_loader.c50 * fb-bezier ( x0 y0 x1 y1 x2 y2 wd -- )
52 * fb-line ( x0 y0 x1 y1 wd -- )
167 FICL_UNS x0, y0, x1, y1, wd; local
177 x0 = stackPopUNS(pVM->pStack);
178 gfx_fb_line(x0, y0, x1, y1, wd);
184 FICL_UNS x0, y0, x1, y1, x2, y2, width; local
196 x0 = stackPopUNS(pVM->pStack);
197 gfx_fb_bezier(x0, y0, x1, y1, x2, y2, width);
/freebsd-current/sys/arm64/linux/
H A Dlinux_support.S49 mov x0, #EFAULT
78 mov x0, #EAGAIN /* Store of newval failed */
101 mov x0, #EAGAIN
124 mov x0, #EAGAIN
147 mov x0, #EAGAIN
170 mov x0, #EAGAIN
/freebsd-current/sys/dev/bnxt/bnxt_en/
H A Dhsi_struct_def.h71 * * 0x0-0xFFF8 - The function ID
162 #define TLV_FLAGS_MORE_LAST UINT32_C(0x0)
173 #define TLV_FLAGS_REQUIRED_NO (UINT32_C(0x0) << 1)
220 * 0x0 - 0xFFF8 - Used for function ids
278 /* Default target_id (0x0) to maintain compatibility with old driver */
279 #define HWRM_SHORT_INPUT_TARGET_ID_DEFAULT UINT32_C(0x0)
294 ((x) == 0x0 ? "HWRM_VER_GET": \
797 #define HWRM_VER_GET UINT32_C(0x0)
1579 #define HWRM_ERR_CODE_SUCCESS UINT32_C(0x0)
1698 ((x) == 0x0
[all...]
/freebsd-current/sys/contrib/dev/rtw88/
H A Drtw8822c.c228 if (t != 0x0)
367 rf_a = rtw_read_rf(rtwdev, RF_PATH_A, 0x0, RFREG_MASK);
368 rf_b = rtw_read_rf(rtwdev, RF_PATH_B, 0x0, RFREG_MASK);
383 rtw_write32_mask(rtwdev, 0x180c, 0x3, 0x0);
384 rtw_write32_mask(rtwdev, 0x410c, 0x3, 0x0);
389 rtw_write32_mask(rtwdev, 0x1e24, BIT(31), 0x0);
418 rtw_write32_mask(rtwdev, base_addr + 0x30, BIT(30), 0x0);
425 rtw_write_rf(rtwdev, RF_PATH_A, 0x0, RFREG_MASK, 0x10000);
426 rtw_write_rf(rtwdev, RF_PATH_B, 0x0, RFREG_MASK, 0x10000);
436 if (ic != 0x0) {
[all...]
/freebsd-current/sys/crypto/openssl/aarch64/
H A Darmv8-mont.S187 mov x1,x0
202 ldr x8,[x0],#8 // rp[0]
209 ldr x8,[x0],#8
211 stur x14,[x0,#-16]
216 stur x14,[x0,#-8]
221 mov x0,#1
869 stp w8,w9,[x0],#8
870 stp w10,w11,[x0],#8
879 sub x0,x0,x1
[all...]
/freebsd-current/sys/contrib/dev/rtw89/
H A Drtw8851b_rfk.c61 ID_TXAGC = 0x0,
78 RF_SHUT_DOWN = 0x0,
97 static const u32 g_idxattc2[RTW8851B_RXK_GROUP_NR] = {0x0, 0xf, 0x0, 0xf};
98 static const u32 g_idxrxagc[RTW8851B_RXK_GROUP_NR] = {0x0, 0x1, 0x2, 0x3};
102 static const u32 a_power_range[RTW8851B_TXK_GROUP_NR] = {0x0};
106 static const u32 g_power_range[RTW8851B_TXK_GROUP_NR] = {0x0};
113 0xef, 0xde, 0x0, 0x1e, 0x2, 0x85, 0x90, 0x5};
154 rtw89_write_rf(rtwdev, path, RR_RSV1, RR_RSV1_RST, 0x0);
163 rtw89_write_rf(rtwdev, path, RR_BBDC, RR_BBDC_SEL, 0x0);
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h67 WASM_EXTERNAL_FUNCTION = 0x0,
117 WASM_LIMITS_FLAG_NONE = 0x0,
169 WASM_COMDAT_DATA = 0x0,
177 WASM_SYMBOL_TYPE_FUNCTION = 0x0,
192 WASM_TAG_ATTRIBUTE_EXCEPTION = 0x0,
198 const unsigned WASM_SYMBOL_BINDING_GLOBAL = 0x0;
201 const unsigned WASM_SYMBOL_VISIBILITY_DEFAULT = 0x0;
/freebsd-current/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-ppcfp.pl78 my ($x0,$x1,$x2,$x3) = ($c2lo,$c2hi,$c3lo,$c3hi);
301 mffs $x0 # original fpscr
318 stfd $x0,`$LOCALS+8*4`($sp) # save original fpscr
326 lfd $x0,`$LOCALS+8*0`($sp)
340 fsub $x0,$x0,$two0 # de-bias input
346 fadd $x0,$x0,$h0lo # accumulate input
425 fadd $x0,$h0lo,$h0hi
455 fmadd $h0lo,$r0lo,$x0,
[all...]
/freebsd-current/sys/arm64/arm64/
H A Dlocore.S139 mov x1, x0
142 mov x0, sp
144 str x1, [x0, #BP_MODULEP]
147 str x25, [x0, #BP_KERN_STACK]
148 str x27, [x0, #BP_KERN_TTBR0]
149 str x23, [x0, #BP_BOOT_EL]
150 str x4, [x0, #BP_HCR_EL2]
154 mov x19, x0
157 ldr x0, [x0, #BP_KERN_STAC
[all...]
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/ref/
H A Dchacha20_ref.c84 uint32_t x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, local
125 x0 = j0;
142 QUARTERROUND(x0, x4, x8, x12)
146 QUARTERROUND(x0, x5, x10, x15)
151 x0 = PLUS(x0, j0);
168 x0 = XOR(x0, LOAD32_LE(m + 0));
192 STORE32_LE(c + 0, x0);
/freebsd-current/crypto/openssl/crypto/modes/asm/
H A Dghash-c64xplus.pl38 ($xip,$x0,$x1,$xib)=map("B$_",(6..9)); # $xip zaps $len
72 || LDBU *--${xip},$x0 ; Xi[14]
120 || [B0] SHRU $Z1,16,$x0 ; Xi[14]
127 || [B0] SHRU $Z0,8,$x0 ; Xi[14]
165 || [A0] LDBU *--${xip},$x0
177 || SHL $x0,1,$xib
178 || SHL $x0,1,$xia
221 || [B0] SHRU $Z1,16,$x0 ; Xi[14]
232 || [B0] SHRU $Z0,8,$x0 ; Xi[14]
/freebsd-current/sys/crypto/chacha20/
H A Dchacha.c113 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local
147 x0 = j0;
164 QUARTERROUND( x0, x4, x8,x12)
168 QUARTERROUND( x0, x5,x10,x15)
173 x0 = PLUS(x0,j0);
191 x0 = XOR(x0,U8TO32_LITTLE(m + 0));
224 U32TO8_LITTLE(c + 0,x0);
/freebsd-current/sys/dev/bwn/
H A Dif_bwn_phy_common.c230 bhnd_pmu_write_chipctrl(sc->sc_pmu, 0x0, 0x0, pll_flag);
231 bhnd_pmu_write_chipctrl(sc->sc_pmu, 0x0, pll_flag, pll_flag);
232 bhnd_pmu_write_chipctrl(sc->sc_pmu, 0x0, 0x0, pll_flag);
/freebsd-current/sys/dev/mlx5/
H A Ddevice.h398 MLX5_OPCODE_MOD_UMR_UMR = 0x0,
404 MLX5_OPCODE_MOD_PSV_PSV = 0x0,
582 MLX5_MODULE_EVENT_ERROR_POWER_BUDGET_EXCEEDED = 0x0,
765 CQE_L4_HDR_TYPE_NONE = 0x0,
797 MLX5_CQE_ROCE_L3_HEADER_TYPE_GRH = 0x0,
809 CQE_TLS_OFFLOAD_NOT_DECRYPTED = 0x0,
895 VPORT_STATE_DOWN = 0x0,
957 MLX5_NIC_VPORT_LIST_TYPE_UC = 0x0,
963 MLX5_ESW_VPORT_ADMIN_STATE_DOWN = 0x0,
1002 MLX5_QCAM_REGS_FIRST_128 = 0x0,
[all...]
/freebsd-current/sys/arm/mv/armada38x/
H A Darmada38x_rtc.c54 #define RTC_STATUS 0x0
72 #define A38X_RTC_BRIDGE_TIMING_CTRL 0x0
80 #define A8K_RTC_BRIDGE_TIMING_CTRL0 0x0
302 * issue a dummy write of 0x0 twice to RTC Status register.
304 mv_rtc_reg_write(sc, RTC_STATUS, 0x0);
305 mv_rtc_reg_write(sc, RTC_STATUS, 0x0);
/freebsd-current/contrib/gdtoa/
H A Dsmisc.c171 ULong *x, *x0, x1, x2; local
185 x0 = x;
187 while(x > x0)
/freebsd-current/contrib/bearssl/src/mac/
H A Dhmac_ct.c156 uint32_t d, e, x0, x1; local
174 x0 = MUX(EQ(u, (uint32_t)len), 0x80, d);
176 x[0] = MUX(LE(u, (uint32_t)len), x0, x1);
/freebsd-current/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300template_hb116.h41 {0x00,0x03,0x7f,0x0,0x0,0x0}, //mac_addr[6];
H A Dar9300template_hb112.h40 {0x00,0x03,0x7f,0x0,0x0,0x0}, //mac_addr[6];
H A Dar9300template_ap121.h40 {0x00,0x03,0x7f,0x0,0x0,0x0}, //mac_addr[6];
H A Dar9300template_wasp_2.h40 {0x00,0x03,0x7f,0x0,0x0,0x0}, //mac_addr[6];

Completed in 507 milliseconds

<<11121314151617181920>>