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

  /src/external/gpl3/gcc/dist/gcc/
expmed.cc 6348 wide_int imm_modif;
6351 imm_modif = wi::add (imm_val, 1, sgn, &overflow);
6353 imm_modif = wi::sub (imm_val, 1, sgn, &overflow);
6363 rtx new_imm = immed_wide_int_const (imm_modif, mode);
6333 wide_int imm_modif; local
  /src/external/gpl3/gcc.old/dist/gcc/
expmed.cc 6331 wide_int imm_modif;
6334 imm_modif = wi::add (imm_val, 1, sgn, &overflow);
6336 imm_modif = wi::sub (imm_val, 1, sgn, &overflow);
6346 rtx new_imm = immed_wide_int_const (imm_modif, mode);
6316 wide_int imm_modif; local

Completed in 63 milliseconds