ack/mach/mips/top/table
David Given 1d6ecddcf4 The MIPS backend is still full of holes, and cut-and-pasted PowerPC code, but
is beginning to look like an actual code generator.
2018-09-02 18:57:25 +02:00

21 lines
246 B
Plaintext

/* MIPS table for ACK target optimizer */
MAXOP 5;
LABEL_STARTER '.';
%%;
X, Y, Z { TRUE };
%%;
/* Whitespace is significant here! */
addiu RNZ, RNZ, 0 -> ;
b X : nop : labdef X -> labdef X ;
%%;