Lines Matching defs:FP16

593   FP16                 = 0x00C00000,
613 NEON_FP_4H = FP16,
615 NEON_FP_8H = FP16 | NEON_Q,
1514 FCMP_h = FPCompareFixed | FP16 | 0x00000000,
1518 FCMP_h_zero = FPCompareFixed | FP16 | 0x00000008,
1522 FCMPE_h = FPCompareFixed | FP16 | 0x00000010,
1526 FCMPE_h_zero = FPCompareFixed | FP16 | 0x00000018,
1537 FCCMP_h = FPConditionalCompareFixed | FP16 | 0x00000000,
1541 FCCMPE_h = FPConditionalCompareFixed | FP16 | 0x00000010,
1552 FCSEL_h = FPConditionalSelectFixed | FP16 | 0x00000000,
1563 FMOV_h_imm = FPImmediateFixed | FP16 | 0x00000000,
1573 FMOV_h = FPDataProcessing1SourceFixed | FP16 | 0x00000000,
1577 FABS_h = FPDataProcessing1SourceFixed | FP16 | 0x00008000,
1581 FNEG_h = FPDataProcessing1SourceFixed | FP16 | 0x00010000,
1585 FSQRT_h = FPDataProcessing1SourceFixed | FP16 | 0x00018000,
1607 FRINTN_h = FPDataProcessing1SourceFixed | FP16 | 0x00040000,
1611 FRINTP_h = FPDataProcessing1SourceFixed | FP16 | 0x00048000,
1615 FRINTM_h = FPDataProcessing1SourceFixed | FP16 | 0x00050000,
1619 FRINTZ_h = FPDataProcessing1SourceFixed | FP16 | 0x00058000,
1623 FRINTA_h = FPDataProcessing1SourceFixed | FP16 | 0x00060000,
1627 FRINTX_h = FPDataProcessing1SourceFixed | FP16 | 0x00070000,
1631 FRINTI_h = FPDataProcessing1SourceFixed | FP16 | 0x00078000,
1643 FMUL_h = FMUL | FP16,
1647 FDIV_h = FDIV | FP16,
1651 FADD_h = FADD | FP16,
1655 FSUB_h = FSUB | FP16,
1659 FMAX_h = FMAX | FP16,
1663 FMIN_h = FMIN | FP16,
1667 FMAXNM_h = FMAXNM | FP16,
1671 FMINNM_h = FMINNM | FP16,
1675 FNMUL_h = FNMUL | FP16,
1705 FCVTNS_wh = FCVTNS | FP16,
1706 FCVTNS_xh = FCVTNS | SixtyFourBits | FP16,
1712 FCVTNU_wh = FCVTNU | FP16,
1713 FCVTNU_xh = FCVTNU | SixtyFourBits | FP16,
1719 FCVTPS_wh = FCVTPS | FP16,
1720 FCVTPS_xh = FCVTPS | SixtyFourBits | FP16,
1726 FCVTPU_wh = FCVTPU | FP16,
1727 FCVTPU_xh = FCVTPU | SixtyFourBits | FP16,
1733 FCVTMS_wh = FCVTMS | FP16,
1734 FCVTMS_xh = FCVTMS | SixtyFourBits | FP16,
1740 FCVTMU_wh = FCVTMU | FP16,
1741 FCVTMU_xh = FCVTMU | SixtyFourBits | FP16,
1747 FCVTZS_wh = FCVTZS | FP16,
1748 FCVTZS_xh = FCVTZS | SixtyFourBits | FP16,
1754 FCVTZU_wh = FCVTZU | FP16,
1755 FCVTZU_xh = FCVTZU | SixtyFourBits | FP16,
1761 SCVTF_hw = SCVTF | FP16,
1762 SCVTF_hx = SCVTF | SixtyFourBits | FP16,
1768 UCVTF_hw = UCVTF | FP16,
1769 UCVTF_hx = UCVTF | SixtyFourBits | FP16,
1775 FCVTAS_wh = FCVTAS | FP16,
1776 FCVTAS_xh = FCVTAS | SixtyFourBits | FP16,
1782 FCVTAU_wh = FCVTAU | FP16,
1783 FCVTAU_xh = FCVTAU | SixtyFourBits | FP16,
1788 FMOV_wh = FPIntegerConvertFixed | 0x00060000 | FP16,
1789 FMOV_hw = FPIntegerConvertFixed | 0x00070000 | FP16,
1807 FCVTZS_wh_fixed = FCVTZS_fixed | FP16,
1808 FCVTZS_xh_fixed = FCVTZS_fixed | SixtyFourBits | FP16,
1814 FCVTZU_wh_fixed = FCVTZU_fixed | FP16,
1815 FCVTZU_xh_fixed = FCVTZU_fixed | SixtyFourBits | FP16,
1821 SCVTF_hw_fixed = SCVTF_fixed | FP16,
1822 SCVTF_hx_fixed = SCVTF_fixed | SixtyFourBits | FP16,
1828 UCVTF_hw_fixed = UCVTF_fixed | FP16,
1829 UCVTF_hx_fixed = UCVTF_fixed | SixtyFourBits | FP16,
1940 // NEON instructions with two register operands (FP16).
2613 // NEON instructions with two register operands (FP16).
2683 // NEON scalar FP16 instructions with three same-type operands.