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:V3D_QPU_WADDR_R4
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/broadcom/qpu/
H
A
D
qpu_instr.c
43
[
V3D_QPU_WADDR_R4
] = "r4",
in v3d_qpu_magic_waddr_name()
839
(inst->alu.add.waddr ==
V3D_QPU_WADDR_R4
||
in v3d_qpu_writes_r4()
845
(inst->alu.mul.waddr ==
V3D_QPU_WADDR_R4
||
in v3d_qpu_writes_r4()
852
if (inst->sig_magic && inst->sig_addr ==
V3D_QPU_WADDR_R4
)
in v3d_qpu_writes_r4()
H
A
D
qpu_instr.h
95
V3D_QPU_WADDR_R4
= 4,
enumerator
/third_party/mesa3d/src/broadcom/compiler/
H
A
D
vir_opt_copy_propagate.c
73
case
V3D_QPU_WADDR_R4
:
in is_copy_mov()
H
A
D
v3d_compiler.h
1290
return vir_FMOV(c, vir_reg(QFILE_MAGIC,
V3D_QPU_WADDR_R4
)); \
1303
return vir_FMOV_dest(c, dest, vir_reg(QFILE_MAGIC,
V3D_QPU_WADDR_R4
)); \
1443
return vir_MOV(c, vir_reg(QFILE_MAGIC,
V3D_QPU_WADDR_R4
));
H
A
D
vir_to_qpu.c
147
if (waddr < V3D_QPU_WADDR_R0 || waddr >
V3D_QPU_WADDR_R4
)
in is_no_op_mov()
H
A
D
qpu_schedule.c
229
case
V3D_QPU_WADDR_R4
:
in process_waddr_deps()
Completed in 10 milliseconds