Lines Matching refs:cfi2
349 static inline bool cficmp(struct cfi_state *cfi1, struct cfi_state *cfi2) in cficmp() argument
352 (void *)cfi2 + sizeof(cfi2->hash), in cficmp()
3385 static bool insn_cfi_match(struct instruction *insn, struct cfi_state *cfi2) in insn_cfi_match() argument
3395 if (memcmp(&cfi1->cfa, &cfi2->cfa, sizeof(cfi1->cfa))) { in insn_cfi_match()
3399 cfi2->cfa.base, cfi2->cfa.offset); in insn_cfi_match()
3404 if (memcmp(&cfi1->regs, &cfi2->regs, sizeof(cfi1->regs))) { in insn_cfi_match()
3407 if (!memcmp(&cfi1->regs[i], &cfi2->regs[i], sizeof(struct cfi_reg))) in insn_cfi_match()
3412 i, cfi2->regs[i].base, cfi2->regs[i].offset); in insn_cfi_match()
3417 if (cfi1->type != cfi2->type) { in insn_cfi_match()
3420 cfi1->type, cfi2->type); in insn_cfi_match()
3424 if (cfi1->drap != cfi2->drap || in insn_cfi_match()
3425 (cfi1->drap && cfi1->drap_reg != cfi2->drap_reg) || in insn_cfi_match()
3426 (cfi1->drap && cfi1->drap_offset != cfi2->drap_offset)) { in insn_cfi_match()
3430 cfi2->drap, cfi2->drap_reg, cfi2->drap_offset); in insn_cfi_match()