Home | History | Annotate | Download | only in sh

Lines Matching defs:this_jmp

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;
2664 output_asm_insn (".long %O2-%O0", &this_jmp.lab);
2667 output_asm_insn (far ? ".long %O2" : ".word %O2-%O0", &this_jmp.lab);