Searched refs:riscv_ext_order (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delfxx-riscv.c1361 static int riscv_ext_order[26] = {0}; variable
1363 /* Init the riscv_ext_order array. */
1376 riscv_ext_order[(*ext - 'a')] = order++;
1380 not through the riscv_ext_order. */
1397 int order1 = riscv_ext_order[(*subset1 - 'a')];
1398 int order2 = riscv_ext_order[(*subset2 - 'a')];
1418 order1 = riscv_ext_order[(*++subset1 - 'a')];
1419 order2 = riscv_ext_order[(*++subset2 - 'a')];
1707 if (riscv_ext_order[(subset[0] - 'a')] == 0)
1962 /* Init the riscv_ext_order arra
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delfxx-riscv.c1347 static int riscv_ext_order[26] = {0}; variable
1349 /* Init the riscv_ext_order array. */
1362 riscv_ext_order[(*ext - 'a')] = order++;
1366 not through the riscv_ext_order. */
1383 int order1 = riscv_ext_order[(*subset1 - 'a')];
1384 int order2 = riscv_ext_order[(*subset2 - 'a')];
1404 order1 = riscv_ext_order[(*++subset1 - 'a')];
1405 order2 = riscv_ext_order[(*++subset2 - 'a')];
1688 if (riscv_ext_order[(subset[0] - 'a')] == 0)
1950 /* Init the riscv_ext_order arra
[all...]
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delfxx-riscv.c1491 static int riscv_ext_order[26] = {0}; variable
1493 /* Init the riscv_ext_order array. */
1506 riscv_ext_order[(*ext - 'a')] = order++;
1510 not through the riscv_ext_order. */
1527 int order1 = riscv_ext_order[(*subset1 - 'a')];
1528 int order2 = riscv_ext_order[(*subset2 - 'a')];
1548 order1 = riscv_ext_order[(*++subset1 - 'a')];
1549 order2 = riscv_ext_order[(*++subset2 - 'a')];
1832 if (riscv_ext_order[(*subset - 'a')] == 0)
2069 /* Init the riscv_ext_order arra
[all...]

Completed in 117 milliseconds