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:src1_neg
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H
A
D
etnaviv_disasm.c
67
uint32_t
src1_neg
: 1;
member
565
.neg = instr->
src1_neg
,
in print_instr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H
A
D
R600ExpandSpecialInstrs.cpp
279
SetFlagInNewMI(NewMI, &MI, R600::OpName::
src1_neg
);
in runOnMachineFunction()
H
A
D
R600InstrInfo.cpp
1262
.addImm(0) // $
src1_neg
1304
OPERAND_CASE(R600::OpName::
src1_neg
)
1343
R600::OpName::
src1_neg
,
1427
FlagIndex = getOperandIdx(MI, R600::OpName::
src1_neg
);
H
A
D
R600ISelLowering.cpp
2273
TII->getOperandIdx(Opcode, R600::OpName::
src1_neg
),
in PostISelFolding()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H
A
D
radeon_optimize.c
590
unsigned
src1_neg
= inst_add->U.I.SrcReg[1].Negate & dstmask;
in peephole_add_presub_add()
local
608
if (inst_add->U.I.SrcReg[1].Negate &&
src1_neg
!= dstmask)
in peephole_add_presub_add()
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
r600_shader.c
4723
bool
src1_neg
= ctx->src[1].neg;
in tgsi_op2_s()
local
4724
if (op == ALU_OP2_ADD_INT &&
src1_neg
) {
in tgsi_op2_s()
4725
src1_neg
= false;
in tgsi_op2_s()
4746
alu.src[1].neg =
src1_neg
;
in tgsi_op2_s()
Completed in 21 milliseconds