Lines Matching refs:asi
847 struct arch_probes_insn *asi, in thumb16_singlestep() argument
851 asi->insn_handler(opcode, asi, regs); in thumb16_singlestep()
856 struct arch_probes_insn *asi, in thumb32_singlestep() argument
860 asi->insn_handler(opcode, asi, regs); in thumb32_singlestep()
865 thumb16_probes_decode_insn(probes_opcode_t insn, struct arch_probes_insn *asi, in thumb16_probes_decode_insn() argument
869 asi->insn_singlestep = thumb16_singlestep; in thumb16_probes_decode_insn()
870 asi->insn_check_cc = thumb_check_cc; in thumb16_probes_decode_insn()
871 return probes_decode_insn(insn, asi, probes_decode_thumb16_table, true, in thumb16_probes_decode_insn()
876 thumb32_probes_decode_insn(probes_opcode_t insn, struct arch_probes_insn *asi, in thumb32_probes_decode_insn() argument
880 asi->insn_singlestep = thumb32_singlestep; in thumb32_probes_decode_insn()
881 asi->insn_check_cc = thumb_check_cc; in thumb32_probes_decode_insn()
882 return probes_decode_insn(insn, asi, probes_decode_thumb32_table, true, in thumb32_probes_decode_insn()