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

  /src/external/gpl3/gcc/dist/gcc/config/csky/
csky.cc 3308 rtx addends[2], op; local
3310 addends[0] = XEXP (addr, 0);
3311 addends[1] = XEXP (addr, 1);
3313 if (GET_CODE (addends[0]) == LABEL_REF && CONST_INT_P (addends[1]))
3315 out->label = addends[0];
3316 out->disp = addends[1];
3320 if (!REG_P (addends[0]))
3321 std::swap (addends[0], addends[1])
    [all...]
csky.cc 3308 rtx addends[2], op; local
3310 addends[0] = XEXP (addr, 0);
3311 addends[1] = XEXP (addr, 1);
3313 if (GET_CODE (addends[0]) == LABEL_REF && CONST_INT_P (addends[1]))
3315 out->label = addends[0];
3316 out->disp = addends[1];
3320 if (!REG_P (addends[0]))
3321 std::swap (addends[0], addends[1])
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/csky/
csky.cc 3301 rtx addends[2], op; local
3303 addends[0] = XEXP (addr, 0);
3304 addends[1] = XEXP (addr, 1);
3306 if (GET_CODE (addends[0]) == LABEL_REF && CONST_INT_P (addends[1]))
3308 out->label = addends[0];
3309 out->disp = addends[1];
3313 if (!REG_P (addends[0]))
3314 std::swap (addends[0], addends[1])
    [all...]
csky.cc 3301 rtx addends[2], op; local
3303 addends[0] = XEXP (addr, 0);
3304 addends[1] = XEXP (addr, 1);
3306 if (GET_CODE (addends[0]) == LABEL_REF && CONST_INT_P (addends[1]))
3308 out->label = addends[0];
3309 out->disp = addends[1];
3313 if (!REG_P (addends[0]))
3314 std::swap (addends[0], addends[1])
    [all...]

Completed in 53 milliseconds