#include "../../Codegen/CodeGen.hpp"
#include <Value.hpp>
#include <vector>
#include <filesystem>
#include <functional>
#include <map>
#include <array>
#include <ranges>
#include "core/core.h"
#include <iostream>
#include <stdexcept>
#include <platform.h>
#include "../FFI/ffi.hpp"
#include "Operations.cc.inl"
Go to the source code of this file.
|
| namespace | Phasor |
| | The Phasor Programming Language and Runtime.
|
◆ OPS_ARE_INCLUDED
◆ REGISTER1
| #define REGISTER1 VM::Register::r0 |
◆ REGISTER2
| #define REGISTER2 VM::Register::r1 |
◆ REGISTER3
| #define REGISTER3 VM::Register::r2 |