ACK loi 1 and sti 1 load and store unsigned bytes. I think.

This commit is contained in:
David Given 2018-09-17 15:03:44 +01:00
parent c2dc1e184e
commit b665efca04

View file

@ -273,11 +273,11 @@ PATTERNS
cost 12;
out:(int)ushort0 = LOADH.I(addr:address)
emit "lh %out, %addr"
emit "lhu %out, %addr"
cost 4;
out:(int)ubyte0 = LOADB.I(addr:address)
emit "lb %out, %addr"
emit "lbu %out, %addr"
cost 4;
out:(float)reg = LOAD.F(addr:address)