Lines Matching refs:isa
341 CGEN_BITSET *isa;
357 CGEN_BITSET *isa;
372 /* There's no standard way to compute the machine or isa number
386 isa = permanent_isa;
387 cgen_bitset_clear (isa);
388 cgen_bitset_add (isa, CGEN_COMPUTE_ISA (info));
391 isa = info->insn_sets;
396 && (cgen_bitset_compare (isa, prev_isa) != 0
403 if (cgen_bitset_compare (cl->isa, isa) == 0 &&
424 prev_isa = cgen_bitset_copy (isa);
437 cl->isa = prev_isa;