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:ssub
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
H
A
D
binops-same-args.c
3
int
ssub
(int a) { return a - a; }
in ssub()
function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H
A
D
AArch64InstructionSelector.cpp
410
SubReg = AArch64::
ssub
;
in getSubRegForClass()
2797
return BuildFn(AArch64::
ssub
);
in emitScalarToVector()
2886
ExtractSubReg = AArch64::
ssub
;
in getLaneCopyOpcode()
3213
SubregIdx = AArch64::
ssub
;
in getInsertVecEltOpInfo()
3229
SubregIdx = AArch64::
ssub
;
in getInsertVecEltOpInfo()
3953
if (SubReg != AArch64::
ssub
&& SubReg != AArch64::dsub) {
4021
if (SubReg != AArch64::
ssub
&& SubReg != AArch64::dsub) {
in selectBuildVector()
H
A
D
AArch64InstrInfo.cpp
2718
DestReg = RI.getMatchingSuperReg(DestReg, AArch64::
ssub
,
in copyPhysReg()
2720
SrcReg = RI.getMatchingSuperReg(SrcReg, AArch64::
ssub
,
in copyPhysReg()
3344
case AArch64::
ssub
:
in foldMemoryOperandImpl()
3350
SpillSubreg = AArch64::
ssub
;
in foldMemoryOperandImpl()
3390
case AArch64::
ssub
:
in foldMemoryOperandImpl()
H
A
D
AArch64ISelLowering.cpp
5114
setVecVal(AArch64::
ssub
);
in LowerFCOPYSIGN()
5148
return DAG.getTargetExtractSubreg(AArch64::
ssub
, DL, VT, Sel);
in LowerFCOPYSIGN()
Completed in 36 milliseconds