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

  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
intel.go 12 // IntelSyntax returns the Intel assembler syntax for the instruction, as defined by Intel's XED tool.
13 func IntelSyntax(inst Inst, pc uint64, symname SymLookup) string {
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
intel.go 12 // IntelSyntax returns the Intel assembler syntax for the instruction, as defined by Intel's XED tool.
13 func IntelSyntax(inst Inst, pc uint64, symname SymLookup) string {
  /toolchain/binutils/binutils-2.27/opcodes/
i386-opc.h 569 IntelSyntax,
641 unsigned int intelsyntax:1; member in struct:i386_opcode_modifier

Completed in 335 milliseconds