Searched refs:x0 (Results 101 - 125 of 1373) sorted by relevance

1234567891011>>

/freebsd-current/contrib/bearssl/src/symcipher/
H A Ddes_ct.c203 * Words x0 to x5 contain the T-box inputs 0 to 5.
205 uint32_t x0, x1, x2, x3, x4, x5, z0; local
222 x0 = (x4 << 4) | (x4 >> 28);
228 x0 ^= sk[0];
243 y0 = (uint32_t)0xEFA72C4D ^ (x0 & (uint32_t)0xEC7AC69C);
244 y1 = (uint32_t)0xAEAAEDFF ^ (x0 & (uint32_t)0x500FB821);
245 y2 = (uint32_t)0x37396665 ^ (x0 & (uint32_t)0x40EFA809);
246 y3 = (uint32_t)0x68D7B833 ^ (x0 & (uint32_t)0xA5EC0B28);
247 y4 = (uint32_t)0xC9C755BB ^ (x0 & (uint32_t)0x252CF820);
248 y5 = (uint32_t)0x73FC3606 ^ (x0
[all...]
/freebsd-current/sys/dev/qat_c2xxx/
H A Dqat_c2xxxreg.h126 #define PESRAM_OFFSET_C2XXX 0x0
127 #define PESRAM_SIZE_C2XXX 0x0
134 #define SCRATCH_SIZE_C2XXX 0x0
143 #define PMU_SIZE_C2XXX 0x0
151 #define PETRINGCSR_OFFSET_C2XXX 0x0
152 #define PETRINGCSR_SIZE_C2XXX 0x0 /* use size of BAR */
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInfo.h25 AL = 0x0,
46 BREQ = 0x0,
/freebsd-current/sys/contrib/device-tree/include/dt-bindings/pinctrl/
H A Dat91.h25 #define AT91_PINCTRL_DRIVE_STRENGTH_DEFAULT (0x0 << 5)
30 #define AT91_PINCTRL_SLEWRATE_ENA (0x0 << 9)
/freebsd-current/sys/arm64/iommu/
H A Diommu_pte.h36 #define IOMMU_L0_INVAL 0x0 /* An invalid address */
57 #define IOMMU_L3_INVAL 0x0
H A Dsmmureg.h39 #define IDR0_ST_LVL_LINEAR (0x0 << IDR0_ST_LVL_S) /* Linear Stream table*/
44 #define IDR0_STALL_MODEL_STALL (0x0 << IDR0_STALL_MODEL_S) /* Stall and Term*/
48 #define IDR0_TTENDIAN_MIXED (0x0 << IDR0_TTENDIAN_S)
109 #define IDR5_OAS_32 (0x0 << IDR5_OAS_S)
130 #define CR1_TABLE_SH_NS (0x0 << CR1_TABLE_SH_S)
135 #define CR1_TABLE_OC_NC (0x0 << CR1_TABLE_OC_S)
140 #define CR1_TABLE_IC_NC (0x0 << CR1_TABLE_IC_S)
145 #define CR1_QUEUE_SH_NS (0x0 << CR1_QUEUE_SH_S)
150 #define CR1_QUEUE_OC_NC (0x0 << CR1_QUEUE_OC_S)
155 #define CR1_QUEUE_IC_NC (0x0 << CR1_QUEUE_IC_
[all...]
/freebsd-current/lib/libc/aarch64/gen/
H A D_ctx_start.S34 mov x0, x20 /* Load ucp saved in makecontext */
/freebsd-current/sys/arm64/arm64/
H A Dcpufunc_asm.S52 * Macro to handle the cache. This takes the start address in x0, length
53 * in x1. It will corrupt x0, x1, x2, x3, and x4.
64 and x2, x0, x4 /* Get the low bits of the address */
66 bic x0, x0, x4 /* Clear the low bit of the address */
68 mov x2, x0 /* Save the address */
72 dc \dcop, x0
73 add x0, x0, x3 /* Move to the next line */
186 mov x0, #
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/
H A Dsme-abi.S32 cntd x0
34 str x0, [sp, #16]
40 tbz x0, #0, 2f
55 mov x0, xzr
62 orr x0, x0, #0xC000000000000000
64 bfxil x0, x16, #0, #2
79 ldrh w14, [x0, #10]
81 ldr w14, [x0, #12]
85 ldr x16, [x0]
[all...]
/freebsd-current/contrib/bearssl/src/hash/
H A Dghash_pwr8.c83 * Left-shift x0:x1 by one bit to the left. This is a corrective action
88 #define SL_256(x0, x1) \
90 vsl(x0, x0, HB1) \
93 vxor(x0, x0, TT0)
96 * Reduce x0:x1 in GF(2^128), result in xd (register xd may be the same as
97 * x0 or x1, or a different register). x0 and x1 are modified.
99 #define REDUCE_F128(xd, x0, x
[all...]
/freebsd-current/sys/contrib/device-tree/include/dt-bindings/pmu/
H A Dexynos_ppmu.h12 #define PPMU_RO_BUSY_CYCLE_CNT 0x0
/freebsd-current/tools/test/stress2/misc/
H A Djail4.sh60 ip4s = 0x0,
61 ip6s = 0x0,
62 ip4 = 0x0,
63 ip6 = 0x0}
/freebsd-current/sys/contrib/libsodium/src/libsodium/include/sodium/private/
H A Dsse2_64_32.h22 union { int64_t as64; int32_t as32[2]; } x0, x1; local
23 x0.as64 = q0; x1.as64 = q1;
24 return _mm_set_epi32(x1.as32[1], x1.as32[0], x0.as32[1], x0.as32[0]);
/freebsd-current/sys/contrib/device-tree/include/dt-bindings/iio/addac/
H A Dadi,ad74413r.h6 #define CH_FUNC_HIGH_IMPEDANCE 0x0
/freebsd-current/sys/contrib/device-tree/include/dt-bindings/mailbox/
H A Dtegra186-hsp.h13 #define TEGRA_HSP_MBOX_TYPE_DB 0x0
/freebsd-current/sys/arm/altera/socfpga/
H A Dsocfpga_rstmgr.h31 #define RSTMGR_STAT 0x0 /* Status */
/freebsd-current/sys/dev/isci/scil/
H A Dintel_sat.h86 #define SAT_PROTOCOL_PACKET_NON_DATA (SAT_PROTOCOL_PACKET | 0x0)
H A Dsati_atapi.c138 {0x3, 0x0, 0x0, 0x0, 0x12, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0};
[all...]
/freebsd-current/sys/dev/usb/storage/
H A Drio500_usb.h46 #define RIO_DIR_OUT 0x0
/freebsd-current/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
27 x0 = U32C(0x61707865);
32 x0 = LOAD32_LE(c + 0);
51 x4 ^= ROTL32(x0 + x12, 7);
52 x8 ^= ROTL32(x4 + x0, 9);
54 x0 ^= ROTL32(x12 + x8, 18);
67 x1 ^= ROTL32(x0 + x3, 7);
68 x2 ^= ROTL32(x1 + x0, 9);
70 x0 ^= ROTL32(x3 + x2, 18);
85 STORE32_LE(out + 0, x0);
[all...]
/freebsd-current/sys/crypto/openssl/aarch64/
H A Dkeccak1600-armv8.S46 eor x26,x0,x5
87 eor x0,x0,x4
143 bic x28,x0,x4
144 bic x30,x1,x0
145 eor x0,x0,x26
159 eor x0,x0,x30 // A[0][0] ^= Iota
221 str x0,[s
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_tag_mismatch_aarch64.S15 // and saved the previous values of x0, x1, x29, and x30. This function will
51 // | Saved x0, likewise above. |
55 // * x0: The data address.
84 and x17, x0, #0xf
89 ubfx x16, x0, #4, #52
98 orr x16, x0, #0xf
100 cmp x16, x0, lsr #56
103 // Restore x0, x1 and sp to their values from before the __hwasan_tag_mismatch
105 ldp x0, x1, [sp], #256
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Dnvm_cfg.h64 u32 generic_cont0; /* 0x0 */
67 #define NVM_CFG1_GLOB_BOARD_SWAP_NONE 0x0
73 #define NVM_CFG1_GLOB_MF_MODE_MF_ALLOWED 0x0
83 #define NVM_CFG1_GLOB_FAN_FAILURE_ENFORCEMENT_DISABLED 0x0
91 #define NVM_CFG1_GLOB_ENABLE_SRIOV_DISABLED 0x0
95 #define NVM_CFG1_GLOB_ENABLE_ATC_DISABLED 0x0
99 #define NVM_CFG1_GLOB_RESERVED__M_WAS_CLOCK_SLOWDOWN_DISABLED 0x0
107 #define NVM_CFG1_GLOB_PCI_GEN_PCI_GEN1 0x0
112 #define NVM_CFG1_GLOB_BEACON_WOL_ENABLED_DISABLED 0x0
116 #define NVM_CFG1_GLOB_ASPM_SUPPORT_L0S_L1_ENABLED 0x0
[all...]
/freebsd-current/sys/dev/sfxge/common/
H A Defx_regs_ef10.h80 #define ER_DZ_BIU_INT_ISR_REG_RESET 0x0
92 #define ER_DZ_MC_DB_LWRD_REG_RESET 0x0
104 #define ER_DZ_MC_DB_HWRD_REG_RESET 0x0
118 #define ER_DZ_EVQ_RPTR_REG_RESET 0x0
134 #define ER_FZ_EVQ_RPTR_REG_64K_RESET 0x0
150 #define ER_FZ_EVQ_RPTR_REG_16K_RESET 0x0
166 #define ER_FZ_EVQ_TMR_REG_64K_RESET 0x0
184 #define ER_FZ_EVQ_TMR_REG_16K_RESET 0x0
202 #define ER_DZ_EVQ_TMR_REG_RESET 0x0
220 #define ER_FZ_RX_DESC_UPD_REG_16K_RESET 0x0
[all...]
/freebsd-current/sys/arm/ti/omap4/
H A Domap4_prcm_clks.c1047 {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
1049 {0x0, 0x0,
[all...]

Completed in 153 milliseconds

1234567891011>>