1    /* rem vA, vB */
2    lsr     w3, wINST, #12              // w3<- B
3    ubfx    w9, wINST, #8, #4           // w9<- A
4    GET_VREG s1, w3
5    GET_VREG s0, w9
6    bl  fmodf
7    ubfx    w9, wINST, #8, #4           // w9<- A
8    FETCH_ADVANCE_INST 1                // advance rPC, load rINST
9    GET_INST_OPCODE ip                  // extract opcode from rINST
10    SET_VREG s0, w9
11    GOTO_OPCODE ip                      // jump to next instruction
12