Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dstore.c31 add_long (register long u, register long v) in add_long() function
94 l = add_long (l, r); in wack_long()
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dstore.c31 add_long (register long u, register long v) in add_long() function
94 l = add_long (l, r); in wack_long()
/netbsd-src/common/lib/libx86emu/
H A Dx86emu.c96 static uint32_t add_long (struct X86EMU *, uint32_t d, uint32_t s);
1755 add_long, /* 00 */
1864 add_long, /* 00 */
4067 common_binop_word_long_rm_r(emu, add_word, add_long); in X86EMU_exec_one_byte()
4073 common_binop_word_long_r_rm(emu, add_word, add_long); in X86EMU_exec_one_byte()
4079 common_binop_word_long_imm(emu, add_word, add_long); in X86EMU_exec_one_byte()
5997 add_long(struct X86EMU *emu, uint32_t d, uint32_t s) in add_long() function