HomeSort by: relevance | last modified time | path
    Searched defs:common_push_word_long (Results 1 - 1 of 1) sorted by relevancy

  /src/common/lib/libx86emu/
x86emu.c 1311 common_push_word_long(struct X86EMU *emu, union X86EMU_register *reg) function in typeref:typename:void
4315 common_push_word_long(emu, &emu->x86.register_a);
4318 common_push_word_long(emu, &emu->x86.register_c);
4321 common_push_word_long(emu, &emu->x86.register_d);
4324 common_push_word_long(emu, &emu->x86.register_b);
4327 common_push_word_long(emu, &emu->x86.register_sp);
4330 common_push_word_long(emu, &emu->x86.register_bp);
4333 common_push_word_long(emu, &emu->x86.register_si);
4336 common_push_word_long(emu, &emu->x86.register_di);

Completed in 15 milliseconds