Lines Matching defs:asi
844 struct arch_probes_insn *asi,
848 asi->insn_handler(opcode, asi, regs);
853 struct arch_probes_insn *asi,
857 asi->insn_handler(opcode, asi, regs);
862 thumb16_probes_decode_insn(probes_opcode_t insn, struct arch_probes_insn *asi,
866 asi->insn_singlestep = thumb16_singlestep;
867 asi->insn_check_cc = thumb_check_cc;
868 return probes_decode_insn(insn, asi, probes_decode_thumb16_table, true,
873 thumb32_probes_decode_insn(probes_opcode_t insn, struct arch_probes_insn *asi,
877 asi->insn_singlestep = thumb32_singlestep;
878 asi->insn_check_cc = thumb_check_cc;
879 return probes_decode_insn(insn, asi, probes_decode_thumb32_table, true,