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_reg
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/panfrost/midgard/
H
A
D
midgard_address.c
242
ins->load_store.
arg_reg
= (seg >> 2) & 0x7;
in mir_set_offset()
269
ins->load_store.
arg_reg
= (seg >> 2) & 0x7;
in mir_set_offset()
H
A
D
midgard_emit.c
51
word->
arg_reg
= (index >> 2) & 0x7;
in midgard_pack_ubo_index_imm()
611
ldst.
arg_reg
= SSA_REG_FROM_FIXED(ins->src[1]) - REGISTER_LDST_BASE;
in load_store_from_instr()
613
ldst.arg_comp = midgard_ldst_comp(ldst.
arg_reg
, ins->swizzle[1][0], sz);
in load_store_from_instr()
H
A
D
helpers.h
391
(word.
arg_reg
<< 2) |
H
A
D
disassemble.c
1414
print_ldst_read_reg(fp, word->
arg_reg
);
in print_load_store_instr()
1432
if (word->
arg_reg
!= 7 || verbose) {
in print_load_store_instr()
1433
print_ldst_read_reg(fp, word->
arg_reg
);
in print_load_store_instr()
1459
print_ldst_read_reg(fp, word->
arg_reg
);
in print_load_store_instr()
1494
print_ldst_read_reg(fp, word->
arg_reg
);
in print_load_store_instr()
H
A
D
midgard_compile.c
1388
ins.load_store.
arg_reg
= REGISTER_LDST_LOCAL_STORAGE_PTR;
in emit_atomic()
1406
ins.load_store.
arg_reg
= REGISTER_LDST_ZERO;
in emit_atomic()
1453
ins.load_store.
arg_reg
= REGISTER_LDST_ZERO;
in emit_varying_read()
1552
ins.load_store.
arg_reg
= REGISTER_LDST_ZERO;
in emit_attr_read()
1678
ins.load_store.
arg_reg
= compute_builtin_arg(instr->intrinsic);
in emit_compute_builtin()
1905
ld.load_store.
arg_reg
= sample >> 2;
in emit_intrinsic()
2029
st.load_store.
arg_reg
= REGISTER_LDST_ZERO;
in emit_intrinsic()
H
A
D
midgard.h
754
unsigned
arg_reg
: 3;
member
H
A
D
compiler.h
581
.
arg_reg
= REGISTER_LDST_LOCAL_STORAGE_PTR,
in v_load_store_scratch()
H
A
D
midgard_schedule.c
143
unsigned type = instructions[i]->load_store.
arg_reg
|
in mir_create_dependency_graph()
Completed in 16 milliseconds