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

  /prebuilts/go/darwin-x86/test/
armimm.go 40 func or32(x uint32) uint32 { func
132 if want, got = a|c32a, or32(a); got != want {
133 panic(fmt.Sprintf("or32(%x) = %x, want %x", a, got, want))
  /prebuilts/go/linux-x86/test/
armimm.go 40 func or32(x uint32) uint32 { func
132 if want, got = a|c32a, or32(a); got != want {
133 panic(fmt.Sprintf("or32(%x) = %x, want %x", a, got, want))

Completed in 71 milliseconds