Home
last modified time | relevance | path

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

/Linux-v5.15/tools/objtool/arch/x86/
Ddecode.c171 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
253 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
427 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
556 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
/Linux-v5.15/tools/objtool/include/objtool/
Darch.h52 OP_SRC_ADD, enumerator
/Linux-v5.15/tools/objtool/
Dcheck.c1941 if (op->dest.type == OP_DEST_REG && op->src.type == OP_SRC_ADD && in update_cfi_state_regs()
2158 case OP_SRC_ADD: in update_cfi_state()