Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Dsparc-dis.c255 unsigned long int match0 = op0->match, match1 = op1->match; in compare_opcodes() local
290 if (match1 & lose1) in compare_opcodes()
296 op1->name, match1, lose1); in compare_opcodes()
307 int x1 = (match1 & x) != 0; in compare_opcodes()