Searched refs:rcx (Results 76 - 100 of 263) sorted by relevance

1234567891011

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseMemoryLibMmx/X64/
H A DScanMem32.S48 movq %rcx, %rdi
50 movq %rdx, %rcx
53 cmovnz %rcx, %rax
H A DScanMem64.S48 movq %rcx, %rdi
50 movq %rdx, %rcx
53 cmovnz %rcx, %rax
H A DScanMem8.S48 movq %rcx, %rdi
49 movq %rdx, %rcx
53 cmovnz %rcx, %rax # set rax to 0 if not found
H A DSetMem.S43 movq %rcx, %r8
45 movq %rdx, %rcx
47 shrq $3, %rcx
H A DSetMem16.S42 movq %rcx, %r8
44 movq %rdx, %rcx
46 shrq $2, %rcx
H A DZeroMem.S38 movq %rcx, %rdi
39 movq %rdx, %rcx
42 shrq $3, %rcx
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseMemoryLibOptDxe/X64/
H A DScanMem16.S48 movq %rcx, %rdi
50 movq %rdx, %rcx
53 cmovnz %rcx, %rax
H A DScanMem32.S48 movq %rcx, %rdi
50 movq %rdx, %rcx
53 cmovnz %rcx, %rax
H A DScanMem64.S48 movq %rcx, %rdi
50 movq %rdx, %rcx
53 cmovnz %rcx, %rax
H A DScanMem8.S48 movq %rcx, %rdi
49 movq %rdx, %rcx
53 cmovnz %rcx, %rax # set rax to 0 if not found
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseMemoryLibOptPei/X64/
H A DScanMem16.S48 movq %rcx, %rdi
49 movq %rdx, %rcx
53 cmovnz %rcx, %rax # set rax to 0 if not found
H A DScanMem32.S48 movq %rcx, %rdi
49 movq %rdx, %rcx
53 cmovnz %rcx, %rax # set rax to 0 if not found
H A DScanMem64.S48 movq %rcx, %rdi
49 movq %rdx, %rcx
53 cmovnz %rcx, %rax # set rax to 0 if not found
H A DScanMem8.S48 movq %rcx, %rdi
49 movq %rdx, %rcx
53 cmovnz %rcx, %rax # set rax to 0 if not found
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseMemoryLibRepStr/X64/
H A DScanMem16.S48 movq %rcx, %rdi
49 movq %rdx, %rcx
53 cmovnz %rcx, %rax # set rax to 0 if not found
H A DScanMem32.S48 movq %rcx, %rdi
49 movq %rdx, %rcx
53 cmovnz %rcx, %rax # set rax to 0 if not found
H A DScanMem64.S48 movq %rcx, %rdi
49 movq %rdx, %rcx
53 cmovnz %rcx, %rax # set rax to 0 if not found
H A DScanMem8.S48 movq %rcx, %rdi
49 movq %rdx, %rcx
53 cmovnz %rcx, %rax # set rax to 0 if not found
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseMemoryLibSse2/X64/
H A DScanMem16.S48 movq %rcx, %rdi
49 movq %rdx, %rcx
53 cmovnz %rcx, %rax # set rax to 0 if not found
H A DScanMem32.S48 movq %rcx, %rdi
49 movq %rdx, %rcx
53 cmovnz %rcx, %rax # set rax to 0 if not found
H A DScanMem64.S48 movq %rcx, %rdi
49 movq %rdx, %rcx
53 cmovnz %rcx, %rax # set rax to 0 if not found
H A DScanMem8.S48 movq %rcx, %rdi
49 movq %rdx, %rcx
53 cmovnz %rcx, %rax # set rax to 0 if not found
/vbox/src/libs/zlib-1.2.6/contrib/gcc_gvmat64/
H A Dgvmat64.S68 ; register used : rax,rbx,rcx,rdx,rsi,rdi,r8,r9,r10,r11,r12
156 #define window_size [ rcx + dsWSize]
157 #define WMask [ rcx + dsWMask]
158 #define window_ad [ rcx + dsWindow]
159 #define prev_ad [ rcx + dsPrev]
160 #define strstart [ rcx + dsStrStart]
161 #define match_start [ rcx + dsMatchStart]
162 #define Lookahead [ rcx + dsLookahead] //; 0ffffffffh on infozip
163 #define prev_length [ rcx + dsPrevLen]
164 #define max_chain_length [ rcx
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/X64/
H A DFlushCacheLine.asm34 clflush [rcx]
35 mov rax, rcx
H A DWriteCr0.asm34 mov cr0, rcx
35 mov rax, rcx

Completed in 255 milliseconds

1234567891011