Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-xtensa.c3436 PreconditionList *condition_l; local
3441 for (condition_l = rule->conditions;
3442 condition_l != NULL;
3443 condition_l = condition_l->next)
3447 Precondition *cond = condition_l->precond;
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-xtensa.c2773 PreconditionList *condition_l; in xg_instruction_matches_rule() local
2778 for (condition_l = rule->conditions; in xg_instruction_matches_rule()
2779 condition_l != NULL; in xg_instruction_matches_rule()
2780 condition_l = condition_l->next) in xg_instruction_matches_rule()
2784 Precondition *cond = condition_l->precond; in xg_instruction_matches_rule()