Lines Matching defs:asi
14 struct arch_probes_insn *asi,
83 return probes_decode_insn(insn, asi, table, false, false, stack_check_actions, NULL);
94 struct arch_probes_insn *asi,
97 asi->register_usage_flags = 0;
102 struct arch_probes_insn *asi,
108 asi->register_usage_flags = 0;
111 asi->register_usage_flags |= 1 << (insn & 0xf);
118 struct arch_probes_insn *asi,
123 asi->register_usage_flags = reglist | (1 << rn);
128 struct arch_probes_insn *asi,
132 asi->register_usage_flags = (1 << 12) | (1<< 13);
149 struct arch_probes_insn *asi,
153 arm_check_regs_normal(insn, asi, h);
154 asi->register_usage_flags |= 1 << (rdt + 1);