blob: 0b918910c7d317f80db7c17d58c9416358492cf8 [file] [log] [blame]
/* rem vA, vB */
lsr w3, wINST, #12 // w3<- B
lsr w9, wINST, #8 // w9<- A+
and w9, w9, #15 // w9<- A
GET_VREG s1, w3
GET_VREG s0, w9
bl fmodf
lsr w9, wINST, #8 // w9<- A+
and w9, w9, #15 // w9<- A
FETCH_ADVANCE_INST 1 // advance rPC, load rINST
GET_INST_OPCODE ip // extract opcode from rINST
SET_VREG s0, w9
GOTO_OPCODE ip // jump to next instruction