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:OPC_CHMASK
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3_dce.c
75
instr->opc ==
OPC_CHMASK
)
in remove_unused_by_block()
H
A
D
ir3_print.c
373
if (!is_flow(instr) || instr->opc == OPC_END || instr->opc ==
OPC_CHMASK
) {
in print_instr()
387
if (instr->opc == OPC_END || instr->opc ==
OPC_CHMASK
)
in print_instr()
H
A
D
ir3_delay.c
74
if (consumer->opc == OPC_END || consumer->opc ==
OPC_CHMASK
)
in ir3_delayslots()
H
A
D
instr-a3xx.h
70
OPC_CHMASK
= _OPC(0, 9),
enumerator
H
A
D
ir3_sched.c
1094
if (use->opc != OPC_END && use->opc !=
OPC_CHMASK
)
in is_output_collect()
H
A
D
disasm-a3xx.c
165
OPC(0,
OPC_CHMASK
, chmask),
H
A
D
ir3_parser.y
836
| T_OP_CHMASK { new_instr(
OPC_CHMASK
); }
H
A
D
ir3_compiler_nir.c
4500
if (instr->opc == OPC_END || instr->opc ==
OPC_CHMASK
)
in find_end()
4695
ir3_instr_create(ctx->block,
OPC_CHMASK
, 0, outputs_count);
in ir3_compile_shader_nir()
H
A
D
ir3_ra.c
2300
else if (instr->opc ==
OPC_CHMASK
)
in handle_block()
Completed in 18 milliseconds