Searched refs:idivides (Results 1 – 2 of 2) sorted by relevance
/ark/runtime_core/runtime/interpreter/ |
D | math_helpers.h | 133 struct idivides : public std::binary_function<T, T, T> { // NOLINT(readability-identifier-naming) struct
|
D | interpreter-inl.h | 753 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()
|