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:DSB
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H
A
D
AArch64SpeculationHardening.cpp
38
// by inserting a
DSB
SYS/ISB barrier pair which will prevent control
220
// A full control flow speculation barrier consists of (
DSB
SYS + ISB)
in insertFullSpeculationBarrier()
221
BuildMI(MBB, MBBI, DL, TII->get(AArch64::
DSB
)).addImm(0xf);
in insertFullSpeculationBarrier()
H
A
D
AArch64InstrInfo.cpp
975
case AArch64::
DSB
:
977
//
DSB
and ISB also are scheduling barriers.
/third_party/node/deps/v8/src/codegen/arm64/
H
A
D
constants-arm64.h
787
DSB
= MemBarrierFixed | 0x00000000,
H
A
D
assembler-arm64.cc
2605
Emit(
DSB
| ImmBarrierDomain(domain) | ImmBarrierType(type));
in dsb()
/third_party/node/deps/v8/src/diagnostics/arm64/
H
A
D
disasm-arm64.cc
1522
case
DSB
: {
in VisitSystem()
/third_party/vixl/src/aarch64/
H
A
D
constants-aarch64.h
967
DSB
= MemBarrierFixed | 0x00000000,
enumerator
H
A
D
assembler-aarch64.cc
3237
Emit(
DSB
| ImmBarrierDomain(domain) | ImmBarrierType(type));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
H
A
D
ARMAsmParser.cpp
4749
/// parseMemBarrierOptOperand - Try to parse
DSB
/DMB data barrier options.
7870
case ARM::
DSB
:
in validateInstruction()
7879
// SSBB and PSSBB (
DSB
#0|#4) are not predicable (pred must be AL).
in validateInstruction()
Completed in 103 milliseconds