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:IR3_REG_FNEG
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3_cp.c
83
if (src->flags & (IR3_REG_FABS |
IR3_REG_FNEG
| IR3_REG_SABS |
in is_eligible_mov()
122
srcflags &= ~
IR3_REG_FNEG
;
in combine_flags()
130
if (srcflags &
IR3_REG_FNEG
)
in combine_flags()
131
*dstflags ^=
IR3_REG_FNEG
;
in combine_flags()
200
if (new_flags &
IR3_REG_FNEG
) {
in lower_immed()
202
new_flags &= ~
IR3_REG_FNEG
;
in lower_immed()
H
A
D
ir3_print.c
278
(reg->flags & (
IR3_REG_FNEG
| IR3_REG_SNEG | IR3_REG_BNOT)))
in print_reg_name()
280
else if (reg->flags & (
IR3_REG_FNEG
| IR3_REG_SNEG | IR3_REG_BNOT))
in print_reg_name()
H
A
D
ir3.h
122
IR3_REG_FNEG
= 0x040,
enumerator
1375
return IR3_REG_FABS |
IR3_REG_FNEG
;
in ir3_cat2_absneg()
1426
return
IR3_REG_FNEG
;
in ir3_cat3_absneg()
H
A
D
ir3_postsched.c
714
(IR3_REG_CONST | IR3_REG_IMMED | IR3_REG_RELATIV |
IR3_REG_FNEG
|
in is_self_mov()
H
A
D
ir3.c
854
flags &= (IR3_REG_CONST | IR3_REG_IMMED |
IR3_REG_FNEG
| IR3_REG_FABS |
in cp_flags()
H
A
D
ir3_parser.y
58
#define IR3_REG_NEGATE
IR3_REG_FNEG
H
A
D
ir3_compiler_nir.c
510
dst[0] = ir3_ABSNEG_F(b, src[0],
IR3_REG_FNEG
);
in emit_alu()
546
dst[0] = ir3_ADD_F(b, src[0], 0, src[1],
IR3_REG_FNEG
);
in emit_alu()
/third_party/mesa3d/src/freedreno/isa/
H
A
D
encode.c
135
if (reg->flags & (
IR3_REG_FNEG
| IR3_REG_SNEG | IR3_REG_BNOT)) {
in extract_ABSNEG()
Completed in 16 milliseconds