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

  /prebuilts/go/darwin-x86/test/intrinsic.dir/
main.go 38 t32 := T.Ctz32(x32) // ERROR "intrinsic substitution for Ctz32"
40 logf("Ctz32(0x%x) expected %d but got %d\n", x32, i, t32)
43 t32 = T.Ctz32(x32) // ERROR "intrinsic substitution for Ctz32"
45 logf("Ctz32(0x%x) expected %d but got %d\n", x32, i, t32)
79 if T.Ctz32(0) != 32 { // ERROR "intrinsic substitution for Ctz32"
80 logf("ctz32(0) != 32")
  /prebuilts/go/linux-x86/test/intrinsic.dir/
main.go 38 t32 := T.Ctz32(x32) // ERROR "intrinsic substitution for Ctz32"
40 logf("Ctz32(0x%x) expected %d but got %d\n", x32, i, t32)
43 t32 = T.Ctz32(x32) // ERROR "intrinsic substitution for Ctz32"
45 logf("Ctz32(0x%x) expected %d but got %d\n", x32, i, t32)
79 if T.Ctz32(0) != 32 { // ERROR "intrinsic substitution for Ctz32"
80 logf("ctz32(0) != 32")
  /external/valgrind/VEX/priv/
guest_generic_x87.c 590 static UInt ctz32 ( UInt x ) function
670 newECX = intRes2 == 0 ? 16 : ctz32(intRes2);
738 newECX = intRes2 == 0 ? 8 : ctz32(intRes2);
    [all...]
  /external/valgrind/none/tests/amd64/
pcmpstr64w.c 68 UInt ctz32 ( UInt x ) function
154 newECX = intRes2 == 0 ? 8 : ctz32(intRes2);
    [all...]
pcmpstr64.c 66 UInt ctz32 ( UInt x ) function
152 newECX = intRes2 == 0 ? 16 : ctz32(intRes2);
    [all...]

Completed in 366 milliseconds