Home
last modified time | relevance | path

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

/Linux-v4.19/tools/objtool/arch/x86/
Ddecode.c139 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
203 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
293 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
304 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
320 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
336 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
/Linux-v4.19/tools/objtool/
Darch.h58 OP_SRC_ADD, enumerator
Dcheck.c1303 if (op->dest.type == OP_DEST_REG && op->src.type == OP_SRC_ADD && in update_insn_state_regs()
1474 case OP_SRC_ADD: in update_insn_state()