HomeSort by relevance Sort by last modified time
    Searched full:__savident (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
win64-dataref.masm 2 public __savident
9 __savident dd 0
10 savidentptr dd __savident
11 savidentptr2 dq __savident
79 mov ebx, offset __savident
80 mov ebx,[__savident]
81 mov rcx,offset __savident
82 lea rdx, __savident
83 mov rax, qword ptr __savident[rcx]
84 mov rax, qword ptr __savident
    [all...]
win64-dataref.asm 4 global __savident
11 __savident dd 0 define
12 savidentptr dd __savident
13 savidentptr2 dq __savident
86 mov ebx, __savident
87 mov ebx,[__savident wrt rip]
88 mov rcx, qword __savident
89 lea rdx, [__savident wrt rip]
90 mov rax, [__savident+rcx]
91 mov rax, [__savident wrt rip
    [all...]

Completed in 285 milliseconds