Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgenattrtab.c2193 rtx caseexp; in expand_units() local
2199 caseexp = rtx_alloc (COND); in expand_units()
2200 XVEC (caseexp, 0) = rtvec_alloc ((unit->num_opclasses - 1) * 2); in expand_units()
2209 XEXP (caseexp, 1) = make_numeric_value (op->num); in expand_units()
2213 XVECEXP (caseexp, 0, op->num * 2) = op->condexp; in expand_units()
2214 XVECEXP (caseexp, 0, op->num * 2 + 1) in expand_units()
2222 make_internal_attr (str, caseexp, 1); in expand_units()