Rather than generating a bunch of shifts, truncates and ors for vector operations, this change creates and takes advantage of Binja's subregisters. This will make it much easier to lift actual vector operations (as opposed to scalar operations within vectors) in the future.
Rather than generating a bunch of shifts, truncates and ors for vector operations, this change creates and takes advantage of Binja's subregisters. This will make it much easier to lift actual vector operations (as opposed to scalar operations within vectors) in the future.