Home
last modified time | relevance | path

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

/openbmc/linux/tools/objtool/arch/x86/
H A Ddecode.c228 op->src.type = OP_SRC_REG; in arch_decode_instruction()
333 op->src.type = OP_SRC_REG; in arch_decode_instruction()
354 op->src.type = OP_SRC_REG; in arch_decode_instruction()
370 op->src.type = OP_SRC_REG; in arch_decode_instruction()
387 op->src.type = OP_SRC_REG; in arch_decode_instruction()
400 op->src.type = OP_SRC_REG; in arch_decode_instruction()
469 op->src.type = OP_SRC_REG; in arch_decode_instruction()
579 op->src.type = OP_SRC_REG; in arch_decode_instruction()
/openbmc/linux/tools/objtool/include/objtool/
H A Darch.h49 OP_SRC_REG, enumerator
/openbmc/linux/tools/objtool/
H A Dcheck.c2835 case OP_SRC_REG: in update_cfi_state()
3120 if (op->src.type != OP_SRC_REG) in update_cfi_state()