Home
last modified time | relevance | path

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

/ark/runtime_core/runtime/interpreter/
Dmath_helpers.h133 struct idivides : public std::binary_function<T, T, T> { // NOLINT(readability-identifier-naming) struct
Dinterpreter-inl.h753 HandleBinaryOp2<format, int32_t, math_helpers::idivides, true>(); in HandleDiv2()
760 HandleBinaryOp2<format, int64_t, math_helpers::idivides, true>(); in HandleDiv2Wide()
781 HandleBinaryOp2<format, uint32_t, math_helpers::idivides, true>(); in HandleDivu2()
788 HandleBinaryOp2<format, uint64_t, math_helpers::idivides, true>(); in HandleDivu2Wide()
872 HandleBinaryOp<format, int32_t, math_helpers::idivides, true>(); in HandleDiv()
949 HandleBinaryOp2Imm<format, int32_t, math_helpers::idivides, true>(); in HandleDivi()