Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/sh/
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/dist/gcc/config/i386/
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()