Home
last modified time | relevance | path

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

123

/dports/emulators/qemu5/qemu-5.2.0/scripts/
H A Dreplay-dump.py149 def decode_instruction(eid, name, dumpfile): function
194 v5_event_table = [Decoder(0, "EVENT_INSTRUCTION", decode_instruction),
216 v6_event_table = [Decoder(0, "EVENT_INSTRUCTION", decode_instruction),
240 v7_event_table = [Decoder(0, "EVENT_INSTRUCTION", decode_instruction),
/dports/emulators/qemu-guest-agent/qemu-5.0.1/scripts/
H A Dreplay-dump.py149 def decode_instruction(eid, name, dumpfile): function
194 v5_event_table = [Decoder(0, "EVENT_INSTRUCTION", decode_instruction),
216 v6_event_table = [Decoder(0, "EVENT_INSTRUCTION", decode_instruction),
240 v7_event_table = [Decoder(0, "EVENT_INSTRUCTION", decode_instruction),
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/scripts/
H A Dreplay-dump.py150 def decode_instruction(eid, name, dumpfile): function
195 v5_event_table = [Decoder(0, "EVENT_INSTRUCTION", decode_instruction),
217 v6_event_table = [Decoder(0, "EVENT_INSTRUCTION", decode_instruction),
241 v7_event_table = [Decoder(0, "EVENT_INSTRUCTION", decode_instruction),
/dports/emulators/qemu42/qemu-4.2.1/scripts/
H A Dreplay-dump.py150 def decode_instruction(eid, name, dumpfile): function
195 v5_event_table = [Decoder(0, "EVENT_INSTRUCTION", decode_instruction),
217 v6_event_table = [Decoder(0, "EVENT_INSTRUCTION", decode_instruction),
241 v7_event_table = [Decoder(0, "EVENT_INSTRUCTION", decode_instruction),
/dports/emulators/qemu-utils/qemu-4.2.1/scripts/
H A Dreplay-dump.py150 def decode_instruction(eid, name, dumpfile): function
195 v5_event_table = [Decoder(0, "EVENT_INSTRUCTION", decode_instruction),
217 v6_event_table = [Decoder(0, "EVENT_INSTRUCTION", decode_instruction),
241 v7_event_table = [Decoder(0, "EVENT_INSTRUCTION", decode_instruction),
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/scripts/
H A Dreplay-dump.py149 def decode_instruction(eid, name, dumpfile): function
194 v5_event_table = [Decoder(0, "EVENT_INSTRUCTION", decode_instruction),
216 v6_event_table = [Decoder(0, "EVENT_INSTRUCTION", decode_instruction),
240 v7_event_table = [Decoder(0, "EVENT_INSTRUCTION", decode_instruction),
/dports/emulators/qemu/qemu-6.2.0/scripts/
H A Dreplay-dump.py149 def decode_instruction(eid, name, dumpfile): function
194 v5_event_table = [Decoder(0, "EVENT_INSTRUCTION", decode_instruction),
216 v6_event_table = [Decoder(0, "EVENT_INSTRUCTION", decode_instruction),
240 v7_event_table = [Decoder(0, "EVENT_INSTRUCTION", decode_instruction),
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/scripts/
H A Dreplay-dump.py149 def decode_instruction(eid, name, dumpfile): function
194 v5_event_table = [Decoder(0, "EVENT_INSTRUCTION", decode_instruction),
216 v6_event_table = [Decoder(0, "EVENT_INSTRUCTION", decode_instruction),
240 v7_event_table = [Decoder(0, "EVENT_INSTRUCTION", decode_instruction),
/dports/emulators/qemu60/qemu-6.0.0/scripts/
H A Dreplay-dump.py149 def decode_instruction(eid, name, dumpfile): function
194 v5_event_table = [Decoder(0, "EVENT_INSTRUCTION", decode_instruction),
216 v6_event_table = [Decoder(0, "EVENT_INSTRUCTION", decode_instruction),
240 v7_event_table = [Decoder(0, "EVENT_INSTRUCTION", decode_instruction),
/dports/security/py-angr/angr-9.0.5405/angr/analyses/
H A Ddisassembly_utils.py53 def decode_instruction(arch, instr): function
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/i386/hvf/
H A Dhvf.c486 decode_instruction(env, &decode); in hvf_vcpu_exec()
526 decode_instruction(env, &decode); in hvf_vcpu_exec()
634 decode_instruction(env, &decode); in hvf_vcpu_exec()
H A Dx86_decode.h304 uint32_t decode_instruction(CPUX86State *env, struct x86_decode *decode);
/dports/emulators/qemu/qemu-6.2.0/target/i386/hvf/
H A Dhvf.c486 decode_instruction(env, &decode); in hvf_vcpu_exec()
526 decode_instruction(env, &decode); in hvf_vcpu_exec()
634 decode_instruction(env, &decode); in hvf_vcpu_exec()
H A Dx86_decode.h304 uint32_t decode_instruction(CPUX86State *env, struct x86_decode *decode);
/dports/emulators/qemu5/qemu-5.2.0/target/i386/hvf/
H A Dhvf.c684 decode_instruction(env, &decode); in hvf_vcpu_exec()
724 decode_instruction(env, &decode); in hvf_vcpu_exec()
828 decode_instruction(env, &decode); in hvf_vcpu_exec()
H A Dx86_decode.h304 uint32_t decode_instruction(CPUX86State *env, struct x86_decode *decode);
/dports/emulators/qemu60/qemu-6.0.0/target/i386/hvf/
H A Dhvf.c778 decode_instruction(env, &decode); in hvf_vcpu_exec()
818 decode_instruction(env, &decode); in hvf_vcpu_exec()
926 decode_instruction(env, &decode); in hvf_vcpu_exec()
H A Dx86_decode.h304 uint32_t decode_instruction(CPUX86State *env, struct x86_decode *decode);
/dports/emulators/qemu-utils/qemu-4.2.1/target/i386/hvf/
H A Dx86_decode.h304 uint32_t decode_instruction(CPUX86State *env, struct x86_decode *decode);
H A Dhvf.c771 decode_instruction(env, &decode); in hvf_vcpu_exec()
813 decode_instruction(env, &decode); in hvf_vcpu_exec()
919 decode_instruction(env, &decode); in hvf_vcpu_exec()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/i386/hvf/
H A Dx86_decode.h304 uint32_t decode_instruction(CPUX86State *env, struct x86_decode *decode);
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/i386/hvf/
H A Dx86_decode.h304 uint32_t decode_instruction(CPUX86State *env, struct x86_decode *decode);
/dports/emulators/qemu42/qemu-4.2.1/target/i386/hvf/
H A Dx86_decode.h304 uint32_t decode_instruction(CPUX86State *env, struct x86_decode *decode);
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/i386/hvf/
H A Dx86_decode.h304 uint32_t decode_instruction(CPUX86State *env, struct x86_decode *decode);
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_delta/
H A Dsvndiff.c431 decode_instruction(svn_txdelta_op_t *op, in decode_instruction() function
489 p = decode_instruction(&op, p, end); in count_and_verify_instructions()
617 data = decode_instruction(op, data, insend); in decode_window()

123