Home
last modified time | relevance | path

Searched refs:eor (Results 151 - 175 of 338) sorted by relevance

12345678910>>...14

/third_party/musl/porting/linux/user/include/sys/
H A Dsspret.h23 eor reg, reg, x30
/third_party/musl/include/sys/linux/
H A Dsspret.h22 eor reg, reg, x30
/third_party/ffmpeg/libavcodec/aarch64/
H A Dvp8dsp_neon.S333 eor v3.16b, v3.16b, v21.16b // PS0 = P0 ^ 0x80
334 eor v4.16b, v4.16b, v21.16b // QS0 = Q0 ^ 0x80
339 eor v2.16b, v2.16b, v21.16b // PS1 = P1 ^ 0x80
340 eor v5.16b, v5.16b, v21.16b // QS1 = Q1 ^ 0x80
355 eor v1.16b, v1.16b, v21.16b // PS2 = P2 ^ 0x80
356 eor v6.16b, v6.16b, v21.16b // QS2 = Q2 ^ 0x80
384 eor v4.16b, v4.16b, v21.16b // Q0 = QS0 ^ 0x80
385 eor v3.16b, v3.16b, v21.16b // P0 = PS0 ^ 0x80
386 eor v5.16b, v5.16b, v21.16b // Q1 = QS1 ^ 0x80
387 eor v
[all...]
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dhead.S267 eor r3, r3, r7 @ Remove the MMU flags
413 ARM_BE8(eor r4, r4, r5) @ Swap r5 and r4 in BE:
414 ARM_BE8(eor r5, r4, r5) @ it can be done in 3 steps
415 ARM_BE8(eor r4, r4, r5) @ without using a temp reg.
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daesv8-armx.pl334 eor x0,x0,x0 // return value
2381 eor $ivl,$tmpmx,$ivl,lsl#1
2418 eor $ivl,$tmpmx,$ivl,lsl#1
2436 eor $ivl,$tmpmx,$ivl,lsl#1
2445 eor $ivl,$tmpmx,$ivl,lsl#1
2573 eor $ivl,$tmpmx,$ivl,lsl#1
2583 eor $ivl,$tmpmx,$ivl,lsl#1
2593 eor $ivl,$tmpmx,$ivl,lsl#1
2603 eor $ivl,$tmpmx,$ivl,lsl#1
2614 eor
[all...]
/third_party/openssl/crypto/aes/asm/
H A Daesv8-armx.pl350 eor x0,x0,x0 // return value
2397 eor $ivl,$tmpmx,$ivl,lsl#1
2434 eor $ivl,$tmpmx,$ivl,lsl#1
2452 eor $ivl,$tmpmx,$ivl,lsl#1
2461 eor $ivl,$tmpmx,$ivl,lsl#1
2589 eor $ivl,$tmpmx,$ivl,lsl#1
2599 eor $ivl,$tmpmx,$ivl,lsl#1
2609 eor $ivl,$tmpmx,$ivl,lsl#1
2619 eor $ivl,$tmpmx,$ivl,lsl#1
2630 eor
[all...]
/third_party/ffmpeg/libavcodec/arm/
H A Dvp8dsp_armv6.S428 eor r3, r3, r2 @ ps1
429 eor r6, r6, r2 @ qs1
430 eor r4, r4, r2 @ ps0
431 eor r5, r5, r2 @ qs0
454 eor r4, r4, r2 @ *op0 = u ^ 0x80
455 eor r5, r5, r2 @ *oq0 = u ^ 0x80
602 eor r11, r7, r12 @ ps1
603 eor r8, r8, r12 @ ps0
604 eor r9, r9, r12 @ qs0
605 eor r1
[all...]
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Datomic.h236 ATOMIC_OPS(xor, ^=, eor)
392 ATOMIC64_OPS(xor, eor, eor)
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Datomic.h245 ATOMIC_OPS(xor, ^=, eor)
399 ATOMIC64_OPS(xor, eor, eor)
/kernel/linux/linux-6.6/arch/arm64/lib/
H A Dmemchr.S51 eor cur_word, cur_word, repchr
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/include/
H A Drtl8723b_recv.h24 u32 eor:1; member
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Datomic_ll_sc.h108 ATOMIC_OPS(xor, eor, K)
204 ATOMIC64_OPS(xor, eor, L)
259 " eor %" #w "[tmp], %" #w "[oldval], %" #w "[old]\n" \
310 " eor %0, %0, %3\n" \
311 " eor %1, %1, %4\n" \
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Datomic_ll_sc.h108 ATOMIC_OPS(xor, eor, K)
204 ATOMIC64_OPS(xor, eor, L)
259 " eor %" #w "[tmp], %" #w "[oldval], %" #w "[old]\n" \
/third_party/optimized-routines/string/arm/
H A Dmemchr.S76 eor r5,r5, r1 @ Get it so that r5,r6 have 00's where the bytes match the target
77 eor r6,r6, r1
95 eor r3,r3,r1 @ r3 = 0 if match - doesn't break flags from sub
/kernel/linux/linux-5.10/arch/arm/boot/compressed/
H A Dhead.S371 eor r1, r5, r5, ror #16
374 eor r5, r5, r1, lsr #8
429 eor r1, r5, r5, ror #16
432 eor r5, r5, r1, lsr #8
491 eor r3, r3, r3, ror #16 @ pass pseudorandom seed
1033 eor r1, r1, r9 @ (real ^ match)
1524 eor ip, r4, r4, ror #16 @ endian swap
1527 eor r4, r4, ip, lsr #8
1529 eor r0, r0, r4
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidi.java2976 until proven that there is L or sor/eor on both sides. AN is handled like EN.
3403 private void resolveImplicitLevels(int start, int limit, short sor, short eor) in resolveImplicitLevels() argument
3468 gprop = eor; in resolveImplicitLevels()
3505 /* there is an unprocessed sequence if its property == eor */ in resolveImplicitLevels()
3538 eor = firstStrong; in resolveImplicitLevels()
3558 processPropertySeq(levState, eor, limit, limit); in resolveImplicitLevels()
4159 /* sor, eor: start and end types of same-level-run */ in setPara()
4162 short sor, eor; in setPara()
4164 /* determine the first sor and set eor to it because of the loop body (sor=eor ther in setPara()
[all...]
/third_party/icu/icu4c/source/common/
H A Dubidi.cpp1635 until proven that there is L or sor/eor on both sides. AN is handled like EN.
2127 DirProp sor, DirProp eor) { in resolveImplicitLevels()
2191 gprop=eor; in resolveImplicitLevels()
2229 /* there is an unprocessed sequence if its property == eor */ in resolveImplicitLevels()
2262 eor=firstStrong; in resolveImplicitLevels()
2277 processPropertySeq(pBiDi, &levState, eor, limit, limit); in resolveImplicitLevels()
2746 /* sor, eor: start and end types of same-level-run */ in ubidi_setPara()
2750 DirProp sor, eor; in ubidi_setPara() local
2752 /* determine the first sor and set eor to it because of the loop body (sor=eor ther in ubidi_setPara()
2125 resolveImplicitLevels(UBiDi *pBiDi, int32_t start, int32_t limit, DirProp sor, DirProp eor) resolveImplicitLevels() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DBidi.java2942 until proven that there is L or sor/eor on both sides. AN is handled like EN.
3369 private void resolveImplicitLevels(int start, int limit, short sor, short eor) in resolveImplicitLevels() argument
3434 gprop = eor; in resolveImplicitLevels()
3471 /* there is an unprocessed sequence if its property == eor */ in resolveImplicitLevels()
3504 eor = firstStrong; in resolveImplicitLevels()
3524 processPropertySeq(levState, eor, limit, limit); in resolveImplicitLevels()
4122 /* sor, eor: start and end types of same-level-run */ in setPara()
4125 short sor, eor; in setPara()
4127 /* determine the first sor and set eor to it because of the loop body (sor=eor ther in setPara()
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dubidi.cpp1635 until proven that there is L or sor/eor on both sides. AN is handled like EN.
2127 DirProp sor, DirProp eor) { in resolveImplicitLevels()
2191 gprop=eor; in resolveImplicitLevels()
2229 /* there is an unprocessed sequence if its property == eor */ in resolveImplicitLevels()
2262 eor=firstStrong; in resolveImplicitLevels()
2277 processPropertySeq(pBiDi, &levState, eor, limit, limit); in resolveImplicitLevels()
2746 /* sor, eor: start and end types of same-level-run */ in ubidi_setPara()
2750 DirProp sor, eor; in ubidi_setPara() local
2752 /* determine the first sor and set eor to it because of the loop body (sor=eor ther in ubidi_setPara()
2125 resolveImplicitLevels(UBiDi *pBiDi, int32_t start, int32_t limit, DirProp sor, DirProp eor) resolveImplicitLevels() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/ec/asm/
H A Decp_nistz256-armv4.pl532 eor $ff,$ff,$ff
611 eor $t3,$t3,$t3 @ first overflow bit is zero
652 eor $t0,$t0,$t0
658 eor $t1,$t1,$t1
667 eor $t2,$t2,$t2
670 eor $t3,$t3,$t3
674 eor $t4,$t4,$t4
678 eor $t0,$t0,$t0
682 eor $t1,$t1,$t1
686 eor
[all...]
/third_party/openssl/crypto/ec/asm/
H A Decp_nistz256-armv4.pl532 eor $ff,$ff,$ff
611 eor $t3,$t3,$t3 @ first overflow bit is zero
652 eor $t0,$t0,$t0
658 eor $t1,$t1,$t1
667 eor $t2,$t2,$t2
670 eor $t3,$t3,$t3
674 eor $t4,$t4,$t4
678 eor $t0,$t0,$t0
682 eor $t1,$t1,$t1
686 eor
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dubidi.cpp1635 until proven that there is L or sor/eor on both sides. AN is handled like EN.
2127 DirProp sor, DirProp eor) { in resolveImplicitLevels()
2191 gprop=eor; in resolveImplicitLevels()
2229 /* there is an unprocessed sequence if its property == eor */ in resolveImplicitLevels()
2262 eor=firstStrong; in resolveImplicitLevels()
2277 processPropertySeq(pBiDi, &levState, eor, limit, limit); in resolveImplicitLevels()
2746 /* sor, eor: start and end types of same-level-run */ in ubidi_setPara()
2750 DirProp sor, eor; in ubidi_setPara() local
2752 /* determine the first sor and set eor to it because of the loop body (sor=eor ther in ubidi_setPara()
2125 resolveImplicitLevels(UBiDi *pBiDi, int32_t start, int32_t limit, DirProp sor, DirProp eor) resolveImplicitLevels() argument
[all...]
/third_party/python/Lib/test/
H A Dtest_socket.py2763 def checkFlags(self, flags, eor=None, checkset=0, checkunset=0, ignore=0):
2770 # The "eor" argument specifies whether the flags should
2772 # If "eor" is None, no checks are done; otherwise, checks
2775 # * if "eor" is true, all bits in msg_flags_eor_indicator are
2778 # * if "eor" is false, all bits in msg_flags_non_eor_indicator
2794 if eor:
2797 elif eor is not None:
3102 self.checkFlags(flags, eor=True)
3114 self.checkFlags(flags, eor=True)
3126 self.checkFlags(flags, eor
[all...]
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Darmv8-mont.pl319 eor $zero.16b,$zero.16b,$zero.16b
323 eor @ACC[0].16b,@ACC[0].16b,@ACC[0].16b
325 eor @ACC[1].16b,@ACC[1].16b,@ACC[1].16b
327 eor @ACC[2].16b,@ACC[2].16b,@ACC[2].16b
329 eor @ACC[3].16b,@ACC[3].16b,@ACC[3].16b
331 eor @ACC[4].16b,@ACC[4].16b,@ACC[4].16b
333 eor @ACC[5].16b,@ACC[5].16b,@ACC[5].16b
335 eor @ACC[6].16b,@ACC[6].16b,@ACC[6].16b
336 eor @ACC[7].16b,@ACC[7].16b,@ACC[7].16b
428 eor
[all...]
/third_party/openssl/crypto/bn/asm/
H A Darmv8-mont.pl319 eor $zero.16b,$zero.16b,$zero.16b
323 eor @ACC[0].16b,@ACC[0].16b,@ACC[0].16b
325 eor @ACC[1].16b,@ACC[1].16b,@ACC[1].16b
327 eor @ACC[2].16b,@ACC[2].16b,@ACC[2].16b
329 eor @ACC[3].16b,@ACC[3].16b,@ACC[3].16b
331 eor @ACC[4].16b,@ACC[4].16b,@ACC[4].16b
333 eor @ACC[5].16b,@ACC[5].16b,@ACC[5].16b
335 eor @ACC[6].16b,@ACC[6].16b,@ACC[6].16b
336 eor @ACC[7].16b,@ACC[7].16b,@ACC[7].16b
428 eor
[all...]

Completed in 44 milliseconds

12345678910>>...14