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:AcquireS
(Results
1 - 13
of
13
) sorted by relevance
/third_party/vixl/test/
H
A
D
test-use-scratch-register-scope.cc
150
VIXL_CHECK(s6.Is(temps.
AcquireS
()));
in TEST_AARCH32()
175
VIXL_CHECK(s7.Is(temps.
AcquireS
()));
in TEST_AARCH32()
/third_party/node/deps/v8/src/compiler/backend/arm/
H
A
D
code-generator-arm.cc
1483
SwVfpRegister scratch = temps.
AcquireS
();
in AssembleArchInstruction()
1491
SwVfpRegister scratch = temps.
AcquireS
();
in AssembleArchInstruction()
1499
SwVfpRegister scratch = temps.
AcquireS
();
in AssembleArchInstruction()
1507
SwVfpRegister scratch = temps.
AcquireS
();
in AssembleArchInstruction()
1515
SwVfpRegister scratch = temps.
AcquireS
();
in AssembleArchInstruction()
1530
SwVfpRegister scratch = temps.
AcquireS
();
in AssembleArchInstruction()
1545
SwVfpRegister scratch = temps.
AcquireS
();
in AssembleArchInstruction()
1553
SwVfpRegister scratch = temps.
AcquireS
();
in AssembleArchInstruction()
3991
SwVfpRegister temp = temps.
AcquireS
();
in AssembleArchInstruction()
4030
SwVfpRegister s_temp = temps.
AcquireS
();
in AssembleArchInstruction()
[all...]
/third_party/node/deps/v8/src/wasm/baseline/arm/
H
A
D
liftoff-assembler-arm.h
2018
SwVfpRegister scratch_f = temps.
AcquireS
();
in emit_type_conversion()
2034
SwVfpRegister scratch_f = temps.
AcquireS
();
in emit_type_conversion()
2050
SwVfpRegister scratch_f = temps.
AcquireS
();
in emit_type_conversion()
2066
SwVfpRegister scratch_f = temps.
AcquireS
();
in emit_type_conversion()
2082
SwVfpRegister scratch_f = temps.
AcquireS
();
in emit_type_conversion()
2091
SwVfpRegister scratch_f = temps.
AcquireS
();
in emit_type_conversion()
2100
SwVfpRegister scratch_f = temps.
AcquireS
();
in emit_type_conversion()
2107
SwVfpRegister scratch_f = temps.
AcquireS
();
in emit_type_conversion()
/third_party/vixl/src/aarch32/
H
A
D
macro-assembler-aarch32.cc
102
return
AcquireS
();
in AcquireV()
134
SRegister UseScratchRegisterScope::
AcquireS
() {
in AcquireS()
function in vixl::aarch32::UseScratchRegisterScope
H
A
D
macro-assembler-aarch32.h
13419
SRegister
AcquireS
();
in MacroAssembler()
/third_party/node/deps/v8/src/codegen/arm/
H
A
D
assembler-arm.h
1388
SwVfpRegister
AcquireS
() { return AcquireVfp<SwVfpRegister>(); }
in AcquireS()
function in v8::internal::UseScratchRegisterScope
H
A
D
macro-assembler-arm.cc
1877
single_scratch = temps.
AcquireS
();
in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/arm64/
H
A
D
macro-assembler-arm64.h
2157
VRegister
AcquireS
() { return AcquireNextAvailable(availablefp_).S(); }
in AcquireS()
function in v8::internal::UseScratchRegisterScope
H
A
D
macro-assembler-arm64.cc
1526
temp = temps.
AcquireS
();
in Swap()
/third_party/vixl/test/aarch64/
H
A
D
test-api-aarch64.cc
1154
VRegister temp = temps.
AcquireS
();
in TEST()
/third_party/node/deps/v8/src/wasm/baseline/arm64/
H
A
D
liftoff-assembler-arm64.h
120
return temps->
AcquireS
();
in AcquireByType()
/third_party/node/deps/v8/src/compiler/backend/arm64/
H
A
D
code-generator-arm64.cc
3451
VRegister temp = scope.
AcquireS
();
in AssembleArchInstruction()
/third_party/vixl/src/aarch64/
H
A
D
macro-assembler-aarch64.h
8704
VRegister
AcquireS
() {
in AcquireS()
function in vixl::aarch64::UseScratchRegisterScope
Completed in 80 milliseconds