MCPcopy Create free account
hub / github.com/N64Recomp/N64Recomp / CGenerator

Method CGenerator

include/recompiler/generator.h:68–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 class CGenerator final : Generator {
67 public:
68 CGenerator(std::ostream& output_file) : output_file(output_file) {};
69 void process_binary_op(const BinaryOp& op, const InstructionContext& ctx) const final;
70 void process_unary_op(const UnaryOp& op, const InstructionContext& ctx) const final;
71 void process_store_op(const StoreOp& op, const InstructionContext& ctx) const final;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected