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:AcquireV
(Results
1 - 7
of
7
) sorted by relevance
/third_party/vixl/test/
H
A
D
test-use-scratch-register-scope.cc
141
VIXL_CHECK(d2.Is(temps.
AcquireV
(64)));
in TEST_AARCH32()
155
VIXL_CHECK(q2.Is(temps.
AcquireV
(128)));
in TEST_AARCH32()
/third_party/node/deps/v8/src/wasm/baseline/arm64/
H
A
D
liftoff-assembler-arm64.h
176
VRegister tmp = temps.
AcquireV
(format);
in EmitSimdShift()
217
VRegister temp = scope.
AcquireV
(kFormatS);
in EmitAnyTrue()
227
VRegister temp = scope.
AcquireV
(ScalarFormatFromFormat(format));
in EmitAllTrue()
1874
tmp = temps.
AcquireV
(kFormat2D);
in emit_f64x2_pmin()
1891
tmp = temps.
AcquireV
(kFormat2D);
in emit_f64x2_pmax()
2015
tmp = temps.
AcquireV
(kFormat4S);
in emit_f32x4_pmin()
2032
tmp = temps.
AcquireV
(kFormat4S);
in emit_f32x4_pmax()
2127
VRegister tmp1 = temps.
AcquireV
(kFormat2D);
in emit_i64x2_mul()
2128
VRegister tmp2 = temps.
AcquireV
(kFormat2D);
in emit_i64x2_mul()
2323
VRegister tmp1 = scope.
AcquireV
(kFormat4
in emit_i32x4_dot_i16x8_s()
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm64/
H
A
D
code-generator-arm64.cc
2485
VRegister tmp1 = scope.
AcquireV
(kFormat4S);
in AssembleArchInstruction()
2486
VRegister tmp2 = scope.
AcquireV
(kFormat4S);
in AssembleArchInstruction()
2517
VRegister temp = scope.
AcquireV
(kFormat4S);
in AssembleArchInstruction()
2538
VRegister temp = scope.
AcquireV
(kFormat4S);
in AssembleArchInstruction()
2579
VRegister temp = scope.
AcquireV
(kFormat8H);
in AssembleArchInstruction()
2597
VRegister temp = scope.
AcquireV
(kFormat8H);
in AssembleArchInstruction()
2686
VRegister temp = scope.
AcquireV
(kFormat4S);
in AssembleArchInstruction()
2752
VRegister temp = scope.
AcquireV
(kFormat16B);
in AssembleArchInstruction()
2832
VRegister temp = scope.
AcquireV
(format); \
in AssembleArchInstruction()
/third_party/node/deps/v8/src/codegen/arm64/
H
A
D
macro-assembler-arm64.cc
3737
VRegister scratch = temps.
AcquireV
(kFormat8B);
in TruncateDoubleToI()
3748
VRegister tmp1 = scope.
AcquireV
(kFormat2D);
in TruncateDoubleToI()
3759
VRegister tmp = scope.
AcquireV
(kFormat2D);
in TruncateDoubleToI()
H
A
D
macro-assembler-arm64.h
2160
VRegister
AcquireV
(VectorFormat format) {
in AcquireV()
function in v8::internal::UseScratchRegisterScope
/third_party/vixl/src/aarch32/
H
A
D
macro-assembler-aarch32.cc
99
VRegister UseScratchRegisterScope::
AcquireV
(unsigned size_in_bits) {
in AcquireV()
function in vixl::aarch32::UseScratchRegisterScope
H
A
D
macro-assembler-aarch32.h
13416
VRegister
AcquireV
(unsigned size_in_bits);
in MacroAssembler()
Completed in 43 milliseconds