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:reg_
(Results
1 - 2
of
2
) sorted by relevance
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H
A
D
scoped_tmp_reg.h
38
reg_
= linkReg;
in ScopedTmpRegImpl()
41
reg_
= encoder->AcquireScratchRegister(Is64BitsArch(encoder->GetArch()) ? INT64_TYPE : INT32_TYPE);
in ScopedTmpRegImpl()
46
ScopedTmpRegImpl(Encoder *encoder, TypeInfo type) : encoder_(encoder),
reg_
(encoder->AcquireScratchRegister(type))
in ScopedTmpRegImpl()
51
ScopedTmpRegImpl(Encoder *encoder, Reg reg) : encoder_(encoder),
reg_
(reg)
in ScopedTmpRegImpl()
60
reg_
= other.
reg_
;
61
other.
reg_
= Reg();
62
ASSERT(!other.
reg_
.IsValid());
67
if (
reg_
.IsValid()) {
in ~ScopedTmpRegImpl()
68
encoder_->ReleaseScratchRegister(
reg_
);
in ~ScopedTmpRegImpl()
141
Reg
reg_
;
global()
member in ark::compiler::ScopedTmpRegImpl
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H
A
D
assembler_aarch64.h
25
Register(RegisterId reg, RegisterType type = RegisterType::X) :
reg_
(reg), type_(type) {};
in Register()
29
return Register(
reg_
, RegisterType::W);
in W()
34
return Register(
reg_
, RegisterType::X);
in X()
44
return
reg_
== RegisterId::SP;
in IsSp()
54
return
reg_
;
in GetId()
59
return
reg_
!= RegisterId::INVALID_REG;
in IsValid()
64
return
reg_
!= other.GetId() || type_ != other.GetType();
in operator !=()
69
return
reg_
== other.GetId() && type_ == other.GetType();
in operator ==()
73
RegisterId
reg_
;
member in panda::ecmascript::aarch64::Register
79
explicit VectorRegister(VectorRegisterId reg, Scale scale = D) :
reg_
(re
113
VectorRegisterId
reg_
;
global()
member in panda::ecmascript::aarch64::VectorRegister
219
Register
reg_
;
global()
member in panda::ecmascript::aarch64::Operand
[all...]
Completed in 1 milliseconds