Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Drecog.c2350 struct funny_match struct
2364 struct funny_match funny_match[MAX_RECOG_OPERANDS]; local
2479 funny_match[funny_match_index].this = opno;
2480 funny_match[funny_match_index++].other = match;
2707 recog_data.operand[funny_match[funny_match_index].other]
2708 = recog_data.operand[funny_match[funny_match_index].this];
/openbsd/src/gnu/gcc/gcc/
Drecog.c2266 struct funny_match struct
2279 struct funny_match funny_match[MAX_RECOG_OPERANDS]; in constrain_operands() argument
2407 funny_match[funny_match_index].this = opno; in constrain_operands()
2408 funny_match[funny_match_index++].other = match; in constrain_operands()
2639 recog_data.operand[funny_match[funny_match_index].other] in constrain_operands()
2640 = recog_data.operand[funny_match[funny_match_index].this]; in constrain_operands()