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

  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
decode.go 1193 // 90 decodes as XCHG EAX, EAX but is NOP.
1194 // 66 90 decodes as XCHG AX, AX and is NOP too.
1195 // 48 90 decodes as XCHG RAX, RAX and is NOP too.
1196 // 43 90 decodes as XCHG R8D, EAX and is *not* NOP.
1197 // F3 90 decodes as REP XCHG EAX, EAX but is PAUSE.
1199 if inst.Op == XCHG && inst.Opcode>>24 == 0x90 {
    [all...]
plan9x.go 191 XCHG: true,
tables.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
decode.go 1193 // 90 decodes as XCHG EAX, EAX but is NOP.
1194 // 66 90 decodes as XCHG AX, AX and is NOP too.
1195 // 48 90 decodes as XCHG RAX, RAX and is NOP too.
1196 // 43 90 decodes as XCHG R8D, EAX and is *not* NOP.
1197 // F3 90 decodes as REP XCHG EAX, EAX but is PAUSE.
1199 if inst.Op == XCHG && inst.Opcode>>24 == 0x90 {
    [all...]
plan9x.go 191 XCHG: true,
tables.go     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netmon.h     [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
rx-parse.y 167 %token XCHG XOR
625 | XCHG { sub_op = 16; } op_xchg
859 /* xchg, itof, emul, emulu */
1099 OPC(XCHG),
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mbarrier.go 148 // patch this up in the signal handler, or use XCHG to
  /prebuilts/go/linux-x86/src/runtime/
mbarrier.go 148 // patch this up in the signal handler, or use XCHG to
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
AMD64Ops.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
AMD64Ops.go     [all...]

Completed in 541 milliseconds