Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/objtool/arch/x86/
H A Ddecode.c148 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
217 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
314 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
326 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
343 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
360 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
488 op->src.type = OP_SRC_ADD; in arch_decode_instruction()
/OK3568_Linux_fs/kernel/tools/objtool/
H A Darch.h54 OP_SRC_ADD, enumerator
H A Dcheck.c2216 if (op->dest.type == OP_DEST_REG && op->src.type == OP_SRC_ADD && in update_cfi_state_regs()
2387 case OP_SRC_ADD: in update_cfi_state()