OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:opcD0_byte_operation
(Results
1 - 2
of
2
) sorted by relevancy
/src/common/lib/libx86emu/
x86emu.c
3022
uint8_t(* const
opcD0_byte_operation
[]) (struct X86EMU *, uint8_t d, uint8_t s) =
3050
destval = (*
opcD0_byte_operation
[emu->cur_rh]) (emu, destval, amt);
3311
destval = (*
opcD0_byte_operation
[emu->cur_rh]) (emu, destval, 1);
3348
destval = (*
opcD0_byte_operation
[emu->cur_rh]) (emu, destval, emu->x86.R_CL);
x86emu.c
3022
uint8_t(* const
opcD0_byte_operation
[]) (struct X86EMU *, uint8_t d, uint8_t s) =
3050
destval = (*
opcD0_byte_operation
[emu->cur_rh]) (emu, destval, amt);
3311
destval = (*
opcD0_byte_operation
[emu->cur_rh]) (emu, destval, 1);
3348
destval = (*
opcD0_byte_operation
[emu->cur_rh]) (emu, destval, emu->x86.R_CL);
Completed in 29 milliseconds
Indexes created Fri Nov 07 20:09:51 GMT 2025