Lines Matching defs:match_now
48 int match_now;
774 if (!ip->match_now)
783 ip->match_now = is_label (arg);
784 if (!ip->match_now && is_label_with_addend (arg))
788 ip->match_now = is_label_with_addend (arg);
794 Two conditions, ip->match_now and reloc_num, are used to check tls insn
797 ip->match_now = loongarch_parse_expr (arg, ip->reloc_info + ip->reloc_num,
800 if (!ip->match_now)
814 ip->match_now = 0;
818 ip->match_now =
822 if (!ip->match_now)
918 ip->match_now = 0 <= imm;
920 if (ip->match_now)
924 ip->match_now = 0 <= imm;
928 if (ip->match_now && !ip->expand_from_macro)
943 ip->match_now = 0 <= imm;
945 if (ip->match_now && !ip->expand_from_macro)
949 ip->match_now = 0 <= imm;
951 if (ip->match_now)
964 ip->match_now = 0 <= imm;
969 ip->match_now = 0 <= imm;
974 ip->match_now = 0 <= imm;
978 ip->all_match = ip->match_now;
994 if (!ip->match_now)
1068 insn->match_now = 1;