Home
last modified time | relevance | path

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

/linux-6.1.9/tools/objtool/arch/x86/
Ddecode.c188 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
270 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
444 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
622 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
/linux-6.1.9/tools/objtool/include/objtool/
Darch.h54 OP_SRC_ADD, enumerator
/linux-6.1.9/tools/objtool/
Dcheck.c2522 if (op->dest.type == OP_DEST_REG && op->src.type == OP_SRC_ADD && in update_cfi_state_regs()
2739 case OP_SRC_ADD: in update_cfi_state()