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:slot3
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/panfrost/bifrost/
H
A
D
disassemble.c
182
if (ctrl.slot23.
slot3
== BIFROST_OP_WRITE)
in dump_regs()
184
else if (ctrl.slot23.
slot3
== BIFROST_OP_WRITE_LO)
in dump_regs()
186
else if (ctrl.slot23.
slot3
== BIFROST_OP_WRITE_HI)
in dump_regs()
212
} else if (ctrl.slot23.
slot3
>= BIFROST_OP_WRITE && ctrl.slot23.slot3_fma) {
in bi_disasm_dest_fma()
214
bi_disasm_dest_mask(fp, ctrl.slot23.
slot3
);
in bi_disasm_dest_fma()
225
if (ctrl.slot23.
slot3
>= BIFROST_OP_WRITE && !ctrl.slot23.slot3_fma) {
in bi_disasm_dest_add()
227
bi_disasm_dest_mask(fp, ctrl.slot23.
slot3
);
in bi_disasm_dest_add()
H
A
D
bi_pack.c
97
if (!regs->slot23.
slot3
) {
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()
160
now->regs.slot23.
slot3
= BIFROST_OP_WRITE;
in bi_assign_slots()
173
if (!(r.slot23.slot2 | r.slot23.
slot3
))
in bi_pack_register_mode()
212
if (!(regs.slot23.slot2 && regs.slot23.
slot3
))
in bi_pack_registers()
256
assert(regs.slot[3] == regs.slot[2] || !(regs.slot23.slot2 && regs.slot23.
slot3
));
in bi_pack_registers()
H
A
D
bi_print.c
59
if (regs->slot23.
slot3
) {
in bi_print_slots()
61
bi_reg_op_name(regs->slot23.
slot3
),
in bi_print_slots()
H
A
D
bifrost.h
380
enum bifrost_reg_op
slot3
;
member
Completed in 4 milliseconds