Home
last modified time | relevance | path

Searched refs:decode_instruction (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/scripts/
H A Dreplay-dump.py145 def decode_instruction(eid, name, dumpfile): function
280 v5_event_table = [Decoder(0, "EVENT_INSTRUCTION", decode_instruction),
302 v6_event_table = [Decoder(0, "EVENT_INSTRUCTION", decode_instruction),
326 v7_event_table = [Decoder(0, "EVENT_INSTRUCTION", decode_instruction),
357 v12_event_table = [Decoder(0, "EVENT_INSTRUCTION", decode_instruction),
/openbmc/qemu/target/i386/hvf/
H A Dhvf.c514 decode_instruction(env, &decode); in hvf_vcpu_exec()
554 decode_instruction(env, &decode); in hvf_vcpu_exec()
662 decode_instruction(env, &decode); in hvf_vcpu_exec()
H A Dx86_decode.h304 uint32_t decode_instruction(CPUX86State *env, struct x86_decode *decode);
H A Dx86_decode.c2102 uint32_t decode_instruction(CPUX86State *env, struct x86_decode *decode) in decode_instruction() function