Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/opcodes/
Dsparc-dis.c806 unsigned long int match0 = op0->match, match1 = op1->match; local
830 if (match0 & lose0)
836 op0->name, match0, lose0);
857 int x0 = (match0 & x) != 0;
/openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/
Dsparc-dis.c251 unsigned long int match0 = op0->match, match1 = op1->match; in compare_opcodes() local
275 if (match0 & lose0) in compare_opcodes()
281 op0->name, match0, lose0); in compare_opcodes()
302 int x0 = (match0 & x) != 0; in compare_opcodes()