Lines Matching refs:asi
22 struct arch_probes_insn *asi, in checker_stack_use_none() argument
25 asi->stack_space = 0; in checker_stack_use_none()
30 struct arch_probes_insn *asi, in checker_stack_use_unknown() argument
33 asi->stack_space = -1; in checker_stack_use_unknown()
39 struct arch_probes_insn *asi, in checker_stack_use_imm_0xx() argument
43 asi->stack_space = imm; in checker_stack_use_imm_0xx()
52 struct arch_probes_insn *asi, in checker_stack_use_t32strd() argument
56 asi->stack_space = imm << 2; in checker_stack_use_t32strd()
61 struct arch_probes_insn *asi, in checker_stack_use_imm_x0x() argument
65 asi->stack_space = imm; in checker_stack_use_imm_x0x()
71 struct arch_probes_insn *asi, in checker_stack_use_imm_xxx() argument
75 asi->stack_space = imm; in checker_stack_use_imm_xxx()
80 struct arch_probes_insn *asi, in checker_stack_use_stmdx() argument
85 asi->stack_space = (hweight32(reglist) - (!pbit ? 1 : 0)) * 4; in checker_stack_use_stmdx()