Searched refs:orexp (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | genattrtab.c | 926 rtx orexp, newexp; local 990 orexp = false_rtx; 995 orexp = insert_right_side (IOR, orexp, newexp, -2, -2); 998 return check_attr_test (orexp, is_const, lineno); 2005 rtx orexp; in expand_units() local 2043 orexp = false_rtx; in expand_units() 2051 orexp = insert_right_side (IOR, orexp, op->condexp, -2, -2); in expand_units() 2054 XVECEXP (readycost, 0, nvalues * 2) = orexp; in expand_units() 2059 orexp = op->condexp; in expand_units() 2062 XVECEXP (readycost, 0, nvalues * 2) = orexp; in expand_units() [all …]
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | genattrtab.c | 719 rtx orexp, newexp; in check_attr_test() local 790 orexp = false_rtx; in check_attr_test() 795 orexp = insert_right_side (IOR, orexp, newexp, -2, -2); in check_attr_test() 798 return check_attr_test (orexp, is_const, lineno); in check_attr_test() 1920 rtx orexp, andexp; in evaluate_eq_attr() local 1968 orexp = false_rtx; in evaluate_eq_attr() 1984 orexp = insert_right_side (IOR, orexp, right, in evaluate_eq_attr() 1998 newexp = insert_right_side (IOR, orexp, right, insn_code, insn_index); in evaluate_eq_attr()
|