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

  /src/external/gpl3/gcc/dist/gcc/config/sh/
sh.cc 2583 struct { rtx lab, reg, op; } this_jmp;
2590 this_jmp.lab = gen_label_rtx ();
2625 this_jmp.reg = SET_DEST (XVECEXP (PATTERN (prev), 0, 0));
2626 if (REGNO (this_jmp.reg) == R0_REG && flag_pic && ! TARGET_SH2)
2633 output_asm_insn (jump, &this_jmp.lab);
2645 this_jmp.reg = gen_rtx_REG (SImode, 13);
2647 output_asm_insn (jump, &this_jmp.lab);
2658 (*targetm.asm_out.internal_label) (asm_out_file, "L", CODE_LABEL_NUMBER (this_jmp.lab));
2659 this_jmp.op = op;
2663 this_jmp.lab = braf_base_lab
2577 struct { rtx lab, reg, op; } this_jmp; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh.cc 2583 struct { rtx lab, reg, op; } this_jmp;
2590 this_jmp.lab = gen_label_rtx ();
2625 this_jmp.reg = SET_DEST (XVECEXP (PATTERN (prev), 0, 0));
2626 if (REGNO (this_jmp.reg) == R0_REG && flag_pic && ! TARGET_SH2)
2633 output_asm_insn (jump, &this_jmp.lab);
2645 this_jmp.reg = gen_rtx_REG (SImode, 13);
2647 output_asm_insn (jump, &this_jmp.lab);
2658 (*targetm.asm_out.internal_label) (asm_out_file, "L", CODE_LABEL_NUMBER (this_jmp.lab));
2659 this_jmp.op = op;
2663 this_jmp.lab = braf_base_lab
2577 struct { rtx lab, reg, op; } this_jmp; local
    [all...]

Completed in 34 milliseconds