Searched refs:current_flags (Results 1 – 2 of 2) sorted by relevance
45 static unsigned int current_flags = 0; variable406 current_cpu = s390_parse_cpu (arg + 5, ¤t_flags, FALSE); in md_parse_option()508 use_opcode = ((f & current_flags) == f); in s390_setup_opcodes()1921 unsigned int new_flags = current_flags; in s390_machine()1933 cpu_history[curr_hist].flags = current_flags; in s390_machine()1954 if (new_cpu != current_cpu || new_flags != current_flags) in s390_machine()1957 current_flags = new_flags; in s390_machine()
567 * config/tc-s390.c (current_flags): New static variable.573 Keep track of current_flags.