Searched refs:stack_op (Results 1 – 4 of 4) sorted by relevance
64 struct stack_op { struct74 unsigned long *immediate, struct stack_op *op); argument
45 struct stack_op stack_op; member
265 &insn->stack_op); in decode_instructions()1405 struct stack_op *op = &insn->stack_op; in update_insn_state_regs()1497 struct stack_op *op = &insn->stack_op; in update_insn_state()2145 if (insn->stack_op.dest.type == OP_DEST_PUSHF) { in validate_branch()2156 if (insn->stack_op.src.type == OP_SRC_POPF) { in validate_branch()
72 unsigned long *immediate, struct stack_op *op) in arch_decode_instruction()