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

  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
decode_test.go 59 out = IntelSyntax(inst)
intel.go 12 // IntelSyntax returns the Intel assembler syntax for the instruction, as defined by Intel's XED tool.
13 func IntelSyntax(inst Inst) string {
ext_test.go 253 text = IntelSyntax(inst)
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
decode_test.go 59 out = IntelSyntax(inst)
intel.go 12 // IntelSyntax returns the Intel assembler syntax for the instruction, as defined by Intel's XED tool.
13 func IntelSyntax(inst Inst) string {
ext_test.go 253 text = IntelSyntax(inst)
  /toolchain/binutils/binutils-2.25/opcodes/
i386-opc.h 539 IntelSyntax,
607 unsigned int intelsyntax:1; member in struct:i386_opcode_modifier
i386-gen.c 519 BITFIELD (IntelSyntax),
    [all...]

Completed in 173 milliseconds