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:ISH
(Results
1 - 10
of
10
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
H
A
D
ARMBaseInfo.h
70
ISH
= 11,
enumerator
84
case
ISH
: return "ish";
in MemBOptToString()
/third_party/node/deps/v8/src/compiler/backend/arm/
H
A
D
code-generator-arm.cc
331
__ dmb(
ISH
); \
336
__ dmb(
ISH
); \
338
if (order == AtomicMemoryOrder::kSeqCst) __ dmb(
ISH
); \
345
__ dmb(
ISH
); \
351
__ dmb(
ISH
); \
359
__ dmb(
ISH
); \
368
__ dmb(
ISH
); \
375
__ dmb(
ISH
); \
383
__ dmb(
ISH
); \
390
__ dmb(
ISH
); \
[all...]
/third_party/node/deps/v8/src/wasm/baseline/arm/
H
A
D
liftoff-assembler-arm.h
906
__ dmb(
ISH
);
in AtomicOp32()
914
__ dmb(
ISH
);
in AtomicOp32()
1038
__ dmb(
ISH
);
in AtomicOp64()
1056
__ dmb(
ISH
);
in AtomicOp64()
1082
dmb(
ISH
);
in AtomicLoad()
1098
dmb(
ISH
);
in AtomicLoad()
1114
dmb(
ISH
);
in AtomicStore()
1116
dmb(
ISH
);
in AtomicStore()
1241
__ dmb(
ISH
);
in AtomicI64CompareExchange()
1251
__ dmb(
ISH
);
in AtomicI64CompareExchange()
[all...]
/third_party/node/deps/v8/src/codegen/arm/
H
A
D
constants-arm.h
208
ISH
= 0xb,
enumerator
/third_party/vixl/src/aarch32/
H
A
D
instructions-aarch32.cc
523
case
ISH
:
in GetName()
H
A
D
instructions-aarch32.h
1253
ISH
= 0xb,
/third_party/vixl/test/aarch32/
H
A
D
test-disasm-a32.cc
3795
COMPARE_BOTH(Dmb(
ISH
), "dmb ish\n");
in TEST()
3805
COMPARE_BOTH(Dsb(
ISH
), "dsb ish\n");
in TEST()
H
A
D
test-assembler-aarch32.cc
4405
__ Dmb(
ISH
);
in TEST()
4415
__ Dsb(
ISH
);
in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
H
A
D
ARMAsmParser.cpp
4764
.Case("sh", ARM_MB::
ISH
)
in parseMemBarrierOptOperand()
4765
.Case("ish", ARM_MB::
ISH
)
in parseMemBarrierOptOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H
A
D
ARMISelLowering.cpp
3808
ARM_MB::MemBOpt Domain = ARM_MB::
ISH
;
in LowerATOMIC_FENCE()
3815
// Release semantics but weaker than
ISH
so we'd be fools not to use
in LowerATOMIC_FENCE()
16741
return makeDMB(Builder, ARM_MB::
ISH
);
in emitLeadingFence()
16759
return makeDMB(Builder, ARM_MB::
ISH
);
in emitTrailingFence()
Completed in 64 milliseconds