Home
last modified time | relevance | path

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

/Linux-v5.10/tools/objtool/arch/x86/
Ddecode.c147 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
216 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
313 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
325 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
342 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
359 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
482 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
/Linux-v5.10/tools/objtool/
Darch.h57 OP_SRC_ADD, enumerator
Dcheck.c1761 if (op->dest.type == OP_DEST_REG && op->src.type == OP_SRC_ADD && in update_cfi_state_regs()
1932 case OP_SRC_ADD: in update_cfi_state()