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_M_MOV
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/broadcom/compiler/
H
A
D
vir_opt_copy_propagate.c
45
inst->qpu.alu.mul.op !=
V3D_QPU_M_MOV
)) {
in is_copy_mov()
H
A
D
vir_opt_dead_code.c
155
unifa->qpu.alu.mul.op ==
V3D_QPU_M_MOV
) {
in increment_unifa_address()
H
A
D
vir_to_qpu.c
138
qinst->qpu.alu.mul.op !=
V3D_QPU_M_MOV
||
in is_no_op_mov()
H
A
D
vir_register_allocate.c
1023
assert(inst->qpu.alu.mul.op ==
V3D_QPU_M_MOV
);
in update_graph_and_reg_classes_for_inst()
H
A
D
vir.c
107
inst->qpu.alu.mul.op !=
V3D_QPU_M_MOV
)) {
in vir_is_raw_mov()
/third_party/mesa3d/src/broadcom/qpu/
H
A
D
qpu_instr.c
191
[
V3D_QPU_M_MOV
] = "mov",
in v3d_qpu_mul_op_name()
464
[
V3D_QPU_M_MOV
] = D | A,
H
A
D
qpu_instr.h
235
V3D_QPU_M_MOV
,
enumerator
H
A
D
qpu_pack.c
582
{ 15, 15, 1 << 7, ANYMUX,
V3D_QPU_M_MOV
},
Completed in 11 milliseconds