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

  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 5291 is_quarter_float (unsigned imm) function
5387 if (is_quarter_float (fpword) || (fpword & 0x7fffffff) == 0)
8564 if (type == NT_float && is_quarter_float (immlo) && immhi == 0)
8920 && is_quarter_float (inst.operands[1].imm)
8938 && is_quarter_float (double_to_single (v)))
20164 if (is_quarter_float (new_imm))
20166 if (is_quarter_float (inst.operands[1].imm))
20174 if (is_quarter_float (inst.operands[1].imm))
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 5290 is_quarter_float (unsigned imm) function
5386 if (is_quarter_float (fpword) || (fpword & 0x7fffffff) == 0)
8567 if (type == NT_float && is_quarter_float (immlo) && immhi == 0)
8923 && is_quarter_float (inst.operands[1].imm)
8941 && is_quarter_float (double_to_single (v)))
20167 if (is_quarter_float (new_imm))
20169 if (is_quarter_float (inst.operands[1].imm))
20177 if (is_quarter_float (inst.operands[1].imm))

Completed in 62 milliseconds