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:m_opcode
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H
A
D
sfn_instr_fetch.cpp
50
m_opcode
(opcode),
in FetchInstr()
64
switch (
m_opcode
) {
in FetchInstr()
124
return
m_opcode
== rhs.
m_opcode
&&
in is_equal_to()
190
if (
m_opcode
!= vc_get_buf_resinfo) {
in do_print()
199
if (
m_opcode
!= vc_read_scratch)
in do_print()
242
if (
m_opcode
!= vc_read_scratch)
in do_print()
264
if (m_tex_flags.test(uncached) &&
m_opcode
!= vc_read_scratch) os << " UNCACHED";
in do_print()
265
if (m_tex_flags.test(indexed) &&
m_opcode
!= vc_read_scratch) os << " INDEXED";
in do_print()
H
A
D
sfn_instr_lds.cpp
224
m_opcode
(op),
in LDSAtomicInstr()
275
auto op_instr = new AluInstr(
m_opcode
, srcs, {});
in split()
355
auto ii = lds_ops.find(
m_opcode
);
in do_print()
379
return
m_opcode
== rhs.
m_opcode
&&
in is_equal_to()
H
A
D
sfn_instr_lds.h
83
unsigned op() const {return
m_opcode
;}
in op()
98
ESDOp
m_opcode
;
member in r600::LDSAtomicInstr
H
A
D
sfn_instr_alu.h
89
auto opcode() const {assert(!has_alu_flag(alu_is_lds)); return
m_opcode
;}
in opcode()
98
void set_op(EAluOp op) {
m_opcode
= op;}
in set_op()
178
EAluOp
m_opcode
;
H
A
D
sfn_instr_fetch.h
99
EVFetchInstr opcode() const {return
m_opcode
;}
in opcode()
133
EVFetchInstr
m_opcode
;
member in r600::FetchInstr
H
A
D
sfn_instr_tex.h
118
unsigned opcode() const {return
m_opcode
;}
in opcode()
177
Opcode
m_opcode
;
member in r600::TexInstr
H
A
D
sfn_instr_alu.cpp
46
m_opcode
(opcode),
in AluInstr()
225
os << alu_ops.at(
m_opcode
).name;
in do_print()
243
m_src.size() : alu_ops.at(
m_opcode
).nsrc;
in do_print()
346
if (
m_opcode
!= op1_mov)
in can_copy_propagate()
390
if (m_alu_slots * alu_ops.at(
m_opcode
).nsrc > 2 || m_parent_group) {
in replace_source()
396
int nsrc = alu_ops.at(
m_opcode
).nsrc;
in replace_source()
526
unsigned nsrc = alu_ops.at(
m_opcode
).nsrc;
in check_readport_validation()
561
if (lhs.
m_opcode
!=
m_opcode
||
in is_equal_to()
666
for (int i = 0; i < alu_ops.at(
m_opcode
)
in split()
[all...]
H
A
D
sfn_instr_tex.cpp
41
m_opcode
(op),
in TexInstr()
84
if (
m_opcode
!= lhs.
m_opcode
)
138
os << "TEX " << opname(
m_opcode
) << " ";
in do_print()
157
if (m_inst_mode || is_gather(
m_opcode
))
in do_print()
Completed in 8 milliseconds