Home
last modified time | relevance | path

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

/Linux-v5.4/tools/objtool/arch/x86/
Ddecode.c127 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
191 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
281 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
292 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
308 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
324 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
/Linux-v5.4/tools/objtool/
Darch.h54 OP_SRC_ADD, enumerator
Dcheck.c1419 if (op->dest.type == OP_DEST_REG && op->src.type == OP_SRC_ADD && in update_insn_state_regs()
1590 case OP_SRC_ADD: in update_insn_state()