add a, b, c # a가 destination
f = (g + h) - (i + j);
add t0, f, h add t1, i, j sub f, t0, t1
add $t0, $s1, $s2 add $t1, $s3, $s4 sub $s0, $t0, $t1