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:vregs
(Results
1 - 12
of
12
) sorted by relevance
/third_party/libunwind/libunwind/src/aarch64/
H
A
D
Gresume.c
60
regs[16] = GET_FPCTX(uc)->
vregs
[8];
in aarch64_local_resume()
61
regs[17] = GET_FPCTX(uc)->
vregs
[9];
in aarch64_local_resume()
62
regs[18] = GET_FPCTX(uc)->
vregs
[10];
in aarch64_local_resume()
63
regs[19] = GET_FPCTX(uc)->
vregs
[11];
in aarch64_local_resume()
64
regs[20] = GET_FPCTX(uc)->
vregs
[12];
in aarch64_local_resume()
65
regs[21] = GET_FPCTX(uc)->
vregs
[13];
in aarch64_local_resume()
66
regs[22] = GET_FPCTX(uc)->
vregs
[14];
in aarch64_local_resume()
67
regs[23] = GET_FPCTX(uc)->
vregs
[15];
in aarch64_local_resume()
H
A
D
Ginit.c
54
return &GET_FPCTX(uc)->
vregs
[reg - UNW_AARCH64_V0];
in uc_addr()
/third_party/musl/arch/aarch64/bits/
H
A
D
signal.h
14
__uint128_t
vregs
[32];
member
37
__uint128_t
vregs
[32];
member
H
A
D
user.h
9
__uint128_t
vregs
[32];
member
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/aarch64/
H
A
D
int128.rs
3
pub
vregs
: [::__uint128_t; 32],
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/aarch64/
H
A
D
int128.rs
3
pub
vregs
: [::__uint128_t; 32],
H
A
D
align.rs
32
pub
vregs
: [[u64; 2]; 32],
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
H
A
D
int128.rs
3
pub
vregs
: [::__uint128_t; 32],
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H
A
D
sfn_ra.cpp
166
auto&
vregs
= lrm.component(reg->chan());
in group_allocation()
local
167
auto& vreg_cmp =
vregs
[reg->index()];
in group_allocation()
/third_party/elfutils/backends/
H
A
D
aarch64_initreg.c
85
dwarf_fregs[r] = fregs.
vregs
[r] & 0xFFFFFFFF;
in aarch64_set_initial_registers_tid()
/third_party/libunwind/libunwind/include/
H
A
D
libunwind-aarch64.h
224
uint64_t
vregs
[64];
member
/third_party/vixl/test/aarch64/
H
A
D
test-trace-aarch64.cc
3135
TEST(
vregs
) { TraceTestHelper(false, LOG_VREGS, REF("log-
vregs
")); }
3152
TraceTestHelper(true, LOG_VREGS, REF("log-
vregs
-colour"));
Completed in 7 milliseconds