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

  /prebuilts/go/darwin-x86/src/runtime/
cpuflags_amd64.go 19 func xgetbv_low(arg1 uint32) (eax, edx uint32) // implemented in cpuidlow_amd64.s func
32 eax, _ := xgetbv_low(0)
  /prebuilts/go/linux-x86/src/runtime/
cpuflags_amd64.go 19 func xgetbv_low(arg1 uint32) (eax, edx uint32) // implemented in cpuidlow_amd64.s func
32 eax, _ := xgetbv_low(0)

Completed in 90 milliseconds