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:slot23
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/panfrost/bifrost/
H
A
D
disassemble.c
73
struct bifrost_reg_ctrl_23
slot23
;
member
155
decoded.
slot23
= bifrost_reg_ctrl_lut[ctrl];
in DecodeRegCtrl()
157
assert(memcmp(&decoded.
slot23
, &reserved, sizeof(reserved)));
in DecodeRegCtrl()
171
const char *slot3_fma = ctrl.
slot23
.slot3_fma ? "FMA" : "ADD";
in dump_regs()
173
if (ctrl.
slot23
.slot2 == BIFROST_OP_WRITE)
in dump_regs()
175
else if (ctrl.
slot23
.slot2 == BIFROST_OP_WRITE_LO)
in dump_regs()
177
else if (ctrl.
slot23
.slot2 == BIFROST_OP_WRITE_HI)
in dump_regs()
179
else if (ctrl.
slot23
.slot2 == BIFROST_OP_READ)
in dump_regs()
182
if (ctrl.
slot23
.slot3 == BIFROST_OP_WRITE)
in dump_regs()
184
else if (ctrl.
slot23
in dump_regs()
[all...]
H
A
D
bi_pack.c
84
if (regs->slot[2] == src.value && regs->
slot23
.slot2 == BIFROST_OP_READ)
in bi_assign_slot_read()
97
if (!regs->
slot23
.slot3) {
in bi_assign_slot_read()
99
regs->
slot23
.slot2 = BIFROST_OP_READ;
in bi_assign_slot_read()
145
now->regs.
slot23
.slot3 = BIFROST_OP_WRITE;
in bi_assign_slots()
153
if (now->regs.
slot23
.slot3) {
in bi_assign_slots()
155
assert(!now->regs.
slot23
.slot2);
in bi_assign_slots()
157
now->regs.
slot23
.slot2 = BIFROST_OP_WRITE;
in bi_assign_slots()
160
now->regs.
slot23
.slot3 = BIFROST_OP_WRITE;
in bi_assign_slots()
161
now->regs.
slot23
.slot3_fma = true;
in bi_assign_slots()
173
if (!(r.
slot23
in bi_pack_register_mode()
[all...]
H
A
D
bi_print.c
51
if (regs->
slot23
.slot2) {
in bi_print_slots()
53
bi_reg_op_name(regs->
slot23
.slot2),
in bi_print_slots()
54
regs->
slot23
.slot2 >= BIFROST_OP_WRITE ?
in bi_print_slots()
59
if (regs->
slot23
.slot3) {
in bi_print_slots()
61
bi_reg_op_name(regs->
slot23
.slot3),
in bi_print_slots()
62
regs->
slot23
.slot3_fma ? "FMA" : "ADD",
in bi_print_slots()
H
A
D
compiler.h
560
struct bifrost_reg_ctrl_23
slot23
;
Completed in 4 milliseconds