mirror of https://git.wuffs.org/MWCC
28 lines
391 B
C
28 lines
391 B
C
#include "compiler/PCodeAssembly.h"
|
|
|
|
static UInt32 codebase;
|
|
|
|
static void pcode_update_mem_labeldiff_imm() {
|
|
}
|
|
|
|
UInt32 assemblepcode(PCode *instr, UInt32 offset, PCodeArg *dummyArg) {
|
|
}
|
|
|
|
static void targetinstruction() {
|
|
}
|
|
|
|
static void invertybit() {
|
|
}
|
|
|
|
static void insertlongbranches() {
|
|
}
|
|
|
|
void optimizefinalbranches() {
|
|
}
|
|
|
|
static void insert_align_nops() {
|
|
}
|
|
|
|
void assemblefunction() {
|
|
}
|