Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:xop
(Results
1 - 10
of
10
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Disassembler/
H
A
D
X86DisassemblerDecoder.h
68
#define rFromXOP2of3(
xop
) (((~(
xop
)) & 0x80) >> 7)
69
#define xFromXOP2of3(
xop
) (((~(
xop
)) & 0x40) >> 6)
70
#define bFromXOP2of3(
xop
) (((~(
xop
)) & 0x20) >> 5)
71
#define mmmmmFromXOP2of3(
xop
) ((
xop
) & 0x1f)
72
#define wFromXOP3of3(
xop
) (((
xop
)
[all...]
/third_party/ffmpeg/libavcodec/x86/
H
A
D
mpegvideoencdsp.asm
35
%if notcpuflag(
xop
)
40
%if cpuflag(
xop
)
54
%endif ; cpuflag(
xop
)
71
INIT_XMM
xop
H
A
D
flacdsp.asm
29
%if cpuflag(
xop
)
82
LPC_32
xop
/third_party/ffmpeg/libavfilter/x86/
H
A
D
vf_ssim.asm
42
%if notcpuflag(
xop
)
48
%if cpuflag(
xop
)
129
%if cpuflag(
xop
)
167
INIT_XMM
xop
/third_party/ffmpeg/libswresample/x86/
H
A
D
resample_init.c
39
RESAMPLE_FUNCS(int16,
xop
);
H
A
D
resample.asm
178
%if cpuflag(
xop
)
428
%if cpuflag(
xop
)
453
%if cpuflag(
xop
)
462
%if notcpuflag(
xop
)
600
INIT_XMM
xop
/third_party/libfuse/lib/
H
A
D
fuse.c
2060
int
xop
= op & ~LOCK_NB;
in fuse_fs_flock()
local
2064
xop
== LOCK_SH ? "LOCK_SH" :
in fuse_fs_flock()
2065
(
xop
== LOCK_EX ? "LOCK_EX" :
in fuse_fs_flock()
2066
(
xop
== LOCK_UN ? "LOCK_UN" : "???")),
in fuse_fs_flock()
/third_party/ffmpeg/libavutil/x86/
H
A
D
x86inc.asm
1600
%if cpuflag(
xop
)
1606
%error non-
xop
emulation of ``%5 %1, %2, %3, %4'' is not supported
/third_party/ffmpeg/
H
A
D
configure
443
--disable-
xop
disable XOP optimizations
2115
xop
6156
enabled
xop
&& check_x86asm xop_external "vpmacsdd xmm0, xmm1, xmm2, xmm3"
7508
echo "XOP enabled ${
xop
-no}"
/third_party/python/Python/
H
A
D
ceval.c
67
PyObject *
xop
= _PyObject_CAST(arg); \
68
if (
xop
!= NULL) { \
69
Py_DECREF(
xop
); \
Completed in 31 milliseconds