MCPcopy Create free account
hub / github.com/D7EAD/mkPIVM / emit_handler

Method emit_handler

src/codec_x86.cpp:384–386  ·  view source on GitHub ↗

NOP

Source from the content-addressed store, hash-verified

382
383 // NOP
384 void NopCodec::emit_handler(X86Emitter& e, const VMConfig& vm) const {
385 emit_dispatch_tail(e, vm);
386 }
387
388 // EXIT: jmp to VMExit. packager resolves the rel32.
389 void ExitCodec::emit_handler(X86Emitter& e, const VMConfig& vm) const {

Callers

nothing calls this directly

Calls 15

emit_bin_handler_x86Function · 0.85
third_volatileFunction · 0.85
emit_unary_arith_x86Function · 0.85
emit_x86_mem_addrFunction · 0.85
x86_cipher_resetFunction · 0.85
emit_cmp_test_x86Function · 0.85
emit_native_handler_x86Function · 0.85
emit_shift_handler_x86Function · 0.85
emit_extend_x86Function · 0.85
slot_of_xregMethod · 0.80
emit_dispatch_tailFunction · 0.70

Tested by

no test coverage detected