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

  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
gnu.go 24 // GNUSyntax returns the GNU assembler syntax for the instruction, as defined by GNU binutils.
26 func GNUSyntax(inst Inst) string {
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
gnu.go 24 // GNUSyntax returns the GNU assembler syntax for the instruction, as defined by GNU binutils.
26 func GNUSyntax(inst Inst) string {
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
gnu.go 13 // GNUSyntax returns the GNU assembler syntax for the instruction, as defined by GNU binutils.
15 func GNUSyntax(inst Inst) string {
38 // NOTE: because GNUSyntax is the only caller of this func, and it receives a copy
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
gnu.go 13 // GNUSyntax returns the GNU assembler syntax for the instruction, as defined by GNU binutils.
15 func GNUSyntax(inst Inst) string {
38 // NOTE: because GNUSyntax is the only caller of this func, and it receives a copy
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
gnu.go 12 // GNUSyntax returns the GNU assembler syntax for the instruction, as defined by GNU binutils.
14 func GNUSyntax(inst Inst) string {
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
gnu.go 12 // GNUSyntax returns the GNU assembler syntax for the instruction, as defined by GNU binutils.
14 func GNUSyntax(inst Inst) string {

Completed in 180 milliseconds