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

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
powerpc-tar.c 20 void * target1 = &&target1_l; local
22 asm volatile ("mtspr 815,%0" : : "r" (target1) : );
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
powerpc-tar.c 20 void * target1 = &&target1_l; local
22 asm volatile ("mtspr 815,%0" : : "r" (target1) : );
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr.cc 920 rtx target1 = JUMP_LABEL (insn1);
927 LABEL_NUSES (target1) == 1
919 rtx target1 = JUMP_LABEL (insn1); local
  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr.cc 960 rtx target1 = JUMP_LABEL (insn1);
967 LABEL_NUSES (target1) == 1
959 rtx target1 = JUMP_LABEL (insn1); local
  /src/external/gpl3/gcc.old/dist/gcc/
builtins.cc 2521 rtx op0, op1, op2, target1, target2;
2543 target1 = gen_reg_rtx (mode);
2554 /* Compute into target1 and target2.
2556 result = expand_twoval_unop (sincos_optab, op0, target2, target1, 0);
2559 /* Move target1 and target2 to the memory locations indicated
2561 emit_move_insn (op1, target1);
2520 rtx op0, op1, op2, target1, target2; local
  /src/external/gpl3/gcc/dist/gcc/
builtins.cc 2549 rtx op0, op1, op2, target1, target2;
2571 target1 = gen_reg_rtx (mode);
2582 /* Compute into target1 and target2.
2584 result = expand_twoval_unop (sincos_optab, op0, target2, target1, 0);
2587 /* Move target1 and target2 to the memory locations indicated
2589 emit_move_insn (op1, target1);
2548 rtx op0, op1, op2, target1, target2; local
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-expand.cc 23127 rtx rperm[128], vperm, target0, target1; local
23180 target1 = gen_reg_rtx (V64QImode);
23181 emit_insn (gen_avx512bw_pshufbv64qi3 (target1, ds[1].target, vperm));
23183 emit_insn (gen_iorv64qi3 (d->target, target0, target1));
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-expand.cc 21686 rtx rperm[128], vperm, target0, target1; local
21739 target1 = gen_reg_rtx (V64QImode);
21740 emit_insn (gen_avx512bw_pshufbv64qi3 (target1, ds[1].target, vperm));
21742 emit_insn (gen_iorv64qi3 (d->target, target0, target1));

Completed in 85 milliseconds