Home
last modified time | relevance | path

Searched refs:eor (Results 126 - 150 of 334) sorted by relevance

12345678910>>...14

/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Daes-ce.S98 eor \i0\().16b, \i0\().16b, \k2\().16b
100 eor \i1\().16b, \i1\().16b, \k2\().16b
102 eor \i2\().16b, \i2\().16b, \k2\().16b
103 eor \i3\().16b, \i3\().16b, \k2\().16b
105 eor \i4\().16b, \i4\().16b, \k2\().16b
/third_party/optimized-routines/string/aarch64/
H A Dstrncmp-mte.S61 eor tmp1, src1, src2
79 eor diff, data1, data2 /* Non-zero if differences found. */
249 eor diff, data1, data2 /* Non-zero if differences found. */
271 eor diff, data2, data1 /* Non-zero if differences found. */
286 eor diff, data2, data1 /* Non-zero if differences found. */
H A Dstrncmp.S48 eor tmp1, src1, src2
69 eor diff, data1, data2 /* Non-zero if differences found. */
225 eor tmp2, tmp2, #0xff8
232 eor diff, data1, data2 /* Non-zero if differences found. */
250 eor diff, data1, data2 /* Non-zero if differences found. */
H A Dstrcmp-mte.S83 eor diff, data1, data2
168 eor diff, data1, data2
180 eor diff, data1, data2
/third_party/ffmpeg/libavcodec/aarch64/
H A Dsbrdsp_neon.S79 eor v1.16B, v1.16B, v5.16B
83 eor v3.16B, v3.16B, v5.16B
86 eor v1.16B, v1.16B, v5.16B
89 eor v3.16B, v3.16B, v5.16B
106 eor v1.16B, v1.16B, v6.16B
116 eor v1.16B, v1.16B, v6.16B
130 eor v0.16B, v0.16B, v6.16B
146 eor v0.16B, v0.16B, v2.16B
H A Dvc1dsp_neon.S1409 eor v24.16b, v24.16b, v21.16b
1410 eor v25.16b, v25.16b, v21.16b
1411 eor v26.16b, v26.16b, v21.16b
1412 eor v27.16b, v27.16b, v21.16b
1413 eor v28.16b, v28.16b, v21.16b
1414 eor v29.16b, v29.16b, v21.16b
1415 eor v30.16b, v30.16b, v21.16b
1416 eor v31.16b, v31.16b, v21.16b
1439 eor v24.16b, v24.16b, v21.16b
1440 eor v2
[all...]
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/
H A Dhyp-entry.S58 eor w1, w1, #ARM_SMCCC_ARCH_WORKAROUND_1
62 eor w1, w1, #(ARM_SMCCC_ARCH_WORKAROUND_1 ^ \
66 eor w1, w1, #(ARM_SMCCC_ARCH_WORKAROUND_2 ^ \
/kernel/linux/linux-6.6/arch/arm64/lib/
H A Dstrcmp.S84 eor diff, data1, data2
169 eor diff, data1, data2
181 eor diff, data1, data2
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/
H A Dhyp-entry.S59 eor w1, w1, #ARM_SMCCC_ARCH_WORKAROUND_1
63 eor w1, w1, #(ARM_SMCCC_ARCH_WORKAROUND_1 ^ \
67 eor w1, w1, #(ARM_SMCCC_ARCH_WORKAROUND_2 ^ \
/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_logmgr.h88 * the same page and eor value.
93 * an "exclusive or" of all log words in the page up to eor. This
94 * 32 bit eor is stored with the top 16 bits in the header and the
96 * that were not completed by reconstructing this eor and checking
106 * the two and h.eor and t.eor set to 8 (i.e. empty page). if (only)
107 * h.eor != t.eor they were set to the smaller of their two values.
113 __le16 eor; /* 2: end-of-log offset of lasrt record write */ member
121 __le16 eor; /* member
374 int eor; /* 4: eor of last record in eol page */ global() member
[all...]
/kernel/linux/linux-6.6/fs/jfs/
H A Djfs_logmgr.h88 * the same page and eor value.
93 * an "exclusive or" of all log words in the page up to eor. This
94 * 32 bit eor is stored with the top 16 bits in the header and the
96 * that were not completed by reconstructing this eor and checking
106 * the two and h.eor and t.eor set to 8 (i.e. empty page). if (only)
107 * h.eor != t.eor they were set to the smaller of their two values.
113 __le16 eor; /* 2: end-of-log offset of lasrt record write */ member
121 __le16 eor; /* member
374 int eor; /* 4: eor of last record in eol page */ global() member
[all...]
/third_party/ffmpeg/tests/checkasm/aarch64/
H A Dcheckasm.S154 eor v1.16b, v1.16b, v2.16b
166 eor x0, x0, \reg1
167 eor x1, x1, \reg2
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha1-armv4-large.pl119 eor $t0,$t0,$t1
120 eor $t2,$t2,$t3 @ 1 cycle stall
121 eor $t1,$c,$d @ F_xx_xx
124 eor $t0,$t0,$t2,ror#31
142 eor $t1,$c,$d @ F_xx_xx
149 eor $t1,$c,$d @ F_xx_xx
157 eor $t1,$t1,$d,ror#2 @ F_00_19(B,C,D)
167 eor $t1,$t1,$d,ror#2 @ F_00_19(B,C,D)
174 &Xupdate(@_,"eor $t1,$b,$t1,ror#2");
355 '&eor (
[all...]
/third_party/openssl/crypto/sha/asm/
H A Dsha1-armv4-large.pl119 eor $t0,$t0,$t1
120 eor $t2,$t2,$t3 @ 1 cycle stall
121 eor $t1,$c,$d @ F_xx_xx
124 eor $t0,$t0,$t2,ror#31
142 eor $t1,$c,$d @ F_xx_xx
149 eor $t1,$c,$d @ F_xx_xx
157 eor $t1,$t1,$d,ror#2 @ F_00_19(B,C,D)
167 eor $t1,$t1,$d,ror#2 @ F_00_19(B,C,D)
174 &Xupdate(@_,"eor $t1,$b,$t1,ror#2");
355 '&eor (
[all...]
/kernel/linux/linux-5.10/arch/arm/lib/
H A Dchangebit.S12 bitop _change_bit, eor
H A Dtestchangebit.S12 testop _test_and_change_bit, eor, str
/kernel/linux/linux-6.6/arch/arm/lib/
H A Dchangebit.S12 bitop _change_bit, eor
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/pauth/
H A Dpac_corruptor.S16 eor lr, lr, #1 << 53
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/pauth/
H A Dpac_corruptor.S16 eor lr, lr, #1 << 53
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-init.S67 eor x0, x0, #((KVM_HOST_SMCCC_FUNC(__kvm_hyp_init) >> 24) & 0xF)
69 eor x0, x0, #((KVM_HOST_SMCCC_FUNC(__kvm_hyp_init) >> 28) & 0xF)
/kernel/linux/linux-5.10/arch/arm/boot/compressed/
H A Defi-header.S23 .inst MZ_MAGIC | (0xe225 << 16) @ eor r5, r5, 0x4d000
24 eor r5, r5, 0x4d000 @ undo previous insn
/kernel/linux/linux-6.6/arch/arm/boot/compressed/
H A Defi-header.S23 .inst MZ_MAGIC | (0xe225 << 16) @ eor r5, r5, 0x4d000
24 eor r5, r5, 0x4d000 @ undo previous insn
/third_party/ffmpeg/tests/checkasm/arm/
H A Dcheckasm.S122 eor r2, r2, r0
123 eor r3, r3, lr
137 eor r1, r1, r3
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dentry-header.S180 eor \rtemp, \rtemp, #(SVC_MODE ^ SYSTEM_MODE)
186 eor \rtemp, \rtemp, #(SVC_MODE ^ SYSTEM_MODE)
192 eor \rtemp, \rtemp, #(SVC_MODE ^ SYSTEM_MODE)
198 eor \rtemp, \rtemp, #(SVC_MODE ^ SYSTEM_MODE)
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dentry-header.S179 eor \rtemp, \rtemp, #(SVC_MODE ^ SYSTEM_MODE)
185 eor \rtemp, \rtemp, #(SVC_MODE ^ SYSTEM_MODE)
191 eor \rtemp, \rtemp, #(SVC_MODE ^ SYSTEM_MODE)
197 eor \rtemp, \rtemp, #(SVC_MODE ^ SYSTEM_MODE)

Completed in 13 milliseconds

12345678910>>...14