Home
last modified time | relevance | path

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

/freebsd-13.1/sys/sys/
H A Datomic_san.h213 #define atomic_add_long ATOMIC_SAN(add_long)
/freebsd-13.1/sys/contrib/x86emu/
H A Dx86emu.c95 static uint32_t add_long (struct x86emu *, uint32_t d, uint32_t s);
1800 add_long, /* 00 */
1914 add_long, /* 00 */
4230 common_binop_word_long_rm_r(emu, add_word, add_long); in x86emu_exec_one_byte()
4236 common_binop_word_long_r_rm(emu, add_word, add_long); in x86emu_exec_one_byte()
4242 common_binop_word_long_imm(emu, add_word, add_long); in x86emu_exec_one_byte()
6205 add_long(struct x86emu *emu, uint32_t d, uint32_t s) in add_long() function