HomeSort by: relevance | last modified time | path
    Searched defs:PREFIX_LOCK (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
i386-tdep.c 4434 #define PREFIX_LOCK 0x04
5109 prefixes |= PREFIX_LOCK;
6899 if (prefixes & PREFIX_LOCK)
  /src/external/gpl3/gdb/dist/gdb/
i386-tdep.c 4448 #define PREFIX_LOCK 0x04
5352 prefixes |= PREFIX_LOCK;
7142 if (prefixes & PREFIX_LOCK)
  /src/external/gpl3/binutils/dist/gas/config/
tc-i386.c 3045 PREFIX_LOCK,
3054 b. PREFIX_LOCK if lock prefix is added.
3102 ret = PREFIX_LOCK;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-i386.c 2996 PREFIX_LOCK,
3005 b. PREFIX_LOCK if lock prefix is added.
3053 ret = PREFIX_LOCK;
  /src/external/gpl3/binutils/dist/opcodes/
i386-dis.c 322 #define PREFIX_LOCK 0x100
409 #define PREFIX_IGNORED_LOCK (PREFIX_LOCK << PREFIX_IGNORED_SHIFT)
8857 ins->prefixes |= PREFIX_LOCK;
13220 else if (ins->address_mode != mode_64bit && (ins->prefixes & PREFIX_LOCK))
13223 ins->used_prefixes |= PREFIX_LOCK;
13893 && (ins->prefixes & PREFIX_LOCK) != 0)
13947 else if ((ins->prefixes & PREFIX_LOCK) != 0)
14539 if ((ins->prefixes & (PREFIX_OPCODE | PREFIX_ADDR | PREFIX_LOCK)) != 0x0
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-dis.c 322 #define PREFIX_LOCK 0x100
409 #define PREFIX_IGNORED_LOCK (PREFIX_LOCK << PREFIX_IGNORED_SHIFT)
8818 ins->prefixes |= PREFIX_LOCK;
13181 else if (ins->address_mode != mode_64bit && (ins->prefixes & PREFIX_LOCK))
13184 ins->used_prefixes |= PREFIX_LOCK;
13854 && (ins->prefixes & PREFIX_LOCK) != 0)
13908 else if ((ins->prefixes & PREFIX_LOCK) != 0)
14500 if ((ins->prefixes & (PREFIX_OPCODE | PREFIX_ADDR | PREFIX_LOCK)) != 0x0
  /src/external/gpl3/gdb.old/dist/opcodes/
i386-dis.c 323 #define PREFIX_LOCK 0x100
410 #define PREFIX_IGNORED_LOCK (PREFIX_LOCK << PREFIX_IGNORED_SHIFT)
8526 ins->prefixes |= PREFIX_LOCK;
12879 else if (ins->address_mode != mode_64bit && (ins->prefixes & PREFIX_LOCK))
12882 ins->used_prefixes |= PREFIX_LOCK;
13552 && (ins->prefixes & PREFIX_LOCK) != 0)
13606 else if ((ins->prefixes & PREFIX_LOCK) != 0)
14196 if ((ins->prefixes & (PREFIX_OPCODE | PREFIX_ADDR | PREFIX_LOCK)) != 0x0
  /src/external/gpl3/gdb/dist/opcodes/
i386-dis.c 322 #define PREFIX_LOCK 0x100
409 #define PREFIX_IGNORED_LOCK (PREFIX_LOCK << PREFIX_IGNORED_SHIFT)
8825 ins->prefixes |= PREFIX_LOCK;
13188 else if (ins->address_mode != mode_64bit && (ins->prefixes & PREFIX_LOCK))
13191 ins->used_prefixes |= PREFIX_LOCK;
13861 && (ins->prefixes & PREFIX_LOCK) != 0)
13915 else if ((ins->prefixes & PREFIX_LOCK) != 0)
14507 if ((ins->prefixes & (PREFIX_OPCODE | PREFIX_ADDR | PREFIX_LOCK)) != 0x0

Completed in 196 milliseconds