Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/objtool/
H A Darch.h38 OP_DEST_PUSHF, enumerator
H A Dcheck.c2208 if (op->dest.type == OP_DEST_PUSH || op->dest.type == OP_DEST_PUSHF) in update_cfi_state_regs()
2532 case OP_DEST_PUSHF: in update_cfi_state()
2690 if (op->dest.type == OP_DEST_PUSHF) { in handle_insn_ops()
/OK3568_Linux_fs/kernel/tools/objtool/arch/x86/
H A Ddecode.c386 op->dest.type = OP_DEST_PUSHF; in arch_decode_instruction()