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:hreg
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H
A
D
CalcSpillWeights.cpp
55
Register
hreg
;
in copyHint()
local
58
hreg
= mi->getOperand(1).getReg();
in copyHint()
62
hreg
= mi->getOperand(0).getReg();
in copyHint()
66
if (!
hreg
)
in copyHint()
69
if (Register::isVirtualRegister(
hreg
))
in copyHint()
70
return sub == hsub ?
hreg
: Register();
in copyHint()
73
Register CopiedPReg = (hsub ? tri.getSubReg(
hreg
, hsub) :
hreg
);
in copyHint()
/third_party/vixl/test/aarch64/
H
A
D
test-utils-aarch64.h
144
inline Float16
hreg
(unsigned code) const {
in hreg()
function in vixl::aarch64::RegisterDump
H
A
D
test-utils-aarch64.cc
239
return EqualFP16(expected, core, core->
hreg
(fpreg.GetCode()));
in EqualFP16()
/third_party/node/deps/v8/src/execution/arm64/
H
A
D
simulator-arm64.cc
2089
MemoryWrite<uint16_t>(address,
hreg
(srcdst));
3162
set_sreg(fd, FPToFloat(
hreg
(fn)));
3165
set_dreg(fd, FPToDouble(FPToFloat(
hreg
(fn))));
H
A
D
simulator-arm64.h
1024
float
hreg
(unsigned code) const { return vreg<uint16_t>(code); }
in hreg()
function in v8::internal::Simulator
/third_party/vixl/src/aarch64/
H
A
D
simulator-aarch64.h
1785
VIXL_DEPRECATED("ReadHRegister", int16_t
hreg
(unsigned code) const) {
Completed in 19 milliseconds