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

  /prebuilts/go/darwin-x86/src/cmd/vet/all/whitelist/
s390x.txt 10 runtime/asm_s390x.s: [s390x] cannot check cross-package assembly function: supportsVX is in package strings
11 runtime/asm_s390x.s: [s390x] cannot check cross-package assembly function: supportsVX is in package bytes
  /prebuilts/go/linux-x86/src/cmd/vet/all/whitelist/
s390x.txt 10 runtime/asm_s390x.s: [s390x] cannot check cross-package assembly function: supportsVX is in package strings
11 runtime/asm_s390x.s: [s390x] cannot check cross-package assembly function: supportsVX is in package bytes
  /prebuilts/go/darwin-x86/src/bytes/
bytes_s390x.go 14 // supportsVX reports whether the vector facility is available.
17 func supportsVX() bool // ../runtime/asm_s390x.s
22 if supportsVX() {
  /prebuilts/go/darwin-x86/src/strings/
strings_s390x.go 14 // supportsVX reports whether the vector facility is available.
17 func supportsVX() bool // ../runtime/asm_s390x.s
22 if supportsVX() {
  /prebuilts/go/linux-x86/src/bytes/
bytes_s390x.go 14 // supportsVX reports whether the vector facility is available.
17 func supportsVX() bool // ../runtime/asm_s390x.s
22 if supportsVX() {
  /prebuilts/go/linux-x86/src/strings/
strings_s390x.go 14 // supportsVX reports whether the vector facility is available.
17 func supportsVX() bool // ../runtime/asm_s390x.s
22 if supportsVX() {
  /prebuilts/go/darwin-x86/src/runtime/
asm_s390x.s 1079 // func supportsVX() bool
1080 TEXT strings·supportsVX(SB),NOSPLIT,$0-1
1085 // func supportsVX() bool
1086 TEXT bytes·supportsVX(SB),NOSPLIT,$0-1
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
asm_s390x.s 1079 // func supportsVX() bool
1080 TEXT strings·supportsVX(SB),NOSPLIT,$0-1
1085 // func supportsVX() bool
1086 TEXT bytes·supportsVX(SB),NOSPLIT,$0-1
    [all...]

Completed in 324 milliseconds