Home
last modified time | relevance | path

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

/linux-6.1.9/tools/objtool/arch/x86/
Ddecode.c200 op->src.type = OP_SRC_REG; in arch_decode_instruction()
305 op->src.type = OP_SRC_REG; in arch_decode_instruction()
326 op->src.type = OP_SRC_REG; in arch_decode_instruction()
342 op->src.type = OP_SRC_REG; in arch_decode_instruction()
359 op->src.type = OP_SRC_REG; in arch_decode_instruction()
372 op->src.type = OP_SRC_REG; in arch_decode_instruction()
441 op->src.type = OP_SRC_REG; in arch_decode_instruction()
551 op->src.type = OP_SRC_REG; in arch_decode_instruction()
/linux-6.1.9/tools/objtool/include/objtool/
Darch.h49 OP_SRC_REG, enumerator
/linux-6.1.9/tools/objtool/
Dcheck.c2622 case OP_SRC_REG: in update_cfi_state()
2921 if (op->src.type != OP_SRC_REG) in update_cfi_state()