probes_decode_insn
return probes_decode_insn(insn, asi, probes_decode_arm_table, false,
return probes_decode_insn(insn, asi, probes_decode_thumb16_table, true,
return probes_decode_insn(insn, asi, probes_decode_thumb32_table, true,
probes_decode_insn(probes_opcode_t insn, struct arch_probes_insn *asi,
return probes_decode_insn(insn, asi, table, false, false, stack_check_actions, NULL);
return probes_decode_insn(insn, asi, table, false, false, stack_check_actions, NULL);