Home
last modified time | relevance | path

Searched defs:data_type (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dir_builder_test.cpp38 void CheckSimple(std::string inst_name, DataType::Type data_type, std::string inst_type) in CheckSimple()
82 void CheckSimpleWithImm(std::string inst_name, DataType::Type data_type, std::string inst_type) in CheckSimpleWithImm()
123 void CheckCmp(std::string inst_name, DataType::Type data_type, std::string inst_type) in CheckCmp()
159 …void CheckFloatCmp(std::string inst_name, DataType::Type data_type, std::string inst_type, bool fc… in CheckFloatCmp()
838 DataType::Type data_type = DataType::Type::INT32; in TEST_F() local
846 DataType::Type data_type = DataType::Type::FLOAT32; in TEST_F() local
854 DataType::Type data_type = DataType::Type::INT64; in TEST_F() local
862 DataType::Type data_type = DataType::Type::FLOAT64; in TEST_F() local
870 DataType::Type data_type = DataType::Type::REFERENCE; in TEST_F() local
903 DataType::Type data_type = DataType::Type::INT32; in TEST_F() local
[all …]
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dcommon.h424 … void CheckSimple(std::string inst_name, compiler::DataType::Type data_type, std::string inst_type) in CheckSimple()
468 …void CheckSimpleWithImm(std::string inst_name, compiler::DataType::Type data_type, std::string ins… in CheckSimpleWithImm()
508 void CheckCmp(std::string inst_name, compiler::DataType::Type data_type, std::string inst_type) in CheckCmp()
544 …void CheckFloatCmp(std::string inst_name, compiler::DataType::Type data_type, std::string inst_typ… in CheckFloatCmp()
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch32/
Dencode.cpp1021 …auto data_type = src_signed ? vixl::aarch32::DataTypeValue::S32 : vixl::aarch32::DataTypeValue::U3… in EncodeCastScalarToFloat() local
1069 …auto data_type = dst_signed ? vixl::aarch32::DataTypeValue::S32 : vixl::aarch32::DataTypeValue::U3… in EncodeCastFloatToScalar() local
1113 …auto data_type = dst_signed ? vixl::aarch32::DataTypeValue::S32 : vixl::aarch32::DataTypeValue::U3… in EncodeCastFloatToScalarWithSmallDst() local