Searched refs:decode_instruction (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/scripts/ |
| H A D | replay-dump.py | 144 def decode_instruction(eid, name, dumpfile): 279 v5_event_table = [Decoder(0, "EVENT_INSTRUCTION", decode_instruction), 301 v6_event_table = [Decoder(0, "EVENT_INSTRUCTION", decode_instruction), 325 v7_event_table = [Decoder(0, "EVENT_INSTRUCTION", decode_instruction), 356 v12_event_table = [Decoder(0, "EVENT_INSTRUCTION", decode_instruction), 145 def decode_instruction(eid, name, dumpfile): global() function
|
| /openbmc/qemu/target/i386/emulate/ |
| H A D | x86_decode.h | 312 uint32_t decode_instruction(CPUX86State *env, struct x86_decode *decode);
|
| H A D | x86_decode.c | 2102 uint32_t decode_instruction(CPUX86State *env, struct x86_decode *decode) in init_decoder() 2079 uint32_t decode_instruction(CPUX86State *env, struct x86_decode *decode) decode_instruction() function
|
| /openbmc/qemu/target/i386/hvf/ |
| H A D | hvf.c | 780 decode_instruction(env, &decode); in hvf_vcpu_exec() 821 decode_instruction(env, &decode); in hvf_vcpu_exec() 926 decode_instruction(env, &decode); in hvf_vcpu_exec()
|