Home
last modified time | relevance | path

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

/Linux-v5.10/tools/objtool/arch/x86/
Ddecode.c159 op->src.type = OP_SRC_REG; in arch_decode_instruction()
229 op->src.type = OP_SRC_REG; in arch_decode_instruction()
241 op->src.type = OP_SRC_REG; in arch_decode_instruction()
256 op->src.type = OP_SRC_REG; in arch_decode_instruction()
267 op->src.type = OP_SRC_REG; in arch_decode_instruction()
310 op->src.type = OP_SRC_REG; in arch_decode_instruction()
/Linux-v5.10/tools/objtool/
Darch.h52 OP_SRC_REG, enumerator
Dcheck.c1860 case OP_SRC_REG: in update_cfi_state()
2082 if (op->src.type != OP_SRC_REG) in update_cfi_state()