HomeSort by: relevance | last modified time | path
    Searched defs:current_flags (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/common/config/aarch64/
aarch64-common.cc 291 aarch64_feature_flags current_flags = default_arch_flags; local
301 auto explicit_flags = (!(current_flags & AARCH64_FL_V8R)
304 /* Add the features in isa_flags & ~current_flags using the smallest
322 if ((flags & isa_flags & (explicit_flags | ~current_flags)) == flags)
324 current_flags |= opt.flags_on;
335 /* Remove the features in current_flags & ~isa_flags. If the feature does
349 && (flags_crypto & current_flags & ~isa_flags) == flags_crypto
350 && !(current_flags & AARCH64_FL_SM4))
357 if (flags & current_flags & ~isa_flags)
359 current_flags &= ~opt.flags_off
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-s390.c 46 static unsigned int current_flags = S390_INSTR_FLAG_FACILITY_MASK; variable
503 current_cpu = s390_parse_cpu (arg + 5, &current_flags, false);
619 use_opcode = ((f & current_flags) == f);
2188 unsigned int new_flags = current_flags;
2200 cpu_history[curr_hist].flags = current_flags;
2221 if (new_cpu != current_cpu || new_flags != current_flags)
2224 current_flags = new_flags;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-s390.c 46 static unsigned int current_flags = S390_INSTR_FLAG_FACILITY_MASK; variable
503 current_cpu = s390_parse_cpu (arg + 5, &current_flags, false);
619 use_opcode = ((f & current_flags) == f);
2188 unsigned int new_flags = current_flags;
2200 cpu_history[curr_hist].flags = current_flags;
2221 if (new_cpu != current_cpu || new_flags != current_flags)
2224 current_flags = new_flags;
  /src/external/gpl3/gcc/dist/gcc/
sel-sched-ir.h 1012 short current_flags;
1242 i.current_flags = 0;
1275 ip->current_flags = SUCCS_NORMAL;
1450 ip->current_flags = SUCCS_NORMAL;
1470 ip->current_flags = SUCCS_BACK;
1474 ip->current_flags = SUCCS_OUT;
1001 short current_flags; member in struct:succ_iterator
sel-sched-ir.cc 4791 short current_flags = si.current_flags & ~SUCCS_SKIP_TO_LOOP_EXITS;
4793 if (current_flags & flags)
4767 short current_flags = si.current_flags & ~SUCCS_SKIP_TO_LOOP_EXITS; local
  /src/external/gpl3/gcc.old/dist/gcc/
sel-sched-ir.h 1012 short current_flags;
1242 i.current_flags = 0;
1275 ip->current_flags = SUCCS_NORMAL;
1450 ip->current_flags = SUCCS_NORMAL;
1470 ip->current_flags = SUCCS_BACK;
1474 ip->current_flags = SUCCS_OUT;
1001 short current_flags; member in struct:succ_iterator
sel-sched-ir.cc 4791 short current_flags = si.current_flags & ~SUCCS_SKIP_TO_LOOP_EXITS;
4793 if (current_flags & flags)
4767 short current_flags = si.current_flags & ~SUCCS_SKIP_TO_LOOP_EXITS; local

Completed in 31 milliseconds