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:GetReg
(Results
1 - 4
of
4
) sorted by relevance
/third_party/vixl/src/aarch32/
H
A
D
instructions-aarch32.h
123
uint32_t
GetReg
() const { return value_; }
133
bool Is(CPURegister ref) const { return
GetReg
() == ref.
GetReg
(); }
782
uint32_t
GetReg
() const { return reg_; }
890
uint32_t
GetReg
() const { return reg_; }
931
uint32_t
GetReg
() const { return reg_; }
H
A
D
disasm-aarch32.h
178
DRegister
GetReg
() const { return reg_; }
in GetReg()
function in vixl::aarch32::Disassembler::IndexedRegisterPrinter
182
return os << reg.
GetReg
() << "[" << reg.GetIndex() << "]";
in operator <<()
H
A
D
assembler-aarch32.cc
7399
EmitT32_32(0xf3ef8000U | (rd.GetCode() << 8) | (spec_reg.
GetReg
() << 20));
in mrs()
7407
(spec_reg.
GetReg
() << 22));
in mrs()
7426
((spec_reg.
GetReg
() & 0xf) << 16) |
in msr()
7427
((spec_reg.
GetReg
() & 0x10) << 18) |
in msr()
7438
EmitT32_32(0xf3808000U | ((spec_reg.
GetReg
() & 0xf) << 8) |
in msr()
7439
((spec_reg.
GetReg
() & 0x10) << 16) | (rn.GetCode() << 16));
in msr()
7447
((spec_reg.
GetReg
() & 0xf) << 16) |
in msr()
7448
((spec_reg.
GetReg
() & 0x10) << 18) | rn.GetCode());
in msr()
21259
EmitT32_32(0xeef00a10U | (rt.GetCode() << 12) | (spec_reg.
GetReg
() << 16));
in vmrs()
21266
(spec_reg.
GetReg
() << 1
in vmrs()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H
A
D
AMDGPULegalizerInfo.cpp
1205
Register
GetReg
= MRI.createVirtualRegister(&AMDGPU::SReg_32RegClass);
1208
.addDef(
GetReg
)
1210
MRI.setType(
GetReg
, S32);
1215
.addUse(
GetReg
)
Completed in 38 milliseconds