• Home
  • Raw
  • Download

Lines Matching refs:FP64

306   FP64                 = 0x00400000  enumerator
888 FCMP_d = FPCompareFixed | FP64 | 0x00000000,
891 FCMP_d_zero = FPCompareFixed | FP64 | 0x00000008,
894 FCMPE_d = FPCompareFixed | FP64 | 0x00000010,
896 FCMPE_d_zero = FPCompareFixed | FP64 | 0x00000018
905 FCCMP_d = FPConditionalCompareFixed | FP64 | 0x00000000,
908 FCCMPE_d = FPConditionalCompareFixed | FP64 | 0x00000010,
918 FCSEL_d = FPConditionalSelectFixed | FP64 | 0x00000000,
928 FMOV_d_imm = FPImmediateFixed | FP64 | 0x00000000
937 FMOV_d = FPDataProcessing1SourceFixed | FP64 | 0x00000000,
940 FABS_d = FPDataProcessing1SourceFixed | FP64 | 0x00008000,
943 FNEG_d = FPDataProcessing1SourceFixed | FP64 | 0x00010000,
946 FSQRT_d = FPDataProcessing1SourceFixed | FP64 | 0x00018000,
949 FCVT_sd = FPDataProcessing1SourceFixed | FP64 | 0x00020000,
951 FRINTN_d = FPDataProcessing1SourceFixed | FP64 | 0x00040000,
954 FRINTP_d = FPDataProcessing1SourceFixed | FP64 | 0x00048000,
957 FRINTM_d = FPDataProcessing1SourceFixed | FP64 | 0x00050000,
960 FRINTZ_d = FPDataProcessing1SourceFixed | FP64 | 0x00058000,
963 FRINTA_d = FPDataProcessing1SourceFixed | FP64 | 0x00060000,
966 FRINTX_d = FPDataProcessing1SourceFixed | FP64 | 0x00070000,
969 FRINTI_d = FPDataProcessing1SourceFixed | FP64 | 0x00078000,
980 FMUL_d = FMUL | FP64,
983 FDIV_d = FDIV | FP64,
986 FADD_d = FADD | FP64,
989 FSUB_d = FSUB | FP64,
992 FMAX_d = FMAX | FP64,
995 FMIN_d = FMIN | FP64,
998 FMAXNM_d = FMAXNM | FP64,
1001 FMINNM_d = FMINNM | FP64,
1004 FNMUL_d = FNMUL | FP64
1030 FCVTNS_wd = FCVTNS | FP64,
1031 FCVTNS_xd = FCVTNS | SixtyFourBits | FP64,
1035 FCVTNU_wd = FCVTNU | FP64,
1036 FCVTNU_xd = FCVTNU | SixtyFourBits | FP64,
1040 FCVTPS_wd = FCVTPS | FP64,
1041 FCVTPS_xd = FCVTPS | SixtyFourBits | FP64,
1045 FCVTPU_wd = FCVTPU | FP64,
1046 FCVTPU_xd = FCVTPU | SixtyFourBits | FP64,
1050 FCVTMS_wd = FCVTMS | FP64,
1051 FCVTMS_xd = FCVTMS | SixtyFourBits | FP64,
1055 FCVTMU_wd = FCVTMU | FP64,
1056 FCVTMU_xd = FCVTMU | SixtyFourBits | FP64,
1060 FCVTZS_wd = FCVTZS | FP64,
1061 FCVTZS_xd = FCVTZS | SixtyFourBits | FP64,
1065 FCVTZU_wd = FCVTZU | FP64,
1066 FCVTZU_xd = FCVTZU | SixtyFourBits | FP64,
1070 SCVTF_dw = SCVTF | FP64,
1071 SCVTF_dx = SCVTF | SixtyFourBits | FP64,
1075 UCVTF_dw = UCVTF | FP64,
1076 UCVTF_dx = UCVTF | SixtyFourBits | FP64,
1080 FCVTAS_wd = FCVTAS | FP64,
1081 FCVTAS_xd = FCVTAS | SixtyFourBits | FP64,
1085 FCVTAU_wd = FCVTAU | FP64,
1086 FCVTAU_xd = FCVTAU | SixtyFourBits | FP64,
1089 FMOV_xd = FMOV_ws | SixtyFourBits | FP64,
1090 FMOV_dx = FMOV_sw | SixtyFourBits | FP64
1101 FCVTZS_wd_fixed = FCVTZS_fixed | FP64,
1102 FCVTZS_xd_fixed = FCVTZS_fixed | SixtyFourBits | FP64,
1106 FCVTZU_wd_fixed = FCVTZU_fixed | FP64,
1107 FCVTZU_xd_fixed = FCVTZU_fixed | SixtyFourBits | FP64,
1111 SCVTF_dw_fixed = SCVTF_fixed | FP64,
1112 SCVTF_dx_fixed = SCVTF_fixed | SixtyFourBits | FP64,
1116 UCVTF_dw_fixed = UCVTF_fixed | FP64,
1117 UCVTF_dx_fixed = UCVTF_fixed | SixtyFourBits | FP64