Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/objtool/arch/x86/
H A 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()
/OK3568_Linux_fs/kernel/tools/objtool/
H A Darch.h49 OP_SRC_REG, enumerator
H A Dcheck.c2315 case OP_SRC_REG: in update_cfi_state()
2537 if (op->src.type != OP_SRC_REG) in update_cfi_state()