Searched refs:posn (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf32-m32c.c1432 int posn;
1574 posn = 2;
1578 if (srel->r_offset == irel->r_offset + posn
1585 gap = insn + posn + enctbl[e->new_encoding].bytes;
1591 posn += e->bytes;
1599 posn = 2;
1615 /* srel, posn, and enc must be set here. */
1621 if (srel->r_offset == irel->r_offset + posn
1628 gap = insn + posn + enctbl[e->new_encoding].bytes;
1705 posn
1426 int posn; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf32-m32c.c1432 int posn;
1574 posn = 2;
1578 if (srel->r_offset == irel->r_offset + posn
1585 gap = insn + posn + enctbl[e->new_encoding].bytes;
1591 posn += e->bytes;
1599 posn = 2;
1615 /* srel, posn, and enc must be set here. */
1621 if (srel->r_offset == irel->r_offset + posn
1628 gap = insn + posn + enctbl[e->new_encoding].bytes;
1705 posn
1426 int posn; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/mcore/
H A Dmcore.c1417 int posn = INTVAL (operands[2]);
1430 mask = ~(1 << posn);
1436 mask = 1 << posn;
1449 if (width == 8 && posn % 8 == 0)
1453 if (width == 16 && posn % 16 == 0)
1466 mreg = force_reg (SImode, GEN_INT (INTVAL (operands[3]) << posn));
1473 mreg = force_reg (SImode, GEN_INT (~(((1 << width) - 1) << posn)));
1493 if (width + posn != (int) GET_MODE_SIZE (SImode))
1501 if (posn != 0)
1503 gen_rtx_ASHIFT (SImode, sreg, GEN_INT (posn))));
1414 int posn = INTVAL (operands[2]); local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/mcore/
H A Dmcore.c1404 int posn = INTVAL (operands[2]);
1417 mask = ~(1 << posn);
1423 mask = 1 << posn;
1436 if (width == 8 && posn % 8 == 0)
1440 if (width == 16 && posn % 16 == 0)
1453 mreg = force_reg (SImode, GEN_INT (INTVAL (operands[3]) << posn));
1460 mreg = force_reg (SImode, GEN_INT (~(((1 << width) - 1) << posn)));
1480 if (width + posn != (int) GET_MODE_SIZE (SImode))
1488 if (posn != 0)
1490 gen_rtx_ASHIFT (SImode, sreg, GEN_INT (posn))));
1402 int posn = INTVAL (operands[2]); local
[all...]

Completed in 134 milliseconds