Home | History | Annotate | Download | only in mips

Lines Matching refs:a0

1 %default {"preinstr":"", "result":"a0", "chkzero":"0"}
4 * specifies an instruction that performs "result = a0 op a1".
6 * comes back in a register other than a0, you can override "result".)
17 FETCH(a0, 1) # a0 <- CCBB
19 srl a3, a0, 8 # a3 <- CC
20 and a2, a0, 255 # a2 <- BB
22 GET_VREG(a0, a2) # a0 <- vBB
30 $instr # $result <- op, a0-a3 changed