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

  /src/external/gpl3/gcc/dist/gcc/config/sparc/
sparc.cc 2477 rtx cst, temp1, temp2, temp3, temp4, temp5;
2570 sllx %temp3, 32, %temp4
2571 or %temp4, %temp2, %temp5
2586 temp4 = op0;
2594 temp4 = gen_reg_rtx (DImode);
2601 emit_insn (gen_rtx_SET (temp4,
2603 emit_insn (gen_rtx_SET (temp5, gen_rtx_PLUS (DImode, temp4, temp2)));
2639 sllx %temp3, 32, %temp4
2640 or %temp4, %temp2, %temp5
2657 temp4 = op0
2474 rtx cst, temp1, temp2, temp3, temp4, temp5; local
2834 rtx temp4 = gen_reg_rtx (DImode); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/sparc/
sparc.cc 2485 rtx cst, temp1, temp2, temp3, temp4, temp5;
2578 sllx %temp3, 32, %temp4
2579 or %temp4, %temp2, %temp5
2594 temp4 = op0;
2602 temp4 = gen_reg_rtx (DImode);
2609 emit_insn (gen_rtx_SET (temp4,
2611 emit_insn (gen_rtx_SET (temp5, gen_rtx_PLUS (DImode, temp4, temp2)));
2647 sllx %temp3, 32, %temp4
2648 or %temp4, %temp2, %temp5
2665 temp4 = op0
2482 rtx cst, temp1, temp2, temp3, temp4, temp5; local
2842 rtx temp4 = gen_reg_rtx (DImode); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
expr.cc 507 rtx temp4
510 if (!temp4)
513 temp4, shift, NULL_RTX, 1);
505 rtx temp4 local
  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
spu.c 5426 rtx temp4 = gen_reg_rtx (V4SImode);
5442 emit_insn (gen_shufb (temp4, temp2, temp2, pat));
5443 emit_insn (gen_addv4si3 (temp4, sp, temp4));
5446 emit_move_insn (gen_frame_mem (V4SImode, stack_pointer_rtx), temp4);
5416 rtx temp4 = gen_reg_rtx (V4SImode); local
5436 emit_move_insn (gen_frame_mem (V4SImode, stack_pointer_rtx), temp4); local
  /src/external/public-domain/sqlite/dist/
sqlite3.c 175279 Expr *temp4 = sqlite3PExpr(pParse, TK_DOT, temp2, temp3); local
    [all...]

Completed in 113 milliseconds