Searched refs:decode_insn (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/arm/probes/kprobes/ |
H A D | core.c | 54 kprobe_decode_insn_t *decode_insn; in arch_prepare_kprobe() local 66 decode_insn = thumb32_probes_decode_insn; in arch_prepare_kprobe() 70 decode_insn = thumb16_probes_decode_insn; in arch_prepare_kprobe() 79 decode_insn = arm_probes_decode_insn; in arch_prepare_kprobe() 87 switch ((*decode_insn)(insn, &p->ainsn, true, actions, checkers)) { in arch_prepare_kprobe()
|
/openbmc/qemu/target/avr/ |
H A D | meson.build | 2 decodetree.process('insn.decode', extra_args: [ '--decode', 'decode_insn',
|
H A D | disas.c | 62 static bool decode_insn(DisasContext *ctx, uint16_t insn); 88 if (!decode_insn(&ctx, insn)) { in avr_print_insn()
|
H A D | translate.c | 193 static bool decode_insn(DisasContext *ctx, uint16_t insn); 2609 if (!decode_insn(ctx, opcode)) { in translate()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | decode-new.c.inc | 2218 static bool decode_insn(DisasContext *s, CPUX86State *env, X86DecodeFunc decode_func, 2690 if (!decode_insn(s, env, decode_func, &decode)) {
|