Home
last modified time | relevance | path

Searched refs:kIsSigned (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/binary_translation/base/include/berberis/base/
Dbit_util.h400 static constexpr bool kIsSigned = std::is_signed_v<BaseType>; variable
408 kIsSigned == std::is_signed_v<IntType>)) ||
422 std::is_signed_v<IntType> == kIsSigned && !std::is_same_v<IntType, BaseType>>>
459 if constexpr (kIsSigned) { in Add()
479 if constexpr (kIsSigned) { in Neg()
494 if constexpr (kIsSigned) { in Sub()
517 if constexpr (kIsSigned) { in Mul()
537 if constexpr (kIsSigned) { in Div()
552 if constexpr (kIsSigned) { in Rem()
571 static constexpr bool kIsSigned = std::is_signed_v<BaseType>; variable
[all …]
/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter.h3066 static_assert(ElementType::kIsSigned); in OpVectorVmvxs()