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:toSize
(Results
1 - 4
of
4
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H
A
D
isel.cpp
98
static MOperator GetFastCvtMopI(uint32 fromSize, uint32
toSize
, bool isSigned)
in GetFastCvtMopI()
argument
100
if (
toSize
< k8BitSize ||
toSize
> k64BitSize) {
in GetFastCvtMopI()
106
/* Extend: fromSize <
toSize
*/
in GetFastCvtMopI()
107
auto tableDriven = fastCvtMappingTableI.find({fromSize,
toSize
});
in GetFastCvtMopI()
903
uint32
toSize
= GetPrimTypeBitSize(toType);
in SelectCvtFloat2Int()
local
911
mOp = (
toSize
<= k32BitSize) ? ((isSigned) ? abstract::MOP_cvt_i32_f64 : abstract::MOP_cvt_u32_f64) :
in SelectCvtFloat2Int()
915
mOp = (
toSize
<= k32BitSize) ? ((isSigned) ? abstract::MOP_cvt_i32_f32 : abstract::MOP_cvt_u32_f32) :
in SelectCvtFloat2Int()
958
uint32
toSize
= GetPrimTypeBitSize(toType);
in SelectIntCvt()
local
964
if (
toSize
<
in SelectIntCvt()
980
uint32
toSize
= GetPrimTypeBitSize(toType);
SelectFloatCvt()
local
1175
uint32
toSize
= GetPrimTypeBitSize(toType);
SelectCopy2Reg()
local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
H
A
D
constantfold.cpp
1117
uint32
toSize
= GetPrimTypeBitSize(toType);
in FoldTypeCvtMIRConst()
local
1123
toSize
= 1;
in FoldTypeCvtMIRConst()
1125
if (
toSize
> fromSize) {
in FoldTypeCvtMIRConst()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H
A
D
x64_MPIsel.cpp
875
[[maybe_unused]] uint32
toSize
= GetPrimTypeBitSize(toType);
in SelectRetypeFloat()
local
876
DEBUG_ASSERT(fromSize ==
toSize
, "retype bit widith doesn' match");
in SelectRetypeFloat()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H
A
D
aarch64_cgfunc.cpp
4014
uint32
toSize
= GetPrimTypeBitSize(addendExpr->GetPrimType());
4016
if (
toSize
< fromSize) {
4023
shiftAmount,
toSize
!= fromSize);
Completed in 20 milliseconds