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

  /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch.cc 168 The worst accepted case for 64-bit constants is LU12I.W,LU32I.D,LU52I.D,ORI
169 or LU12I.W,LU32I.D,LU52I.D,ADDI.D DECL_ASSEMBLER_NAME. */
1524 bool lu32i[2] = {(value & LU32I_B) == 0, (value & LU32I_B) == LU32I_B}; local
1532 if (lu32i[sign31] && lu52i[sign31])
1536 else if (lu32i[sign31])
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.cc 168 The worst accepted case for 64-bit constants is LU12I.W,LU32I.D,LU52I.D,ORI
169 or LU12I.W,LU32I.D,LU52I.D,ADDI.D DECL_ASSEMBLER_NAME. */
1575 bool lu32i[2] = {(value & LU32I_B) == 0, (value & LU32I_B) == LU32I_B}; local
1587 if (lu32i[sign31] && lu52i[sign31])
1599 else if (lu32i[sign31])
3035 lu32i.d $rd, %le64_lo20(sym)

Completed in 35 milliseconds