Home
last modified time | relevance | path

Searched defs:is_signed (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/amd64/
Dencoder64_test.cpp891 bool is_signed = std::is_signed<T>::value; in TestJumpCC() local
1009 bool is_signed = std::is_signed<T>::value; in TestLdr() local
2645 bool is_signed = std::is_signed<T>::value; in TestDiv() local
2718 bool is_signed = std::is_signed<T>::value; in TestMod() local
2813 bool is_signed = std::is_signed<T>::value; in TestParam() local
/arkcompiler/runtime_core/compiler/tests/aarch32/
Dencoder32_test.cpp763 bool is_signed = std::is_signed<T>::value; in TestJumpCC() local
899 bool is_signed = std::is_signed<T>::value; in TestLdr() local
2645 bool is_signed = std::is_signed<T>::value; in TestDiv() local
2725 bool is_signed = std::is_signed<T>::value; in TestMod() local
2834 bool is_signed = std::is_signed<T>::value; in TestParam() local
/arkcompiler/runtime_core/compiler/tests/aarch64/
Dencoder64_test.cpp892 bool is_signed = std::is_signed<T>::value; in TestJumpCC() local
1008 bool is_signed = std::is_signed<T>::value; in TestLdr() local
2755 bool is_signed = std::is_signed<T>::value; in TestDiv() local
2828 bool is_signed = std::is_signed<T>::value; in TestMod() local
2931 bool is_signed = std::is_signed<T>::value; in TestParam() local
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch32/
Dencode.cpp409 bool Aarch32Encoder::IsNeedToPrepareMemLdS(MemRef mem, const TypeInfo &mem_type, bool is_signed) in IsNeedToPrepareMemLdS()
487 … vixl::aarch32::Register tmp, bool is_signed, bool copy_sp) in PrepareMemLdS()
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dcodegen.cpp1228 bool is_signed = DataType::IsTypeSigned(inst->GetType()); in CallRuntime() local
1571 bool is_signed = DataType::IsTypeSigned(return_type); in EmitEpilogueForCreateCall() local
1638 bool is_signed = DataType::IsTypeSigned(return_type); in CreateCallIntrinsic() local
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/amd64/
Dencode.cpp827 auto extend_to_32bit = [this](Reg reg, bool is_signed) { in EncodeCastScalar()