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:is_alu
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/panfrost/midgard/
H
A
D
midgard_print.c
271
bool
is_alu
= ins->type == TAG_ALU_4;
in mir_print_instruction()
local
274
if (
is_alu
&& alu_opcode_props[ins->op].props & QUIRK_FLIPPED_R24) {
in mir_print_instruction()
280
if (ins->src[0] == r_constant &&
is_alu
)
in mir_print_instruction()
290
else if (ins->src[1] == r_constant &&
is_alu
)
in mir_print_instruction()
295
if (
is_alu
) {
in mir_print_instruction()
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_opt_uniform_atomics.c
140
bool
is_alu
= nir_ssa_scalar_is_alu(scalar);
in match_invocation_comparison()
local
141
if (
is_alu
&& nir_ssa_scalar_alu_op(scalar) == nir_op_iand) {
in match_invocation_comparison()
144
} else if (
is_alu
&& nir_ssa_scalar_alu_op(scalar) == nir_op_ieq) {
in match_invocation_comparison()
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3_cf.c
140
if (!
is_alu
(src))
in try_conversion_folding()
H
A
D
ir3_delay.c
105
return
is_alu
(n) ||
in count_instruction()
H
A
D
ir3_postsched.c
118
bool counts_for_delay =
is_alu
(instr) || is_flow(instr);
in schedule()
H
A
D
ir3_sched.c
311
bool counts_for_delay =
is_alu
(instr) || is_flow(instr);
in schedule()
H
A
D
ir3.h
942
is_alu
(struct ir3_instruction *instr)
in is_alu()
function
H
A
D
ir3_ra.c
1404
if (is_sfu(reg->instr) ||
is_alu
(reg->instr)) {
in get_reg()
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
r600_isa.h
751
r600_isa_cf_by_opcode(struct r600_isa* isa, unsigned opcode, unsigned
is_alu
) {
in r600_isa_cf_by_opcode()
argument
756
op = isa->cf_map[
is_alu
? opcode + 0x80 : opcode];
in r600_isa_cf_by_opcode()
Completed in 15 milliseconds