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

  /src/external/gpl3/gcc/dist/gcc/config/sh/
sh-mem.cc 368 rtx lenw = gen_reg_rtx (SImode); local
403 emit_insn (gen_lshrsi3 (lenw, len, GEN_INT (2)));
430 emit_insn (gen_dect (lenw, lenw));
433 emit_insn (gen_addsi3 (lenw, lenw, GEN_INT (-1)));
434 emit_insn (gen_tstsi_t (lenw, lenw));
693 rtx lenw = gen_reg_rtx (SImode); local
703 emit_insn (gen_lshrsi3 (lenw, len, GEN_INT (2)))
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh-mem.cc 368 rtx lenw = gen_reg_rtx (SImode); local
403 emit_insn (gen_lshrsi3 (lenw, len, GEN_INT (2)));
430 emit_insn (gen_dect (lenw, lenw));
433 emit_insn (gen_addsi3 (lenw, lenw, GEN_INT (-1)));
434 emit_insn (gen_tstsi_t (lenw, lenw));
693 rtx lenw = gen_reg_rtx (SImode); local
703 emit_insn (gen_lshrsi3 (lenw, len, GEN_INT (2)))
    [all...]

Completed in 15 milliseconds