Lines Matching refs:pattern
3671 struct nds32_relocs_pattern *pattern; member
3720 new->pattern = relocs; in nds32_relax_hint()
4336 group->pattern, fragP); in nds32_elf_build_relax_relation()
4392 nds32_elf_sethi_range (struct nds32_relocs_pattern *pattern) in nds32_elf_sethi_range() argument
4395 while (pattern) in nds32_elf_sethi_range()
4397 switch (pattern->opcode->value) in nds32_elf_sethi_range()
4438 pattern = pattern->next; in nds32_elf_sethi_range()
4676 struct nds32_relocs_pattern *pattern, *hi_pattern = NULL; in nds32_find_reloc_table() local
4691 pattern = relocs_pattern; in nds32_find_reloc_table()
4692 while (pattern) in nds32_find_reloc_table()
4694 if (pattern->opcode->isize == 4) in nds32_find_reloc_table()
4697 opcode = N32_OP6 (pattern->opcode->value); in nds32_find_reloc_table()
4701 hi_pattern = pattern; in nds32_find_reloc_table()
4731 if (__GF (pattern->opcode->value, 0, 1) == 1) in nds32_find_reloc_table()
4737 if (__GF (pattern->opcode->value, 24, 1) == 1) in nds32_find_reloc_table()
4744 pattern->frag->fr_line); in nds32_find_reloc_table()
4754 if (strcmp (pattern->opcode->opcode, check_insn[i]) == 0) in nds32_find_reloc_table()
4760 if (strcmp (pattern->opcode->opcode, "movi55") == 0) in nds32_find_reloc_table()
4763 pattern = pattern->next; in nds32_find_reloc_table()