Home
last modified time | relevance | path

Searched refs:current_flags (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsel-sched-ir.h1001 short current_flags; member
1231 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()
H A Dsel-sched-ir.cc4767 short current_flags = si.current_flags & ~SUCCS_SKIP_TO_LOOP_EXITS; in compute_succs_info() local
4769 if (current_flags & flags) in compute_succs_info()
H A Dsel-sched.cc6341 if (succ_i.current_flags == SUCCS_NORMAL) in code_motion_process_successors()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsel-sched-ir.h1001 short current_flags; member
1231 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()
H A Dsel-sched-ir.c4766 short current_flags = si.current_flags & ~SUCCS_SKIP_TO_LOOP_EXITS; in compute_succs_info() local
4768 if (current_flags & flags) in compute_succs_info()
H A Dsel-sched.c6341 if (succ_i.current_flags == SUCCS_NORMAL) in code_motion_process_successors()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-s390.c44 static unsigned int current_flags = S390_INSTR_FLAG_FACILITY_MASK; variable
430 current_cpu = s390_parse_cpu (arg + 5, &current_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()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-s390.c44 static unsigned int current_flags = S390_INSTR_FLAG_FACILITY_MASK; variable
432 current_cpu = s390_parse_cpu (arg + 5, &current_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()
/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitLir.c512 …NC_ATTRIBUTE void sljit_set_current_flags(struct sljit_compiler *compiler, sljit_s32 current_flags) in sljit_set_current_flags() argument
515 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() argument
1989 SLJIT_UNUSED_ARG(current_flags); in sljit_set_current_flags()
H A DsljitLir.h1357 sljit_s32 current_flags);
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-2015567 * config/tc-s390.c (current_flags): New static variable.
573 Keep track of current_flags.
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-2015567 * config/tc-s390.c (current_flags): New static variable.
573 Keep track of current_flags.