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:bitsize_toggle
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/panfrost/midgard/
H
A
D
midgard_address.c
240
ins->load_store.
bitsize_toggle
= true;
in mir_set_offset()
265
ins->load_store.
bitsize_toggle
= (bitsize == 64);
in mir_set_offset()
267
ins->load_store.
bitsize_toggle
= true;
in mir_set_offset()
H
A
D
midgard_opt_perspective.c
128
.
bitsize_toggle
= true,
in midgard_opt_combine_projection()
H
A
D
helpers.h
392
(word.
bitsize_toggle
<< 5) |
H
A
D
disassemble.c
1376
fprintf(fp, ".%s", word->
bitsize_toggle
? "f32" : "f16");
in print_load_store_instr()
1435
word->
bitsize_toggle
? 64 : 32, components[word->arg_comp]);
in print_load_store_instr()
1497
fprintf(fp, ".u%d", word->
bitsize_toggle
? 64 : 32);
in print_load_store_instr()
1501
if (word->
bitsize_toggle
&& !OP_IS_IMAGE(word->op))
in print_load_store_instr()
H
A
D
midgard.h
760
bool
bitsize_toggle
: 1;
member
H
A
D
compiler.h
583
.
bitsize_toggle
= true,
in v_load_store_scratch()
H
A
D
midgard_compile.c
1390
ins.load_store.
bitsize_toggle
= true;
in emit_atomic()
1407
ins.load_store.
bitsize_toggle
= true;
in emit_atomic()
1530
ins.load_store.
bitsize_toggle
= true;
in emit_image_op()
2334
ld.load_store.
bitsize_toggle
= true;
in set_tex_coord()
H
A
D
midgard_emit.c
52
word->
bitsize_toggle
= (index >> 5) & 0x1;
in midgard_pack_ubo_index_imm()
Completed in 15 milliseconds