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:OPC_STG
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3.c
1025
if (is_store(instr) && (instr->opc !=
OPC_STG
) && (n == 1))
in ir3_valid_flags()
1056
if (instr->opc ==
OPC_STG
&& (n == 2))
in ir3_valid_flags()
1106
case
OPC_STG
:
in ir3_valid_immediate()
H
A
D
ir3_validate.c
312
case
OPC_STG
:
in validate_instr()
H
A
D
instr-a3xx.h
274
OPC_STG
= _OPC(6, 3), /* store-global */
enumerator
H
A
D
disasm-a3xx.c
329
OPC(6,
OPC_STG
, stg),
H
A
D
ir3.h
996
case
OPC_STG
:
in is_store()
H
A
D
ir3_parser.y
1130
cat6_store: T_OP_STG { new_instr(
OPC_STG
); dummy_dst(); } cat6_type 'g' '[' src cat6_imm_offset ']' ',' src ',' immediate
Completed in 10 milliseconds