/arkcompiler/runtime_core/compiler/tests/aarch32/ |
H A D | callconv32_test.cpp | 104 auto ret = param_info->GetNativeParam(INT8_TYPE); in TEST_F() 107 EXPECT_EQ(std::get<Reg>(ret), Reg(0, INT8_TYPE)); in TEST_F() 110 ret = param_info->GetNativeParam(INT8_TYPE); in TEST_F() 113 EXPECT_EQ(std::get<Reg>(ret), Reg(i, INT8_TYPE)); in TEST_F() 182 auto ret = param_info->GetNativeParam(INT8_TYPE); in TEST_F() 185 EXPECT_EQ(std::get<Reg>(ret), Reg(0, INT8_TYPE)); in TEST_F() 192 ret = param_info->GetNativeParam(INT8_TYPE); in TEST_F() 200 ret = param_info->GetNativeParam(INT8_TYPE); in TEST_F() 204 ret = param_info->GetNativeParam(INT8_TYPE); in TEST_F() 321 ret = param_info->GetNativeParam(INT8_TYPE); in TEST_F() [all...] |
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/ |
H A D | callconv32_test.cpp | 88 auto ret = paramInfo->GetNativeParam(INT8_TYPE); in CheckMissesDueAlign() 91 EXPECT_EQ(std::get<Reg>(ret), Reg(0, INT8_TYPE)); in CheckMissesDueAlign() 98 ret = paramInfo->GetNativeParam(INT8_TYPE); in CheckMissesDueAlign() 106 ret = paramInfo->GetNativeParam(INT8_TYPE); in CheckMissesDueAlign() 110 ret = paramInfo->GetNativeParam(INT8_TYPE); in CheckMissesDueAlign() 235 ret = paramInfo->GetNativeParam(INT8_TYPE); in BigCheckMixHfloatSfloatSlots() 239 EXPECT_EQ(std::get<Reg>(ret), Reg(3U, INT8_TYPE)); in BigCheckMixHfloatSfloatSlots() 252 auto ret = paramInfo->GetNativeParam(INT8_TYPE); in CheckUintParams() 255 EXPECT_EQ(std::get<Reg>(ret), Reg(0, INT8_TYPE)); in CheckUintParams() 258 ret = paramInfo->GetNativeParam(INT8_TYPE); in CheckUintParams() [all...] |
/arkcompiler/runtime_core/compiler/tests/amd64/ |
H A D | callconv64_test.cpp | 97 auto ret = param_info->GetNativeParam(INT8_TYPE); in TEST_F() 100 EXPECT_EQ(std::get<Reg>(ret), Reg(target.GetParamRegId(0), INT8_TYPE)); in TEST_F() 103 ret = param_info->GetNativeParam(INT8_TYPE); in TEST_F() 106 EXPECT_EQ(std::get<Reg>(ret), Reg(target.GetParamRegId(i), INT8_TYPE)); in TEST_F()
|
/arkcompiler/runtime_core/compiler/tests/aarch64/ |
H A D | callconv64_test.cpp | 96 auto ret = param_info->GetNativeParam(INT8_TYPE); in TEST_F() 99 EXPECT_EQ(std::get<Reg>(ret), Reg(0, INT8_TYPE)); in TEST_F() 102 ret = param_info->GetNativeParam(INT8_TYPE); in TEST_F() 105 EXPECT_EQ(std::get<Reg>(ret), Reg(i, INT8_TYPE)); in TEST_F()
|
H A D | encoder64_test.cpp | 3558 encoder.EncodeLdr(Reg(0, INT8_TYPE), true, MemRef(Reg(0, INT64_TYPE))); in TEST_F() 3585 encoder.EncodeLdr(Reg(0, INT8_TYPE), false, MemRef(Reg(0, INT64_TYPE))); in TEST_F() 3634 encoder.EncodeStr(Reg(0, INT8_TYPE), MemRef(Reg(0, INT64_TYPE))); in TEST_F()
|
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
H A D | callconv64_test.cpp | 92 auto ret = paramInfo->GetNativeParam(INT8_TYPE); in TEST_F() 95 EXPECT_EQ(std::get<Reg>(ret), Reg(0, INT8_TYPE)); in TEST_F() 98 ret = paramInfo->GetNativeParam(INT8_TYPE); in TEST_F() 101 EXPECT_EQ(std::get<Reg>(ret), Reg(i, INT8_TYPE)); in TEST_F()
|
H A D | encoder64_test_2.cpp | 1316 EncoderApiTestEncodeLdr(Reg(0, INT8_TYPE), true, MemRef(Reg(0, INT64_TYPE)), "ldrsb x0, [x0]"); in TEST_F() 1319 EncoderApiTestEncodeLdr(Reg(0, INT8_TYPE), false, MemRef(Reg(0, INT64_TYPE)), "ldrb w0, [x0]"); in TEST_F() 1339 EncoderApiTestEncodeStr(Reg(0, INT8_TYPE), MemRef(Reg(0, INT64_TYPE)), "strb w0, [x0]"); in TEST_F()
|
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/ |
H A D | callconv64_test.cpp | 95 auto ret = paramInfo->GetNativeParam(INT8_TYPE); in TEST_F() 98 EXPECT_EQ(std::get<Reg>(ret), Reg(target.GetParamRegId(0), INT8_TYPE)); in TEST_F() 101 ret = paramInfo->GetNativeParam(INT8_TYPE); in TEST_F() 104 EXPECT_EQ(std::get<Reg>(ret), Reg(target.GetParamRegId(i), INT8_TYPE)); in TEST_F()
|
/arkcompiler/runtime_core/static_core/compiler/tests/ |
H A D | encoder_operands.cpp | 60 ASSERT_EQ(TypeInfo(u8_), INT8_TYPE); in CheckSizes() local 148 TypeInfo(INT8_TYPE), // 8 209 ASSERT_EQ(typedImmU8Z.GetType(), INT8_TYPE); in TEST() 210 ASSERT_EQ(typedImmU8.GetType(), INT8_TYPE); in TEST() 287 ASSERT_EQ(typedImmI8Z.GetType(), INT8_TYPE); in TEST() 288 ASSERT_EQ(typedImmI8.GetType(), INT8_TYPE); in TEST()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
H A D | type_info.h | 278 constexpr TypeInfo INT8_TYPE {TypeInfo::INT8}; 290 type = INT8_TYPE; in GetScalarTypeBySize()
|
H A D | encode_visitor.cpp | 1278 ScopedTmpReg stateReg(encoder, INT8_TYPE); in VisitLoadAndInitClass() 1561 Reg typeReg(tmpReg.GetId(), INT8_TYPE); in FillObjectClass() 1603 Reg typeReg(tmpReg.GetId(), INT8_TYPE); in FillArrayObjectClass() 1770 Reg typeReg(tmpReg.GetId(), INT8_TYPE); in FillIsInstanceCaseObject() 1773 ScopedTmpReg typeMaskReg(encoder, INT8_TYPE); in FillIsInstanceCaseObject() 1828 Reg typeReg(tmpReg.GetId(), INT8_TYPE); in FillIsInstanceCaseArrayObject() 1835 ScopedTmpReg typeMaskReg(encoder, INT8_TYPE); in FillIsInstanceCaseArrayObject()
|
H A D | codegen.cpp | 743 return Reg(r, INT8_TYPE); in ConvertRegister()
|
/arkcompiler/runtime_core/compiler/tests/ |
H A D | encoder_operands.cpp | 54 TypeInfo(INT8_TYPE), // 8 in TEST() 135 ASSERT_EQ(TypeInfo(u8), INT8_TYPE); in TEST() local
|
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/ |
H A D | codegen_intrinsics_ets.cpp | 147 ASSERT(num.GetType() == INT32_TYPE || num.GetType() == INT16_TYPE || num.GetType() == INT8_TYPE); in CreateStringBuilderAppendNumber()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
H A D | encode.cpp | 787 if (!isSigned && (memType == INT32_TYPE || memType == INT8_TYPE)) { in IsNeedToPrepareMemLdS() 862 if (!isSigned && (memType == INT32_TYPE || memType == INT8_TYPE)) { in PrepareMemLdS() 2832 GetMasm()->Ldrb(tmp, PrepareMemLdS(memFrom, INT8_TYPE, tmp, false)); in EncodeMemCopy() 2833 GetMasm()->Strb(tmp, PrepareMemLdS(memTo, INT8_TYPE, tmp1, false)); in EncodeMemCopy()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
H A D | encode.cpp | 177 if (reg.GetType() == INT8_TYPE) { in Promote()
|