Home
last modified time | relevance | path

Searched refs:OP_SRC_ADD (Results 1 – 4 of 4) sorted by relevance

/linux/tools/objtool/arch/x86/
H A Ddecode.c222 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
304 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
478 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
665 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
/linux/tools/objtool/include/objtool/
H A Darch.h54 OP_SRC_ADD, enumerator
/linux/tools/objtool/arch/loongarch/
H A Ddecode.c128 op->src.type = OP_SRC_ADD; in decode_insn_reg2i12_fomat()
/linux/tools/objtool/
H A Dcheck.c2815 if (op->dest.type == OP_DEST_REG && op->src.type == OP_SRC_ADD && in update_cfi_state_regs()
3036 case OP_SRC_ADD: in update_cfi_state()