Lines Matching defs:match_now
49 int match_now;
781 if (!ip->match_now)
790 ip->match_now = is_label (arg);
791 if (!ip->match_now && is_label_with_addend (arg))
795 ip->match_now = is_label_with_addend (arg);
801 Two conditions, ip->match_now and reloc_num, are used to check tls insn
804 ip->match_now = loongarch_parse_expr (arg, ip->reloc_info + ip->reloc_num,
807 if (!ip->match_now)
821 ip->match_now = 0;
825 ip->match_now =
829 if (!ip->match_now)
932 ip->match_now = 0 <= imm;
934 if (ip->match_now)
938 ip->match_now = 0 <= imm;
942 if (ip->match_now && !ip->expand_from_macro)
957 ip->match_now = 0 <= imm;
959 if (ip->match_now && !ip->expand_from_macro)
963 ip->match_now = 0 <= imm;
965 if (ip->match_now)
978 ip->match_now = 0 <= imm;
983 ip->match_now = 0 <= imm;
988 ip->match_now = 0 <= imm;
992 ip->all_match = ip->match_now;
1008 if (!ip->match_now)
1082 insn->match_now = 1;