Searched refs:xadd (Results 1 – 8 of 8) sorted by relevance
| /freebsd-9-stable/sys/contrib/pf/net/ |
| D | pf_table.c | 321 int i, rv, s, xadd = 0; in pfr_add_addrs() local 365 xadd++; in pfr_add_addrs() 382 *nadd = xadd; in pfr_add_addrs() 493 int i, rv, s, xadd = 0, xdel = 0, xchange = 0; in pfr_set_addrs() local 548 xadd++; in pfr_set_addrs() 583 *nadd = xadd; in pfr_set_addrs() 1347 int i, rv, s, xadd = 0; in pfr_add_tables() local 1371 xadd++; in pfr_add_tables() 1402 xadd++; in pfr_add_tables() 1417 *nadd = xadd; in pfr_add_tables() [all …]
|
| /freebsd-9-stable/contrib/ntp/lib/isc/include/isc/ |
| D | platform.h.in | 261 * If the "xadd" operation is available on this architecture, 267 * If the "xaddq" operation (64bit xadd) is available on this architecture,
|
| /freebsd-9-stable/contrib/bind9/lib/isc/include/isc/ |
| D | platform.h.in | 279 * If the "xadd" operation is available on this architecture, 285 * If the "xaddq" operation (64bit xadd) is available on this architecture,
|
| /freebsd-9-stable/contrib/gcc/config/i386/ |
| D | sync.md | 231 "lock\;xadd{<modesuffix>}\t{%0, %1|%1, %0}")
|
| /freebsd-9-stable/contrib/llvm/lib/Target/X86/ |
| D | X86InstrInfo.td | 1528 "xadd{b}\t{$src, $dst|$dst, $src}", [], IIC_XADD_REG>, TB; 1530 "xadd{w}\t{$src, $dst|$dst, $src}", [], IIC_XADD_REG>, TB, 1533 "xadd{l}\t{$src, $dst|$dst, $src}", [], IIC_XADD_REG>, TB; 1535 "xadd{q}\t{$src, $dst|$dst, $src}", [], IIC_XADD_REG>, TB; 1540 "xadd{b}\t{$src, $dst|$dst, $src}", [], IIC_XADD_MEM>, TB; 1542 "xadd{w}\t{$src, $dst|$dst, $src}", [], IIC_XADD_MEM>, TB, 1545 "xadd{l}\t{$src, $dst|$dst, $src}", [], IIC_XADD_MEM>, TB; 1547 "xadd{q}\t{$src, $dst|$dst, $src}", [], IIC_XADD_MEM>, TB;
|
| D | X86InstrCompiler.td | 804 defm LXADD : ATOMIC_LOAD_BINOP<0xc0, 0xc1, "xadd", "atomic_load_add",
|
| /freebsd-9-stable/contrib/binutils/include/opcode/ |
| D | ChangeLog-9103 | 1923 * i386.h: Change DW to W for cmpxchg and xadd, since they don't
|
| /freebsd-9-stable/contrib/binutils/opcodes/ |
| D | i386-opc.tbl | 821 xadd, 2, 0xfc0, None, Cpu486, W|Modrm|No_sSuf|No_xSuf, { Reg8|Reg16|Reg32|Reg64, Reg8|Reg16|Reg32|R…
|