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:cat3
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3_cp.c
284
if (instr->
cat3
.swapped)
in try_swap_mad_two_srcs()
287
/*
cat3
doesn't encode immediate, but we can lower immediate
in try_swap_mad_two_srcs()
301
instr->
cat3
.swapped = true;
in try_swap_mad_two_srcs()
H
A
D
ir3_parser.y
970
cat3_dp_signedness:'.' T_MIXED { instr->
cat3
.signedness = IR3_SRC_MIXED; }
971
| '.' T_UNSIGNED{ instr->
cat3
.signedness = IR3_SRC_UNSIGNED; }
973
cat3_dp_pack: '.' T_LOW { instr->
cat3
.packed = IR3_SRC_PACKED_LOW; }
974
| '.' T_HIGH { instr->
cat3
.packed = IR3_SRC_PACKED_HIGH; }
H
A
D
ir3_compiler_nir.c
308
dst[0]->
cat3
.signedness = IR3_SRC_UNSIGNED;
in emit_alu_dot_4x8_as_dp4acc()
310
dst[0]->
cat3
.signedness = IR3_SRC_MIXED;
in emit_alu_dot_4x8_as_dp4acc()
346
dst[0]->
cat3
.packed = IR3_SRC_PACKED_LOW;
in emit_alu_dot_4x8_as_dp2acc()
347
dst[0]->
cat3
.signedness = signedness;
in emit_alu_dot_4x8_as_dp2acc()
350
dst[0]->
cat3
.packed = IR3_SRC_PACKED_HIGH;
in emit_alu_dot_4x8_as_dp2acc()
351
dst[0]->
cat3
.signedness = signedness;
in emit_alu_dot_4x8_as_dp2acc()
H
A
D
ir3.h
365
}
cat3
;
member
1417
/* map
cat3
instructions to valid abs/neg flags: */
2288
/*
cat3
instructions: */
Completed in 13 milliseconds