Home
last modified time | relevance | path

Searched refs:scratch0 (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh.cc10797 rtx scratch0, scratch1, scratch2; in sh_output_mi_thunk() local
10832 scratch0 = scratch1 = scratch2 = gen_rtx_REG (Pmode, 0); in sh_output_mi_thunk()
10845 && (simple_add || scratch0 != scratch1) in sh_output_mi_thunk()
10848 emit_load_ptr (scratch0, this_value); in sh_output_mi_thunk()
10867 emit_load_ptr (scratch0, this_rtx); in sh_output_mi_thunk()
10869 offset_addr = plus_constant (Pmode, scratch0, vcall_offset); in sh_output_mi_thunk()
10872 else if (scratch0 != scratch1) in sh_output_mi_thunk()
10879 offset_addr = gen_rtx_PLUS (Pmode, scratch0, scratch1); in sh_output_mi_thunk()
10883 emit_insn (gen_add2_insn (scratch0, GEN_INT (vcall_offset))); in sh_output_mi_thunk()
10884 offset_addr = scratch0; in sh_output_mi_thunk()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Dsh.c10791 rtx scratch0, scratch1, scratch2; in sh_output_mi_thunk() local
10826 scratch0 = scratch1 = scratch2 = gen_rtx_REG (Pmode, 0); in sh_output_mi_thunk()
10839 && (simple_add || scratch0 != scratch1) in sh_output_mi_thunk()
10842 emit_load_ptr (scratch0, this_value); in sh_output_mi_thunk()
10861 emit_load_ptr (scratch0, this_rtx); in sh_output_mi_thunk()
10863 offset_addr = plus_constant (Pmode, scratch0, vcall_offset); in sh_output_mi_thunk()
10866 else if (scratch0 != scratch1) in sh_output_mi_thunk()
10873 offset_addr = gen_rtx_PLUS (Pmode, scratch0, scratch1); in sh_output_mi_thunk()
10877 emit_insn (gen_add2_insn (scratch0, GEN_INT (vcall_offset))); in sh_output_mi_thunk()
10878 offset_addr = scratch0; in sh_output_mi_thunk()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c8727 rtx scratch0, scratch1; in ix86_expand_sse_pcmpestr() local
8782 scratch0 = gen_reg_rtx (tmode0); in ix86_expand_sse_pcmpestr()
8784 pat = GEN_FCN (d->icode) (scratch0, target, op0, op1, op2, op3, op4); in ix86_expand_sse_pcmpestr()
8790 scratch0 = gen_reg_rtx (tmode0); in ix86_expand_sse_pcmpestr()
8793 pat = GEN_FCN (d->icode) (scratch0, scratch1, op0, op1, op2, op3, op4); in ix86_expand_sse_pcmpestr()
8830 rtx scratch0, scratch1; in ix86_expand_sse_pcmpistr() local
8877 scratch0 = gen_reg_rtx (tmode0); in ix86_expand_sse_pcmpistr()
8879 pat = GEN_FCN (d->icode) (scratch0, target, op0, op1, op2); in ix86_expand_sse_pcmpistr()
8885 scratch0 = gen_reg_rtx (tmode0); in ix86_expand_sse_pcmpistr()
8888 pat = GEN_FCN (d->icode) (scratch0, scratch1, op0, op1, op2); in ix86_expand_sse_pcmpistr()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc9955 rtx scratch0, scratch1; in ix86_expand_sse_pcmpestr() local
10010 scratch0 = gen_reg_rtx (tmode0); in ix86_expand_sse_pcmpestr()
10012 pat = GEN_FCN (d->icode) (scratch0, target, op0, op1, op2, op3, op4); in ix86_expand_sse_pcmpestr()
10018 scratch0 = gen_reg_rtx (tmode0); in ix86_expand_sse_pcmpestr()
10021 pat = GEN_FCN (d->icode) (scratch0, scratch1, op0, op1, op2, op3, op4); in ix86_expand_sse_pcmpestr()
10058 rtx scratch0, scratch1; in ix86_expand_sse_pcmpistr() local
10105 scratch0 = gen_reg_rtx (tmode0); in ix86_expand_sse_pcmpistr()
10107 pat = GEN_FCN (d->icode) (scratch0, target, op0, op1, op2); in ix86_expand_sse_pcmpistr()
10113 scratch0 = gen_reg_rtx (tmode0); in ix86_expand_sse_pcmpistr()
10116 pat = GEN_FCN (d->icode) (scratch0, scratch1, op0, op1, op2); in ix86_expand_sse_pcmpistr()