MIPS32: Bit rotation intrinsics
- int java.lang.Integer.rotateLeft(int i, int distance) - int java.lang.Integer.rotateRight(int i, int distance) - long java.lang.Long.rotateLeft(long i, int distance) - long java.lang.Long.rotateRight(long i, int distance) Change-Id: I7620ee12562c0dd55476a1d54e225c5e624cfb5b
Loading
Please sign in to comment