Searched refs:current_flags (Results 1 – 12 of 12) sorted by relevance
1001 short current_flags; member1231 i.current_flags = 0; in _succ_iter_start()1264 ip->current_flags = SUCCS_NORMAL; in _succ_iter_cond()1439 ip->current_flags = SUCCS_NORMAL; in _eligible_successor_edge_p()1459 ip->current_flags = SUCCS_BACK; in _eligible_successor_edge_p()1463 ip->current_flags = SUCCS_OUT; in _eligible_successor_edge_p()
4767 short current_flags = si.current_flags & ~SUCCS_SKIP_TO_LOOP_EXITS; in compute_succs_info() local4769 if (current_flags & flags) in compute_succs_info()
6341 if (succ_i.current_flags == SUCCS_NORMAL) in code_motion_process_successors()
4766 short current_flags = si.current_flags & ~SUCCS_SKIP_TO_LOOP_EXITS; in compute_succs_info() local4768 if (current_flags & flags) in compute_succs_info()
44 static unsigned int current_flags = S390_INSTR_FLAG_FACILITY_MASK; variable430 current_cpu = s390_parse_cpu (arg + 5, ¤t_flags, false); in md_parse_option()531 use_opcode = ((f & current_flags) == f); in s390_setup_opcodes()1951 unsigned int new_flags = current_flags; in s390_machine()1963 cpu_history[curr_hist].flags = current_flags; in s390_machine()1984 if (new_cpu != current_cpu || new_flags != current_flags) in s390_machine()1987 current_flags = new_flags; in s390_machine()
44 static unsigned int current_flags = S390_INSTR_FLAG_FACILITY_MASK; variable432 current_cpu = s390_parse_cpu (arg + 5, ¤t_flags, false); in md_parse_option()533 use_opcode = ((f & current_flags) == f); in s390_setup_opcodes()1956 unsigned int new_flags = current_flags; in s390_machine()1968 cpu_history[curr_hist].flags = current_flags; in s390_machine()1989 if (new_cpu != current_cpu || new_flags != current_flags) in s390_machine()1992 current_flags = new_flags; in s390_machine()
512 …NC_ATTRIBUTE void sljit_set_current_flags(struct sljit_compiler *compiler, sljit_s32 current_flags) in sljit_set_current_flags() argument515 SLJIT_UNUSED_ARG(current_flags); in sljit_set_current_flags()518 if ((current_flags & ~(VARIABLE_FLAG_MASK | SLJIT_I32_OP | SLJIT_SET_Z)) == 0) { in sljit_set_current_flags()519 …compiler->last_flags = GET_FLAG_TYPE(current_flags) | (current_flags & (SLJIT_I32_OP | SLJIT_SET_Z… in sljit_set_current_flags()1986 …NC_ATTRIBUTE void sljit_set_current_flags(struct sljit_compiler *compiler, sljit_s32 current_flags) in sljit_set_current_flags() argument1989 SLJIT_UNUSED_ARG(current_flags); in sljit_set_current_flags()
1357 sljit_s32 current_flags);
567 * config/tc-s390.c (current_flags): New static variable.573 Keep track of current_flags.