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_cat
(Results
1 - 11
of
11
) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3_cp.c
379
opc_cat
(instr->opc) != 0) {
in reg_cp()
436
if ((
opc_cat
(instr->opc) == 3) && (n == 2) &&
in reg_cp()
478
assert((
opc_cat
(instr->opc) == 1) ||
in reg_cp()
479
(
opc_cat
(instr->opc) == 2) ||
in reg_cp()
480
(
opc_cat
(instr->opc) == 6) ||
in reg_cp()
484
if ((
opc_cat
(instr->opc) == 2) &&
in reg_cp()
H
A
D
disasm-a3xx.c
75
int cur_opc_cat; /* current
opc_cat
*/
410
(&(opcs[((instr)->
opc_cat
<< NOPC_BITS) | instr_opc(instr, ctx->gpu_id)]))
415
if (
opc_cat
(opc) == -1)
in disasm_a3xx_instr_name()
532
unsigned
opc_cat
= val >> 61;
in disasm_instr_cb()
local
542
ctx->stats->instrs_per_cat[
opc_cat
]++;
in disasm_instr_cb()
550
if (
opc_cat
== 1) {
in disasm_instr_cb()
565
ctx->cur_opc_cat =
opc_cat
;
in disasm_instr_cb()
569
opc_cat
, n, ctx->extra_cycles + n, dwords[1], dwords[0]);
in disasm_instr_cb()
H
A
D
ir3_cse.c
60
if (
opc_cat
(instr->opc) == 1) {
in hash_instr()
111
if (
opc_cat
(i1->opc) == 1) {
in instrs_equal()
H
A
D
ir3_validate.c
194
} else if (
opc_cat
(instr->opc) == 1 ||
opc_cat
(instr->opc) == 6) {
in validate_instr()
196
} else if (
opc_cat
(instr->opc) == 0) {
in validate_instr()
226
switch (
opc_cat
(instr->opc)) {
in validate_instr()
H
A
D
ir3.c
344
info->instrs_per_cat[
opc_cat
(instr->opc)] += 1 + instr->repeat;
in ir3_collect_info()
504
if (1 <=
opc_cat
(opc))
in instr_create()
752
switch (
opc_cat
(instr->opc)) {
in ir3_set_dst_type()
787
switch (
opc_cat
(instr->opc)) {
in ir3_fixup_src_type()
866
if ((flags & IR3_REG_SHARED) &&
opc_cat
(instr->opc) > 3)
in ir3_valid_flags()
911
switch (
opc_cat
(instr->opc)) {
in ir3_valid_flags()
H
A
D
instr-a3xx.h
394
#define
opc_cat
(opc) ((int)((opc) >> NOPC_BITS))
macro
592
if (
opc_cat
(opc) != 2 &&
opc_cat
(opc) != 3)
in is_sat_compatible()
H
A
D
ir3_legalize.c
225
if ((n->flags & IR3_INSTR_SS) && (
opc_cat
(n->opc) >= 5)) {
in legalize_block()
233
if (list_is_empty(&block->instr_list) && (
opc_cat
(n->opc) >= 5))
in legalize_block()
885
((
opc_cat
(last->opc) == 2) || (
opc_cat
(last->opc) == 3)) &&
in nop_sched()
H
A
D
ir3.h
823
return (
opc_cat
(instr->opc) == 0);
in is_flow()
944
return (1 <=
opc_cat
(instr->opc)) && (
opc_cat
(instr->opc) <= 3);
in is_alu()
950
return (
opc_cat
(instr->opc) == 4) || instr->opc == OPC_GETFIBERID;
in is_sfu()
956
return (
opc_cat
(instr->opc) == 5);
in is_tex()
968
return (
opc_cat
(instr->opc) == 6) && instr->opc != OPC_GETFIBERID;
in is_mem()
974
return (
opc_cat
(instr->opc) == 7);
in is_barrier()
1133
return (
opc_cat
(instr->opc) == -1);
in is_meta()
H
A
D
ir3_print.c
129
} else if (
opc_cat
(instr->opc) == 1) {
in print_instr_name()
H
A
D
ir3_parser.y
187
assert(
opc_cat
(instr->opc) == 5);
244
if (
opc_cat
(instr->opc) == 0 && instr->cat0.target_label) {
/third_party/mesa3d/src/freedreno/isa/
H
A
D
encode.c
267
assert(
opc_cat
(s->instr->opc) == 2);
in __multisrc_case()
Completed in 19 milliseconds