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

  /src/external/gpl3/gcc/dist/gcc/config/nds32/
nds32-md-auxiliary.cc 298 rtx new_shift_amout = gen_int_mode(INTVAL (shiftamount) - 32, SImode); local
303 new_shift_amout));
309 new_shift_amout));
319 rtx new_shift_amout, select_reg; local
324 new_shift_amout = gen_reg_rtx (SImode);
343 emit_insn (gen_andsi3 (new_shift_amout, shiftamount, GEN_INT (0x1f)));
345 new_shift_amout));
363 emit_insn (gen_andsi3 (new_shift_amout, shiftamount, GEN_INT (0x1f)));
365 new_shift_amout));
3283 rtx new_shift_amout = gen_int_mode(INTVAL (shiftamount) - 32, SImode) local
3295 rtx new_shift_amout, select_reg; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/nds32/
nds32-md-auxiliary.cc 298 rtx new_shift_amout = gen_int_mode(INTVAL (shiftamount) - 32, SImode); local
303 new_shift_amout));
309 new_shift_amout));
319 rtx new_shift_amout, select_reg; local
324 new_shift_amout = gen_reg_rtx (SImode);
343 emit_insn (gen_andsi3 (new_shift_amout, shiftamount, GEN_INT (0x1f)));
345 new_shift_amout));
363 emit_insn (gen_andsi3 (new_shift_amout, shiftamount, GEN_INT (0x1f)));
365 new_shift_amout));
3283 rtx new_shift_amout = gen_int_mode(INTVAL (shiftamount) - 32, SImode) local
3295 rtx new_shift_amout, select_reg; local
    [all...]

Completed in 19 milliseconds