Home
last modified time | relevance | path

Searched refs:ops_list (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/tools/objtool/arch/loongarch/
H A Ddecode.c73 else for (*ops_list = op, ops_list = &op->next; op; op = NULL)
116 struct stack_op **ops_list, in decode_insn_reg2i12_fomat() argument
184 struct stack_op **ops_list, in decode_insn_reg2i14_fomat() argument
285 struct stack_op **ops_list = &insn->stack_ops; in arch_decode_instruction() local
306 if (decode_insn_reg2i12_fomat(inst, insn, ops_list, op)) in arch_decode_instruction()
308 if (decode_insn_reg2i14_fomat(inst, insn, ops_list, op)) in arch_decode_instruction()
/linux-6.15/tools/objtool/arch/x86/
H A Ddecode.c108 else for (*ops_list = op, ops_list = &op->next; op; op = NULL)
157 struct stack_op **ops_list = &insn->stack_ops; in arch_decode_instruction() local