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:TestAddImm
(Results
1 - 6
of
6
) sorted by relevance
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/
H
A
D
encoder32_test_1.cpp
874
bool
TestAddImm
(Encoder32Test *test)
in TestAddImm()
function
913
EXPECT_TRUE(
TestAddImm
<int8_t>(this));
in TEST_F()
914
EXPECT_TRUE(
TestAddImm
<int16_t>(this));
in TEST_F()
915
EXPECT_TRUE(
TestAddImm
<int32_t>(this));
in TEST_F()
916
EXPECT_TRUE(
TestAddImm
<int64_t>(this));
in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
H
A
D
encoder64_test_1.cpp
1024
bool
TestAddImm
(Encoder64Test *test)
in TestAddImm()
function
1063
EXPECT_TRUE(
TestAddImm
<int32_t>(this));
in TEST_F()
1064
EXPECT_TRUE(
TestAddImm
<int64_t>(this));
in TEST_F()
1065
//
TestAddImm
<float>
in TEST_F()
1066
//
TestAddImm
<double>
in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
H
A
D
encoder64_test_1.cpp
903
bool
TestAddImm
(Encoder64Test *test)
in TestAddImm()
function
950
EXPECT_TRUE(
TestAddImm
<int32_t>(this));
in TEST_F()
951
EXPECT_TRUE(
TestAddImm
<int64_t>(this));
in TEST_F()
952
//
TestAddImm
<float>
in TEST_F()
953
//
TestAddImm
<double>
in TEST_F()
/arkcompiler/runtime_core/compiler/tests/aarch32/
H
A
D
encoder32_test.cpp
1278
bool
TestAddImm
(Encoder32Test *test)
in TestAddImm()
function
1317
EXPECT_TRUE(
TestAddImm
<int8_t>(this));
in TEST_F()
1318
EXPECT_TRUE(
TestAddImm
<int16_t>(this));
in TEST_F()
1319
EXPECT_TRUE(
TestAddImm
<int32_t>(this));
in TEST_F()
1320
EXPECT_TRUE(
TestAddImm
<int64_t>(this));
in TEST_F()
/arkcompiler/runtime_core/compiler/tests/amd64/
H
A
D
encoder64_test.cpp
1320
bool
TestAddImm
(Encoder64Test *test)
in TestAddImm()
function
1367
EXPECT_TRUE(
TestAddImm
<int32_t>(this));
in TEST_F()
1368
EXPECT_TRUE(
TestAddImm
<int64_t>(this));
in TEST_F()
1369
//
TestAddImm
<float>
in TEST_F()
1370
//
TestAddImm
<double>
in TEST_F()
/arkcompiler/runtime_core/compiler/tests/aarch64/
H
A
D
encoder64_test.cpp
1453
bool
TestAddImm
(Encoder64Test *test)
in TestAddImm()
function
1492
EXPECT_TRUE(
TestAddImm
<int32_t>(this));
in TEST_F()
1493
EXPECT_TRUE(
TestAddImm
<int64_t>(this));
in TEST_F()
1494
//
TestAddImm
<float>
in TEST_F()
1495
//
TestAddImm
<double>
in TEST_F()
Completed in 20 milliseconds