Searched refs:l_a (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/config/arm/ |
| H A D | arm1136jfs.md | 63 (define_cpu_unit "l_a,l_dc1,l_dc2,l_wb" "arm1136jfs") ; Load/Store 288 "l_a+e_1,l_dc1,l_dc2,l_wb") 296 "l_a+e_1,l_dc1,l_dc2,l_wb") 301 "l_a+e_1,l_dc1,l_dc2,l_wb") 309 "l_a+e_1,l_dc1,l_dc2,l_wb") 314 "l_a+e_1,l_dc1,l_dc2,l_wb") 322 "l_a+e_1,l_dc1*2,l_dc2,l_wb") 327 "l_a+e_1,l_dc1*2,l_dc2,l_wb")
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-xtensa.c | 2866 ReqOptionList *l_a = a->options; in transition_rule_cmp() local 2872 while (l_a && l_b && ((l_a->next == NULL) == (l_b->next == NULL))) in transition_rule_cmp() 2874 ReqOrOptionList *l_or_a = l_a->or_option_terms; in transition_rule_cmp() 2876 while (l_or_a && l_or_b && ((l_a->next == NULL) == (l_b->next == NULL))) in transition_rule_cmp() 2908 l_a = l_a->next; in transition_rule_cmp() 2911 if (l_a || l_b) in transition_rule_cmp()
|