HomeSort by relevance Sort by last modified time
    Searched refs:shr32 (Results 1 - 2 of 2) sorted by null

  /art/test/538-checker-embed-constants/src/
Main.java 373 /// CHECK-START-ARM: long Main.shr32(long) disassembly (after)
377 /// CHECK-START-ARM: long Main.shr32(long) disassembly (after)
381 public static long shr32(long arg) { method in class:Main
543 assertLongEquals(shr32(longArg), 0x0000000012345678L); method
549 assertLongEquals(shr32(~longArg), 0xffffffffedcba987L); method
  /external/valgrind/VEX/priv/
host_generic_simd64.c 363 static inline UInt shr32 ( UInt v, UInt n ) function
1042 shr32( sel32x2_1(xx), nn ),
1043 shr32( sel32x2_0(xx), nn )
    [all...]

Completed in 517 milliseconds