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:op32
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/amd/compiler/
H
A
D
aco_instruction_selection.cpp
6762
aco_opcode
op32
, op64;
6765
op32
= aco_opcode::buffer_atomic_add;
6769
op32
= aco_opcode::buffer_atomic_smin;
6773
op32
= aco_opcode::buffer_atomic_umin;
6777
op32
= aco_opcode::buffer_atomic_smax;
6781
op32
= aco_opcode::buffer_atomic_umax;
6785
op32
= aco_opcode::buffer_atomic_and;
6789
op32
= aco_opcode::buffer_atomic_or;
6793
op32
= aco_opcode::buffer_atomic_xor;
6797
op32
[all...]
H
A
D
aco_lower_to_hw_instr.cpp
1095
Operand
op32
= Operand::c32((uint32_t)val | (val & 0x80u ? 0xffffff00u : 0u));
in copy_constant()
local
1096
if (
op32
.isLiteral()) {
in copy_constant()
1103
bld.vop1_sdwa(aco_opcode::v_mov_b32, dst,
op32
);
in copy_constant()
H
A
D
aco_optimizer.cpp
199
Operand
op32
= Operand::get_const(gfx_level, constant, 4);
in set_constant()
local
208
if (!
op32
.isLiteral())
in set_constant()
Completed in 19 milliseconds