Home
last modified time | relevance | path

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

/Linux-v4.19/tools/objtool/arch/x86/
Ddecode.c150 op->src.type = OP_SRC_REG; in arch_decode_instruction()
215 op->src.type = OP_SRC_REG; in arch_decode_instruction()
226 op->src.type = OP_SRC_REG; in arch_decode_instruction()
240 op->src.type = OP_SRC_REG; in arch_decode_instruction()
250 op->src.type = OP_SRC_REG; in arch_decode_instruction()
290 op->src.type = OP_SRC_REG; in arch_decode_instruction()
/Linux-v4.19/tools/objtool/
Darch.h54 OP_SRC_REG, enumerator
Dcheck.c1402 case OP_SRC_REG: in update_insn_state()
1624 if (op->src.type != OP_SRC_REG) in update_insn_state()