// SPDX-License-Identifier: AGPL-3.0-or-later
// Copyright (c) 2026 ReifyDB
//! Inner execution primitives the VM dispatch loop calls into. Arithmetic, comparison, logic, control flow,
//! masking, broadcasting, looping, and the call-into-routine dispatcher: each is the lowest-level operation a
//! handler in `instruction/` ultimately delegates to. Splitting these out keeps individual instruction handlers
//! short and lets the same primitive be reused across many opcodes.
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub
pub