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

  /src/external/gpl3/gcc/dist/gcc/config/pdp11/
pdp11.cc 638 rtx adjops[2];
644 adjops[1] = gen_rtx_CONST_INT (HImode, words * 2);
654 adjops[0] = XEXP (XEXP (operands[0], 0), 0);
655 output_asm_insn ("sub\t%1,%0", adjops);
659 adjops[0] = XEXP (XEXP (operands[1], 0), 0);
660 output_asm_insn ("sub\t%1,%0", adjops);
670 adjops[0] = XEXP (XEXP (operands[0], 0), 0);
671 output_asm_insn ("add\t%1,%0", adjops);
675 adjops[0] = XEXP (XEXP (operands[1], 0), 0);
676 output_asm_insn ("add\t%1,%0", adjops);
635 rtx adjops[2]; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/pdp11/
pdp11.cc 638 rtx adjops[2];
644 adjops[1] = gen_rtx_CONST_INT (HImode, words * 2);
654 adjops[0] = XEXP (XEXP (operands[0], 0), 0);
655 output_asm_insn ("sub\t%1,%0", adjops);
659 adjops[0] = XEXP (XEXP (operands[1], 0), 0);
660 output_asm_insn ("sub\t%1,%0", adjops);
670 adjops[0] = XEXP (XEXP (operands[0], 0), 0);
671 output_asm_insn ("add\t%1,%0", adjops);
675 adjops[0] = XEXP (XEXP (operands[1], 0), 0);
676 output_asm_insn ("add\t%1,%0", adjops);
635 rtx adjops[2]; local
    [all...]

Completed in 14 milliseconds