OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:negl
(Results
1 - 25
of
523
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/art/runtime/interpreter/mterp/x86/
op_neg_int.S
1
%include "x86/unop.S" {"instr":"
negl
%eax"}
op_neg_long.S
7
negl
%eax
9
negl
%ecx
/art/runtime/interpreter/mterp/x86_64/
op_neg_int.S
1
%include "x86_64/unop.S" {"instr":"
negl
%eax"}
/bionic/libc/arch-x86_64/syscalls/
___clock_nanosleep.S
11
negl
%eax
___close.S
10
negl
%eax
___faccessat.S
10
negl
%eax
___fchmod.S
10
negl
%eax
___fchmodat.S
10
negl
%eax
___fgetxattr.S
11
negl
%eax
___flistxattr.S
10
negl
%eax
___fsetxattr.S
11
negl
%eax
___mremap.S
11
negl
%eax
___rt_sigqueueinfo.S
10
negl
%eax
__accept4.S
11
negl
%eax
__arch_prctl.S
10
negl
%eax
__brk.S
10
negl
%eax
__clock_gettime.S
10
negl
%eax
__connect.S
10
negl
%eax
__epoll_pwait.S
11
negl
%eax
__exit.S
10
negl
%eax
__fadvise64.S
11
negl
%eax
__fstatfs.S
10
negl
%eax
__getcpu.S
10
negl
%eax
__getcwd.S
10
negl
%eax
__getdents64.S
10
negl
%eax
Completed in 179 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>