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

  /src/external/gpl3/gcc/dist/gcc/
expmed.cc 388 flip_storage_order (machine_mode mode, rtx x) function
401 real = flip_storage_order (GET_MODE_INNER (mode), real);
402 imag = flip_storage_order (GET_MODE_INNER (mode), imag);
808 sub = flip_storage_order (GET_MODE (op0), sub);
823 value = flip_storage_order (fieldmode, value);
838 value = flip_storage_order (fieldmode, value);
1149 value = flip_storage_order (int_mode, value);
1316 value = flip_storage_order (mode, value);
1329 mask = flip_storage_order (mode, mask);
1674 op0 = flip_storage_order (mode, op0)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
expmed.cc 387 flip_storage_order (machine_mode mode, rtx x) function
400 real = flip_storage_order (GET_MODE_INNER (mode), real);
401 imag = flip_storage_order (GET_MODE_INNER (mode), imag);
804 sub = flip_storage_order (GET_MODE (op0), sub);
818 value = flip_storage_order (fieldmode, value);
833 value = flip_storage_order (fieldmode, value);
1142 value = flip_storage_order (int_mode, value);
1309 value = flip_storage_order (mode, value);
1322 mask = flip_storage_order (mode, mask);
1666 op0 = flip_storage_order (mode, op0)
    [all...]

Completed in 14 milliseconds