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

  /src/external/gpl3/gcc/dist/gcc/
expmed.cc 5209 rtx abs_rem, abs_op1, tem, mask;
5224 abs_op1 = expand_abs (int_mode, op1, NULL_RTX, 1, 0);
5227 do_cmp_and_jump (tem, abs_op1, LTU, int_mode, label);
5196 rtx abs_rem, abs_op1, tem, mask; local
  /src/external/gpl3/gcc.old/dist/gcc/
expmed.cc 5193 rtx abs_rem, abs_op1, tem, mask;
5208 abs_op1 = expand_abs (int_mode, op1, NULL_RTX, 1, 0);
5211 do_cmp_and_jump (tem, abs_op1, LTU, int_mode, label);
5180 rtx abs_rem, abs_op1, tem, mask; local

Completed in 23 milliseconds