Home
last modified time | relevance | path

Searched refs:add_long (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Datomic_san.h226 #define atomic_add_long ATOMIC_SAN(add_long)
/freebsd/sys/contrib/x86emu/
H A Dx86emu.c92 static uint32_t add_long (struct x86emu *, uint32_t d, uint32_t s);
1797 add_long, /* 00 */
1911 add_long, /* 00 */
4227 common_binop_word_long_rm_r(emu, add_word, add_long); in x86emu_exec_one_byte()
4233 common_binop_word_long_r_rm(emu, add_word, add_long); in x86emu_exec_one_byte()
4239 common_binop_word_long_imm(emu, add_word, add_long); in x86emu_exec_one_byte()
6202 add_long(struct x86emu *emu, uint32_t d, uint32_t s) in add_long() function