Searched defs:is_signed (Results 1 – 6 of 6) sorted by relevance
891 bool is_signed = std::is_signed<T>::value; in TestJumpCC() local1009 bool is_signed = std::is_signed<T>::value; in TestLdr() local2645 bool is_signed = std::is_signed<T>::value; in TestDiv() local2718 bool is_signed = std::is_signed<T>::value; in TestMod() local2813 bool is_signed = std::is_signed<T>::value; in TestParam() local
763 bool is_signed = std::is_signed<T>::value; in TestJumpCC() local899 bool is_signed = std::is_signed<T>::value; in TestLdr() local2645 bool is_signed = std::is_signed<T>::value; in TestDiv() local2725 bool is_signed = std::is_signed<T>::value; in TestMod() local2834 bool is_signed = std::is_signed<T>::value; in TestParam() local
892 bool is_signed = std::is_signed<T>::value; in TestJumpCC() local1008 bool is_signed = std::is_signed<T>::value; in TestLdr() local2755 bool is_signed = std::is_signed<T>::value; in TestDiv() local2828 bool is_signed = std::is_signed<T>::value; in TestMod() local2931 bool is_signed = std::is_signed<T>::value; in TestParam() local
409 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()
1228 bool is_signed = DataType::IsTypeSigned(inst->GetType()); in CallRuntime() local1571 bool is_signed = DataType::IsTypeSigned(return_type); in EmitEpilogueForCreateCall() local1638 bool is_signed = DataType::IsTypeSigned(return_type); in CreateCallIntrinsic() local
827 auto extend_to_32bit = [this](Reg reg, bool is_signed) { in EncodeCastScalar()