Home
last modified time | relevance | path

Searched refs:IsBigEndian (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/
H A Dtriple_ut_test.cpp28 ASSERT_EQ(Triple::GetTriple().IsBigEndian(), false); in TEST()
33 ASSERT_EQ(Triple::GetTriple().IsBigEndian(), false); in TEST()
38 ASSERT_EQ(Triple::GetTriple().IsBigEndian(), true); in TEST()
43 ASSERT_EQ(Triple::GetTriple().IsBigEndian(), true); in TEST()
48 ASSERT_EQ(Triple::GetTriple().IsBigEndian(), true); in TEST()
53 ASSERT_EQ(Triple::GetTriple().IsBigEndian(), true); in TEST()
58 ASSERT_EQ(Triple::GetTriple().IsBigEndian(), false); in TEST()
64 ASSERT_EQ(Triple::GetTriple().IsBigEndian(), false); in TEST()
82 ASSERT_EQ(Triple::GetTriple().IsBigEndian(), true); in TEST()
95 ASSERT_EQ(Triple::GetTriple().IsBigEndian(), fals in TEST()
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_driver/include/
H A Dtriple.h45 bool IsBigEndian() const in IsBigEndian() function in maple::Triple
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Doption.h73 static bool IsBigEndian() in IsBigEndian() function in maple::Options
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcg_option.h676 static bool IsBigEndian() in IsBigEndian() function in maplebe::CGOptions
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcg_option.cpp265 * Triple takes to account all these options and allows to detect big endian with IsBigEndian() interface */ in SolveOptions()
266 Triple::GetTriple().IsBigEndian() ? EnableBigEndianInCG() : DisableBigEndianInCG(); in SolveOptions()
H A Dcgfunc.cpp141 if (!CGOptions::IsBigEndian() && (bitSize == k8BitSize || bitSize == k16BitSize) && in HandleExtractBits()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_cgfunc.cpp3428 if (CGOptions::IsBigEndian() && ploc.memSize < static_cast<int32>(k8ByteSize)) {
3517 if (CGOptions::IsBigEndian()) {
3862 if (CGOptions::IsBigEndian()) {

Completed in 12 milliseconds