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:opcs
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H
A
D
etnaviv_disasm.c
457
}
opcs
[1 << OPC_BITS] = {
variable
531
const char *name =
opcs
[opc].name;
in print_instr()
609
opcs
[opc].print(&operands);
in print_instr()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H
A
D
nvc0_program.c
347
unsigned
opcs
= 6; /* output patch constants (at least the TessFactors) */
in nvc0_tcp_gen_header()
local
350
opcs
= 8 + info->numPatchConstants * 4;
in nvc0_tcp_gen_header()
354
tcp->hdr[1] =
opcs
<< 24;
in nvc0_tcp_gen_header()
366
tcp->hdr[3] = (
opcs
& 0x0f) << 28;
in nvc0_tcp_gen_header()
367
tcp->hdr[4] |= (
opcs
& 0xf0) << 16;
in nvc0_tcp_gen_header()
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
disasm-a3xx.c
151
}
opcs
[1 << (3 + NOPC_BITS)] = {
variable
410
(&(
opcs
[((instr)->opc_cat << NOPC_BITS) | instr_opc(instr, ctx->gpu_id)]))
417
return
opcs
[opc].name;
in disasm_a3xx_instr_name()
Completed in 4 milliseconds