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:xreg
(Results
1 - 7
of
7
) sorted by relevance
/third_party/vixl/test/aarch64/examples/
H
A
D
test-examples.cc
193
VIXL_CHECK(static_cast<uint64_t>(regs.
xreg
(0)) == FactorialC(N)); \
218
VIXL_CHECK(static_cast<uint64_t>(regs.
xreg
(0)) == FactorialC(N)); \
401
VIXL_CHECK(regs.
xreg
(0) == SumArrayC(Array, ARRAY_SIZE(Array))); \
429
VIXL_CHECK(regs.
xreg
(0) == abs(X)); \
462
VIXL_CHECK(regs.
xreg
(0) == chksum);
in TEST()
484
VIXL_CHECK(regs.
xreg
(0) == d);
in TEST()
485
VIXL_CHECK(regs.
xreg
(1) == c);
in TEST()
486
VIXL_CHECK(regs.
xreg
(2) == b);
in TEST()
487
VIXL_CHECK(regs.
xreg
(3) == a);
in TEST()
516
VIXL_CHECK(regs.
xreg
(
[all...]
/third_party/node/deps/v8/src/execution/arm64/
H
A
D
simulator-arm64.cc
217
saved_registers[i] =
xreg
(PopLowestIndexAsCode(®ister_list));
in CheckPCSComplianceAndRun()
234
DCHECK_EQ(saved_registers[i],
xreg
(PopLowestIndexAsCode(®ister_list)));
in CheckPCSComplianceAndRun()
595
args[i].int64_value =
xreg
(num_gp_params++);
in CallAnyCTypeFunction()
661
const int64_t arg0 =
xreg
(0);
in DoRuntimeCall()
662
const int64_t arg1 =
xreg
(1);
in DoRuntimeCall()
663
const int64_t arg2 =
xreg
(2);
in DoRuntimeCall()
664
const int64_t arg3 =
xreg
(3);
in DoRuntimeCall()
665
const int64_t arg4 =
xreg
(4);
in DoRuntimeCall()
666
const int64_t arg5 =
xreg
(5);
in DoRuntimeCall()
667
const int64_t arg6 =
xreg
(
in DoRuntimeCall()
[all...]
H
A
D
simulator-arm64.h
933
int64_t
xreg
(unsigned code, Reg31Mode r31mode = Reg31IsZeroRegister) const {
in xreg()
function in v8::internal::Simulator
1015
int64_t sp() { return
xreg
(31, Reg31IsStackPointer); }
in sp()
1016
int64_t fp() { return
xreg
(kFramePointerRegCode, Reg31IsStackPointer); }
in fp()
2465
return ConvertReturn<T>(
xreg
(0));
in ReadReturn()
/third_party/vixl/test/aarch64/
H
A
D
test-utils-aarch64.cc
181
int64_t result_x = core->
xreg
(reg.GetCode());
in Equal32()
198
uint64_t result = core->
xreg
(reg.GetCode());
in Equal64()
207
uint64_t result = core->
xreg
(reg.GetCode());
in NotEqual64()
275
int64_t reference = core->
xreg
(reg0.GetCode());
in Equal64()
276
int64_t result = core->
xreg
(reg1.GetCode());
in Equal64()
285
int64_t expected = core->
xreg
(reg0.GetCode());
in NotEqual64()
286
int64_t result = core->
xreg
(reg1.GetCode());
in NotEqual64()
334
if (a->
xreg
(i) != b->
xreg
(i)) {
in EqualRegisters()
337
a->
xreg
(
in EqualRegisters()
[all...]
H
A
D
test-utils-aarch64.h
125
inline int64_t
xreg
(unsigned code) const {
in xreg()
function in vixl::aarch64::RegisterDump
H
A
D
test-assembler-sve-aarch64.cc
8971
uintptr_t measured_limit = core.
xreg
(limit.GetCode());
9548
int64_t loaded_data_in_bytes = core.
xreg
(x10.GetCode());
/third_party/vixl/src/aarch64/
H
A
D
simulator-aarch64.h
1544
int64_t
xreg
(unsigned code,
Completed in 35 milliseconds