1	.text
2	.global prefetch
3prefetch:
4	prefetch[p5];
5	PreFetch [fp++];
6	PREFETCH [SP];
7
8	.text
9	.global flush
10flush:
11	flush[ p2 ];
12	FLUsH [SP++];
13
14	.text
15	.global flushinv
16flushinv:
17	flushinv[ P4 ++ ];
18	FLUshINv [ fp ];
19
20	.text
21	.global iflush
22iflush:
23	iflush[ p3 ];
24	iflush [ fp++ ];
25