How can I translate the following instructions in native assembly language and in machine language code in hex form:
bgti $s0,-7,-20: # branch if greater than immediate
divi t1, t3,2^22: # divide by immediate
I could not solve it because I could not find opcode or neither function code for these instructions.