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:PHYS_INDEX
(Results
1 - 1
of
1
) sorted by relevance
/third_party/mesa3d/src/broadcom/compiler/
H
A
D
vir_register_allocate.c
31
#define
PHYS_INDEX
(ACC_INDEX + ACC_COUNT)
macro
795
if (BITSET_TEST(regs,
PHYS_INDEX
+ i))
in v3d_ra_favor_accum()
855
int phys =
PHYS_INDEX
+ phys_off;
in v3d_ra_select_rf()
898
compiler->regs = ra_alloc_reg_set(compiler,
PHYS_INDEX
+ PHYS_COUNT,
in vir_init_reg_sets()
913
for (int i =
PHYS_INDEX
;
in vir_init_reg_sets()
914
i <
PHYS_INDEX
+ (PHYS_COUNT >> threads); i++) {
in vir_init_reg_sets()
1027
PHYS_INDEX
+ inst->src[0].index);
in update_graph_and_reg_classes_for_inst()
1203
if (ra_reg <
PHYS_INDEX
) {
in v3d_register_allocate()
1209
temp_registers[i].index = ra_reg -
PHYS_INDEX
;
in v3d_register_allocate()
Completed in 3 milliseconds