Home
last modified time | relevance | path

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

/Linux-v5.15/tools/objtool/arch/x86/
Ddecode.c183 op->src.type = OP_SRC_REG; in arch_decode_instruction()
288 op->src.type = OP_SRC_REG; in arch_decode_instruction()
309 op->src.type = OP_SRC_REG; in arch_decode_instruction()
325 op->src.type = OP_SRC_REG; in arch_decode_instruction()
342 op->src.type = OP_SRC_REG; in arch_decode_instruction()
355 op->src.type = OP_SRC_REG; in arch_decode_instruction()
424 op->src.type = OP_SRC_REG; in arch_decode_instruction()
520 op->src.type = OP_SRC_REG; in arch_decode_instruction()
/Linux-v5.15/tools/objtool/include/objtool/
Darch.h47 OP_SRC_REG, enumerator
/Linux-v5.15/tools/objtool/
Dcheck.c2041 case OP_SRC_REG: in update_cfi_state()
2340 if (op->src.type != OP_SRC_REG) in update_cfi_state()