Home
last modified time | relevance | path

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

/Linux-v5.4/tools/objtool/arch/x86/
Ddecode.c138 op->src.type = OP_SRC_REG; in arch_decode_instruction()
203 op->src.type = OP_SRC_REG; in arch_decode_instruction()
214 op->src.type = OP_SRC_REG; in arch_decode_instruction()
228 op->src.type = OP_SRC_REG; in arch_decode_instruction()
238 op->src.type = OP_SRC_REG; in arch_decode_instruction()
278 op->src.type = OP_SRC_REG; in arch_decode_instruction()
/Linux-v5.4/tools/objtool/
Darch.h49 OP_SRC_REG, enumerator
Dcheck.c1518 case OP_SRC_REG: in update_insn_state()
1742 if (op->src.type != OP_SRC_REG) in update_insn_state()