Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/objtool/arch/x86/
Ddecode.c160 op->src.type = OP_SRC_REG; in arch_decode_instruction()
230 op->src.type = OP_SRC_REG; in arch_decode_instruction()
242 op->src.type = OP_SRC_REG; in arch_decode_instruction()
257 op->src.type = OP_SRC_REG; in arch_decode_instruction()
268 op->src.type = OP_SRC_REG; in arch_decode_instruction()
311 op->src.type = OP_SRC_REG; in arch_decode_instruction()
/kernel/linux/linux-5.10/tools/objtool/
Darch.h49 OP_SRC_REG, enumerator
Dcheck.c2229 case OP_SRC_REG: in update_cfi_state()
2451 if (op->src.type != OP_SRC_REG) in update_cfi_state()