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

  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
decode.go 172 // instPrefix returns an Inst describing just one prefix byte.
175 func instPrefix(b byte, mode int) (Inst, error) {
176 // When tracing it is useful to see what called instPrefix to report an error.
203 // For now we use instPrefix but perhaps later we will return
207 return instPrefix(src[0], mode) // too long
436 return instPrefix(src[0], mode) // too long
447 return instPrefix(src[0], mode) // too long
680 return instPrefix(src[0], mode) // too long
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
decode.go 172 // instPrefix returns an Inst describing just one prefix byte.
175 func instPrefix(b byte, mode int) (Inst, error) {
176 // When tracing it is useful to see what called instPrefix to report an error.
203 // For now we use instPrefix but perhaps later we will return
207 return instPrefix(src[0], mode) // too long
436 return instPrefix(src[0], mode) // too long
447 return instPrefix(src[0], mode) // too long
680 return instPrefix(src[0], mode) // too long
    [all...]

Completed in 103 milliseconds