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

  /src/external/gpl3/gcc/dist/gcc/config/sparc/
sparc.cc 2477 rtx cst, temp1, temp2, temp3, temp4, temp5;
2571 or %temp4, %temp2, %temp5
2572 or %temp5, %lo(symbol), %reg */
2587 temp5 = op0;
2595 temp5 = gen_reg_rtx (DImode);
2603 emit_insn (gen_rtx_SET (temp5, gen_rtx_PLUS (DImode, temp4, temp2)));
2604 emit_insn (gen_setlo (op0, temp5, op1));
2640 or %temp4, %temp2, %temp5
2641 or %temp5, %lo(symbol), %reg */
2658 temp5 = op0
2474 rtx cst, temp1, temp2, temp3, temp4, temp5; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/sparc/
sparc.cc 2485 rtx cst, temp1, temp2, temp3, temp4, temp5;
2579 or %temp4, %temp2, %temp5
2580 or %temp5, %lo(symbol), %reg */
2595 temp5 = op0;
2603 temp5 = gen_reg_rtx (DImode);
2611 emit_insn (gen_rtx_SET (temp5, gen_rtx_PLUS (DImode, temp4, temp2)));
2612 emit_insn (gen_setlo (op0, temp5, op1));
2648 or %temp4, %temp2, %temp5
2649 or %temp5, %lo(symbol), %reg */
2666 temp5 = op0
2482 rtx cst, temp1, temp2, temp3, temp4, temp5; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
expr.cc 512 rtx temp5 = maybe_expand_shift (RSHIFT_EXPR, fromi_mode,
514 if (!temp5)
516 rtx temp6 = lowpart_subreg (toi_mode, temp5, fromi_mode);
510 rtx temp5 = maybe_expand_shift (RSHIFT_EXPR, fromi_mode, local

Completed in 55 milliseconds