Lines Matching refs:state2
1852 struct insn_state *state1 = &insn->state, *state2 = state; in insn_state_match() local
1855 if (memcmp(&state1->cfa, &state2->cfa, sizeof(state1->cfa))) { in insn_state_match()
1859 state2->cfa.base, state2->cfa.offset); in insn_state_match()
1861 } else if (memcmp(&state1->regs, &state2->regs, sizeof(state1->regs))) { in insn_state_match()
1863 if (!memcmp(&state1->regs[i], &state2->regs[i], in insn_state_match()
1870 i, state2->regs[i].base, state2->regs[i].offset); in insn_state_match()
1874 } else if (state1->type != state2->type) { in insn_state_match()
1876 insn->sec, insn->offset, state1->type, state2->type); in insn_state_match()
1878 } else if (state1->drap != state2->drap || in insn_state_match()
1879 (state1->drap && state1->drap_reg != state2->drap_reg) || in insn_state_match()
1880 (state1->drap && state1->drap_offset != state2->drap_offset)) { in insn_state_match()
1884 state2->drap, state2->drap_reg, state2->drap_offset); in insn_state_match()