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:SOP1_instruction
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/amd/compiler/
H
A
D
aco_ir.h
995
struct
SOP1_instruction
;
1050
SOP1_instruction
& sop1() noexcept
1053
return *(
SOP1_instruction
*)this;
1055
const
SOP1_instruction
& sop1() const noexcept
1058
return *(
SOP1_instruction
*)this;
1375
struct
SOP1_instruction
: public Instruction {};
struct
1376
static_assert(sizeof(
SOP1_instruction
) == sizeof(Instruction) + 0, "Unexpected padding");
H
A
D
aco_insert_NOPs.cpp
758
aco_ptr<
SOP1_instruction
> s_mov{
759
create_instruction<
SOP1_instruction
>(aco_opcode::s_mov_b32, Format::SOP1, 1, 1)};
H
A
D
aco_insert_exec_mask.cpp
610
instr.reset(create_instruction<
SOP1_instruction
>(bld.w64or32(Builder::s_mov),
in process_instructions()
H
A
D
aco_spill.cpp
332
res.reset(create_instruction<
SOP1_instruction
>(
in do_reload()
H
A
D
aco_register_allocation.cpp
3053
mov.reset(create_instruction<
SOP1_instruction
>(aco_opcode::s_mov_b32,
in register_allocation()
Completed in 14 milliseconds