Home
last modified time | relevance | path

Searched refs:and_not_32 (Results 1 – 1 of 1) sorted by relevance

/aosp12/art/test/552-checker-x86-avx2-bit-manipulation/src/
H A DMain.java80 public static int and_not_32( int x, int y) { in and_not_32() method in Main
217 assertIntEquals(0,and_not_32(x,y)); in main()