Displaying 1 result from an estimated 1 matches for "moves0".
Did you mean:
moves
2012 Jan 25
1
[LLVMdev] more mips16 puzzles
1. mips16 instructions (except for move) have a different encoding from
normal mips32 instructions for two registers.
however in the move register 2 operand instruction, one register takes
the mips16 encoding and the other the mips32 encoding (so that gives
mips16 access to the full register set).
how does one deal with multiple encodings of the same register? can you
change it on an