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

  /src/external/gpl3/gcc/dist/gcc/
expmed.cc 3823 tem = expand_and (mode, tem, op1, NULL_RTX);
3830 tem = expand_and (mode, tem, op0, NULL_RTX);
5501 expand_and (machine_mode mode, rtx op0, rtx op1, rtx target)
5606 op0 = expand_and (result_mode, op0, const1_rtx, subtarget);
5486 expand_and (machine_mode mode, rtx op0, rtx op1, rtx target) function
  /src/external/gpl3/gcc.old/dist/gcc/
expmed.cc 3807 tem = expand_and (mode, tem, op1, NULL_RTX);
3814 tem = expand_and (mode, tem, op0, NULL_RTX);
5485 expand_and (machine_mode mode, rtx op0, rtx op1, rtx target)
5590 op0 = expand_and (result_mode, op0, const1_rtx, subtarget);
5470 expand_and (machine_mode mode, rtx op0, rtx op1, rtx target) function

Completed in 39 milliseconds