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:instruction_set
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H
A
D
const_folding_rules.h
60
uint32_t
instruction_set
;
member
65
if (a.
instruction_set
< b.
instruction_set
) {
in operator <()
68
if (a.
instruction_set
> b.
instruction_set
) {
in operator <()
H
A
D
folding_rules.h
94
uint32_t
instruction_set
;
member
99
if (a.
instruction_set
< b.
instruction_set
) {
in operator <()
102
if (a.
instruction_set
> b.
instruction_set
) {
in operator <()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H
A
D
const_folding_rules.h
60
uint32_t
instruction_set
;
member
65
if (a.
instruction_set
< b.
instruction_set
) {
in operator <()
68
if (a.
instruction_set
> b.
instruction_set
) {
in operator <()
H
A
D
folding_rules.h
94
uint32_t
instruction_set
;
member
99
if (a.
instruction_set
< b.
instruction_set
) {
in operator <()
102
if (a.
instruction_set
> b.
instruction_set
) {
in operator <()
/third_party/spirv-tools/source/opt/
H
A
D
const_folding_rules.h
60
uint32_t
instruction_set
;
member
65
if (a.
instruction_set
< b.
instruction_set
) {
in operator <()
68
if (a.
instruction_set
> b.
instruction_set
) {
in operator <()
H
A
D
folding_rules.h
100
uint32_t
instruction_set
;
member
105
if (a.
instruction_set
< b.
instruction_set
) {
in operator <()
108
if (a.
instruction_set
> b.
instruction_set
) {
in operator <()
/third_party/node/deps/simdutf/
H
A
D
simdutf.h
660
enum
instruction_set
{
enum
684
return
instruction_set
::ALTIVEC;
in detect_supported_architectures()
690
return
instruction_set
::NEON;
in detect_supported_architectures()
782
host_isa |=
instruction_set
::SSE42;
in detect_supported_architectures()
786
host_isa |=
instruction_set
::PCLMULQDQ;
in detect_supported_architectures()
804
host_isa |=
instruction_set
::AVX2;
in detect_supported_architectures()
807
host_isa |=
instruction_set
::BMI1;
in detect_supported_architectures()
810
host_isa |=
instruction_set
::BMI2;
in detect_supported_architectures()
816
host_isa |=
instruction_set
::AVX512F;
in detect_supported_architectures()
819
host_isa |=
instruction_set
in detect_supported_architectures()
[all...]
H
A
D
simdutf.cpp
67
simdutf_really_inline implementation() : simdutf::implementation("arm64", "ARM NEON", internal::
instruction_set
::NEON) {}
in implementation()
1267
internal::
instruction_set
::AVX2 | internal::
instruction_set
::BMI1 | internal::
instruction_set
::BMI2 | internal::
instruction_set
::AVX512BW | internal::
instruction_set
::AVX512CD | internal::
instruction_set
::AVX512VL | internal::
instruction_set
::AVX512VBMI2 | internal::
instruction_set
::AVX512VPOPCNTDQ ) {}
in implementation()
1473
internal::
instruction_set
in implementation()
[all...]
Completed in 19 milliseconds