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

  /art/test/538-checker-embed-constants/src/
Main.java 442 /// CHECK-START-ARM: long Main.ushr32(long) disassembly (after)
446 /// CHECK-START-ARM: long Main.ushr32(long) disassembly (after)
449 public static long ushr32(long arg) { method in class:Main
556 assertLongEquals(ushr32(longArg), 0x0000000012345678L); method
562 assertLongEquals(ushr32(~longArg), 0x00000000edcba987L); method

Completed in 1044 milliseconds