OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sbb_long
(Results
1 - 2
of
2
) sorted by relevancy
/src/common/lib/libx86emu/
x86emu.c
147
static uint32_t
sbb_long
(struct X86EMU *, uint32_t d, uint32_t s);
1758
sbb_long
, /* 03 */
1867
sbb_long
, /* 03 */
4142
common_binop_word_long_rm_r(emu, sbb_word,
sbb_long
);
4148
common_binop_word_long_r_rm(emu, sbb_word,
sbb_long
);
4154
common_binop_word_long_imm(emu, sbb_word,
sbb_long
);
7462
sbb_long
(struct X86EMU *emu, uint32_t d, uint32_t s)
function
x86emu.c
147
static uint32_t
sbb_long
(struct X86EMU *, uint32_t d, uint32_t s);
1758
sbb_long
, /* 03 */
1867
sbb_long
, /* 03 */
4142
common_binop_word_long_rm_r(emu, sbb_word,
sbb_long
);
4148
common_binop_word_long_r_rm(emu, sbb_word,
sbb_long
);
4154
common_binop_word_long_imm(emu, sbb_word,
sbb_long
);
7462
sbb_long
(struct X86EMU *emu, uint32_t d, uint32_t s)
function
Completed in 55 milliseconds
Indexes created Mon Jun 29 00:24:49 UTC 2026