HomeSort by: relevance | last modified time | path
    Searched defs:opb1 (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
loop-iv.cc 1478 rtx op0, op1, opb0, opb1; local
1520 opb1 = XEXP (b, 1);
1528 if (mode != GET_MODE (opb1))
1541 std::swap (opb0, opb1);
1544 && rtx_equal_p (op1, opb1)
1557 && rtx_equal_p (op1, opb1))
1566 && opb1 == const0_rtx)
1568 && opb1 == const1_rtx))
1576 && opb1 == constm1_rtx
1592 && opb1 == const0_rt
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
loop-iv.cc 1494 rtx op0, op1, opb0, opb1; local
1536 opb1 = XEXP (b, 1);
1544 if (mode != GET_MODE (opb1))
1557 std::swap (opb0, opb1);
1560 && rtx_equal_p (op1, opb1)
1573 && rtx_equal_p (op1, opb1))
1582 && opb1 == const0_rtx)
1584 && opb1 == const1_rtx))
1592 && opb1 == constm1_rtx
1608 && opb1 == const0_rt
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
objcopy.c 3265 unsigned int opb1 = bfd_octets_per_byte (obfd, osections[i]);
3274 gap_start = bfd_section_lma (osections[i]) * opb1 + size;
3263 unsigned int opb1 = bfd_octets_per_byte (obfd, osections[i]); local
  /src/external/gpl3/binutils.old/dist/binutils/
objcopy.c 3260 unsigned int opb1 = bfd_octets_per_byte (obfd, osections[i]);
3269 gap_start = bfd_section_lma (osections[i]) * opb1 + size;
3258 unsigned int opb1 = bfd_octets_per_byte (obfd, osections[i]); local

Completed in 32 milliseconds