Home
last modified time | relevance | path

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

/Linux-v5.10/tools/objtool/
Darch.h55 OP_SRC_POP, enumerator
Dcheck.c1757 if (op->src.type == OP_SRC_POP || op->src.type == OP_SRC_POPF) in update_cfi_state_regs()
2013 case OP_SRC_POP: in update_cfi_state()
2166 if (op->src.type != OP_SRC_POP && op->src.type != OP_SRC_POPF) { in update_cfi_state()
/Linux-v5.10/tools/objtool/arch/x86/
Ddecode.c170 op->src.type = OP_SRC_POP; in arch_decode_instruction()
372 op->src.type = OP_SRC_POP; in arch_decode_instruction()
438 op->src.type = OP_SRC_POP; in arch_decode_instruction()