Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dsparc-dis.c280 unsigned long int match0 = op0->match, match1 = op1->match; in compare_opcodes() local
314 if (match1 & lose1) in compare_opcodes()
319 op1->name, match1, lose1); in compare_opcodes()
330 int x1 = (match1 & x) != 0; in compare_opcodes()
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dsparc-dis.c280 unsigned long int match0 = op0->match, match1 = op1->match; in compare_opcodes() local
314 if (match1 & lose1) in compare_opcodes()
319 op1->name, match1, lose1); in compare_opcodes()
330 int x1 = (match1 & x) != 0; in compare_opcodes()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-alias.cc1027 aliasing_matching_component_refs_p (tree match1, tree ref1, in aliasing_matching_component_refs_p() argument
1040 get_ref_base_and_extent (match1, &offadj, &sztmp, &msztmp, &reverse); in aliasing_matching_component_refs_p()
1049 int cmp = nonoverlapping_refs_since_match_p (match1, ref1, match2, ref2, in aliasing_matching_component_refs_p()
1569 nonoverlapping_refs_since_match_p (tree match1, tree ref1, in nonoverlapping_refs_since_match_p() argument
1581 if (match1 == ref1 || !handled_component_p (ref1) in nonoverlapping_refs_since_match_p()
1589 while (handled_component_p (ref1) && ref1 != match1) in nonoverlapping_refs_since_match_p()
1618 bool mem_ref1 = TREE_CODE (ref1) == MEM_REF && ref1 != match1; in nonoverlapping_refs_since_match_p()
/netbsd/src/usr.sbin/acpitools/aml/
Daml_parse.c1278 int match1, match2, i, pkgval, start; in aml_parse_termobj() local
1873 match1 = *env->dp; in aml_parse_termobj()
1896 if (MATCHOP(match1, pkgval, num1) && in aml_parse_termobj()