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:reg64low
(Results
1 - 1
of
1
) sorted by relevance
/third_party/mesa3d/src/util/tests/
H
A
D
register_allocate_test.cpp
54
struct ra_class *
reg64low
= ra_get_class_from_index(regs, 1);
in thumb_checks()
local
60
ASSERT_EQ(reg32low->q[
reg64low
->index], 2);
in thumb_checks()
62
ASSERT_EQ(
reg64low
->p, 8);
in thumb_checks()
63
ASSERT_EQ(
reg64low
->q[reg32low->index], 2);
in thumb_checks()
64
ASSERT_EQ(
reg64low
->q[
reg64low
->index], 3);
in thumb_checks()
65
ASSERT_EQ(
reg64low
->q[reg96->index], 4);
in thumb_checks()
68
ASSERT_EQ(reg96->q[
reg64low
->index], 2);
in thumb_checks()
77
/* Check that
reg64low
conflicts with the pairs of reg32low but not neighbors */
in thumb_checks()
78
ASSERT_TRUE(ra_class_allocations_conflict(
reg64low
, reg64_bas
in thumb_checks()
106
struct ra_class *
reg64low
= ra_alloc_reg_class(regs);
TEST_F()
local
138
struct ra_class *
reg64low
= ra_alloc_contig_reg_class(regs, 2);
TEST_F()
local
[all...]
Completed in 1 milliseconds