Home
last modified time | relevance | path

Searched refs:xor (Results 1 – 16 of 16) sorted by relevance

/AliOS-Things-master/components/py_engine/tests/micropython/
A Dviper_binop_bitwise_uint.py50 def xor(x: uint, y: uint): function
55 print(*xor(1, 0))
56 print(*xor(1, 3))
57 print(*(x & 0xFFFFFFFF for x in xor(-1, 3)))
58 print(*xor(-1, -3))
A Dviper_binop_arith.py87 def xor(x: int, y: int): function
91 xor(1, 0)
92 xor(1, 2)
93 xor(-42, 5)
A Dviper_binop_bitwise_uint.py.exp18 xor
/AliOS-Things-master/components/SDL2/src/stdlib/
A DSDL_stdlib.c606 xor edi,edi in _alldiv()
633 xor edx,edx in _alldiv()
668 xor edx,edx in _alldiv()
698 xor edx,edx in _aulldiv()
733 xor edx,edx in _aulldiv()
751 xor edi,edi in _allrem()
777 xor edx,edx in _allrem()
782 xor edx,edx in _allrem()
842 xor edx,edx in _aullrem()
847 xor edx,edx in _aullrem()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/inflate86/
A Dinffas86.c823 xor eax, eax
862 xor eax, eax
872 xor eax, eax
884 xor eax, eax
913 xor eax, eax
923 xor eax, eax
987 xor eax, eax
1001 xor eax, eax
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/gcc_gvmat64/
A Dgvmat64.S271 xor edi,edi
444 xor rax, [rdi + rdx]
448 xor rax, [rdi + rdx + 8]
453 xor rax, [rdi + rdx + 8+8]
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djmemdosa.asm60 xor ax,ax ; return zero for OK
92 xor ax,ax ; return zero for OK
126 xor ax,ax ; return zero for OK
164 read_ok: xor ax,ax ; return zero for OK
202 write_ok: xor ax,ax ; return zero for OK
234 xor dx,dx ; no XMS driver available define
235 xor ax,ax ; return a nil pointer
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx86/
A Dinffas32.asm248 xor eax,eax
258 xor eax,eax
281 xor dword ptr [esp],0200000h
289 xor edx,eax
291 xor eax,eax
326 xor eax,eax
385 xor eax,eax
411 xor eax,eax
442 xor eax,eax
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx64/
A Dinffasx64.asm143 xor eax, eax
181 xor eax, eax
242 xor eax, eax
256 xor eax, eax
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/amd64/
A Damd64-match.S348 xor (%prev, %rdx), %rax
352 xor 8(%prev, %rdx), %rax
356 xor 16(%prev, %rdx), %rax
/AliOS-Things-master/components/SDL2/src/cpuinfo/
A DSDL_cpuinfo.c175 xor eax, 200000h ; Flip ID bit in EFLAGS in CPU_haveCPUID()
180 xor eax, ecx ; Can not toggle ID bit, in CPU_haveCPUID()
245 __asm xor ecx, ecx \
299 xor ecx, ecx in CPU_calcCPUIDFeatures()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dcpu.c85 xor ecx, ecx // ecx = 0 in xgetbv()
/AliOS-Things-master/components/SDL2/src/gfx/
A DSDL_imageFilter.c2406 xor ecx, ecx /* zero ECX */ in SDL_imageFilterShiftRightMMX()
2670 xor ah, ah /* zero AH */ in SDL_imageFilterMultByByteMMX()
2864 xor ah, ah /* zero AH */ in SDL_imageFilterShiftRightAndMultByByteMMX()
2871 xor ecx, ecx /* zero ECX */ in SDL_imageFilterShiftRightAndMultByByteMMX()
3023 xor ecx, ecx /* zero ECX */ in SDL_imageFilterShiftLeftByteMMX()
3284 xor eax, eax /* zero EAX */ in SDL_imageFilterShiftLeftMMX()
3995 xor ebx, ebx /* zero EBX */ in SDL_imageFilterConvolveKernel3x3Divide()
4185 xor ebx, ebx /* zero EBX */ in SDL_imageFilterConvolveKernel5x5Divide()
4488 xor ebx, ebx /* zero EBX */ in SDL_imageFilterConvolveKernel7x7Divide()
4845 xor ebx, ebx /* zero EBX */ in SDL_imageFilterConvolveKernel9x9Divide()
[all …]
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs-opcode.h257 DEF( xor, 1, 2, 1, none)
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/
A Djsbignum.texi579 @item The logical xor operator is still available with the @code{^^} operator.
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dconfig.h.bak605 * Enable Xor-encrypt-xor with ciphertext stealing mode (XTS) for AES.

Completed in 49 milliseconds