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