HomeSort by relevance Sort by last modified time
    Searched full:shl31 (Results 1 - 1 of 1) sorted by null

  /art/test/538-checker-embed-constants/src/
Main.java 325 /// CHECK-START-ARM: long Main.shl31(long) disassembly (after)
330 /// CHECK-START-ARM: long Main.shl31(long) disassembly (after)
333 public static long shl31(long arg) { method in class:Main
691 assertLongEquals(shl31(longArg), 0x43b2a19080000000L); method
697 assertLongEquals(shl31(~longArg), 0xbc4d5e6f00000000L); method

Completed in 301 milliseconds