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:arg_comp
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/panfrost/midgard/
H
A
D
midgard_address.c
241
ins->load_store.
arg_comp
= seg & 0x3;
in mir_set_offset()
268
ins->load_store.
arg_comp
= seg & 0x3;
in mir_set_offset()
H
A
D
helpers.h
390
unsigned ubo = word.
arg_comp
|
H
A
D
midgard_emit.c
50
word->
arg_comp
= index & 0x3;
in midgard_pack_ubo_index_imm()
613
ldst.
arg_comp
= midgard_ldst_comp(ldst.arg_reg, ins->swizzle[1][0], sz);
in load_store_from_instr()
H
A
D
midgard.h
753
unsigned
arg_comp
: 2;
member
H
A
D
compiler.h
582
.
arg_comp
= COMPONENT_X,
in v_load_store_scratch()
H
A
D
disassemble.c
1415
fprintf(fp, ".%c", components[word->
arg_comp
]);
in print_load_store_instr()
1435
word->bitsize_toggle ? 64 : 32, components[word->
arg_comp
]);
in print_load_store_instr()
1499
fprintf(fp, ".%c", components[word->
arg_comp
]);
in print_load_store_instr()
H
A
D
midgard_schedule.c
144
instructions[i]->load_store.
arg_comp
;
in mir_create_dependency_graph()
H
A
D
midgard_compile.c
1389
ins.load_store.
arg_comp
= COMPONENT_Z;
in emit_atomic()
1904
ld.load_store.
arg_comp
= sample & 0x3;
in emit_intrinsic()
Completed in 17 milliseconds