Searched refs:condexp (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/gcc/ |
| D | genattrtab.c | 1039 rtx condexp; in convert_set_attr_alternative() local 1052 condexp = rtx_alloc (COND); in convert_set_attr_alternative() 1053 XVEC (condexp, 0) = rtvec_alloc ((num_alt - 1) * 2); in convert_set_attr_alternative() 1060 XVECEXP (condexp, 0, 2 * i) = attr_eq (alternative_name, p); in convert_set_attr_alternative() 1061 XVECEXP (condexp, 0, 2 * i + 1) = XVECEXP (exp, 1, i); in convert_set_attr_alternative() 1064 XEXP (condexp, 1) = XVECEXP (exp, 1, i); in convert_set_attr_alternative() 1066 return attr_rtx (SET, attr_rtx (ATTR, XSTR (exp, 0)), condexp); in convert_set_attr_alternative() 1321 rtx condexp; in expand_delays() local 1328 condexp = rtx_alloc (COND); in expand_delays() 1329 XVEC (condexp, 0) = rtvec_alloc (num_delays * 2); in expand_delays() [all …]
|
| D | genautomata.c | 452 rtx condexp; member 1717 DECL_INSN_RESERV (decl)->condexp = XEXP (def, 2); in gen_insn_reserv() 8554 DECL_INSN_RESERV (decl)->condexp); in output_description()
|
| D | ChangeLog-2006 | 14055 (process_decls): Don't validate condexp for dm_insn_reserv decls.
|