Lines Matching refs:state1
1734 struct insn_state *state1 = &insn->state, *state2 = state; in insn_state_match() local
1737 if (memcmp(&state1->cfa, &state2->cfa, sizeof(state1->cfa))) { in insn_state_match()
1740 state1->cfa.base, state1->cfa.offset, in insn_state_match()
1743 } else if (memcmp(&state1->regs, &state2->regs, sizeof(state1->regs))) { in insn_state_match()
1745 if (!memcmp(&state1->regs[i], &state2->regs[i], in insn_state_match()
1751 i, state1->regs[i].base, state1->regs[i].offset, in insn_state_match()
1756 } else if (state1->type != state2->type) { in insn_state_match()
1758 insn->sec, insn->offset, state1->type, state2->type); in insn_state_match()
1760 } else if (state1->drap != state2->drap || in insn_state_match()
1761 (state1->drap && state1->drap_reg != state2->drap_reg) || in insn_state_match()
1762 (state1->drap && state1->drap_offset != state2->drap_offset)) { in insn_state_match()
1765 state1->drap, state1->drap_reg, state1->drap_offset, in insn_state_match()