Home | History | Annotate | Download | only in arm64

Lines Matching refs:FP64

416   FP64                 = 0x00400000
1006 FCMP_d = FPCompareFixed | FP64 | 0x00000000,
1009 FCMP_d_zero = FPCompareFixed | FP64 | 0x00000008,
1012 FCMPE_d = FPCompareFixed | FP64 | 0x00000010,
1014 FCMPE_d_zero = FPCompareFixed | FP64 | 0x00000018
1023 FCCMP_d = FPConditionalCompareFixed | FP64 | 0x00000000,
1026 FCCMPE_d = FPConditionalCompareFixed | FP64 | 0x00000010,
1036 FCSEL_d = FPConditionalSelectFixed | FP64 | 0x00000000,
1046 FMOV_d_imm = FPImmediateFixed | FP64 | 0x00000000
1055 FMOV_d = FPDataProcessing1SourceFixed | FP64 | 0x00000000,
1058 FABS_d = FPDataProcessing1SourceFixed | FP64 | 0x00008000,
1061 FNEG_d = FPDataProcessing1SourceFixed | FP64 | 0x00010000,
1064 FSQRT_d = FPDataProcessing1SourceFixed | FP64 | 0x00018000,
1067 FCVT_sd = FPDataProcessing1SourceFixed | FP64 | 0x00020000,
1069 FRINTN_d = FPDataProcessing1SourceFixed | FP64 | 0x00040000,
1072 FRINTP_d = FPDataProcessing1SourceFixed | FP64 | 0x00048000,
1075 FRINTM_d = FPDataProcessing1SourceFixed | FP64 | 0x00050000,
1078 FRINTZ_d = FPDataProcessing1SourceFixed | FP64 | 0x00058000,
1081 FRINTA_d = FPDataProcessing1SourceFixed | FP64 | 0x00060000,
1084 FRINTX_d = FPDataProcessing1SourceFixed | FP64 | 0x00070000,
1087 FRINTI_d = FPDataProcessing1SourceFixed | FP64 | 0x00078000,
1098 FMUL_d = FMUL | FP64,
1101 FDIV_d = FDIV | FP64,
1104 FADD_d = FADD | FP64,
1107 FSUB_d = FSUB | FP64,
1110 FMAX_d = FMAX | FP64,
1113 FMIN_d = FMIN | FP64,
1116 FMAXNM_d = FMAXNM | FP64,
1119 FMINNM_d = FMINNM | FP64,
1122 FNMUL_d = FNMUL | FP64
1148 FCVTNS_wd = FCVTNS | FP64,
1149 FCVTNS_xd = FCVTNS | SixtyFourBits | FP64,
1153 FCVTNU_wd = FCVTNU | FP64,
1154 FCVTNU_xd = FCVTNU | SixtyFourBits | FP64,
1158 FCVTPS_wd = FCVTPS | FP64,
1159 FCVTPS_xd = FCVTPS | SixtyFourBits | FP64,
1163 FCVTPU_wd = FCVTPU | FP64,
1164 FCVTPU_xd = FCVTPU | SixtyFourBits | FP64,
1168 FCVTMS_wd = FCVTMS | FP64,
1169 FCVTMS_xd = FCVTMS | SixtyFourBits | FP64,
1173 FCVTMU_wd = FCVTMU | FP64,
1174 FCVTMU_xd = FCVTMU | SixtyFourBits | FP64,
1178 FCVTZS_wd = FCVTZS | FP64,
1179 FCVTZS_xd = FCVTZS | SixtyFourBits | FP64,
1183 FCVTZU_wd = FCVTZU | FP64,
1184 FCVTZU_xd = FCVTZU | SixtyFourBits | FP64,
1188 SCVTF_dw = SCVTF | FP64,
1189 SCVTF_dx = SCVTF | SixtyFourBits | FP64,
1193 UCVTF_dw = UCVTF | FP64,
1194 UCVTF_dx = UCVTF | SixtyFourBits | FP64,
1198 FCVTAS_wd = FCVTAS | FP64,
1199 FCVTAS_xd = FCVTAS | SixtyFourBits | FP64,
1203 FCVTAU_wd = FCVTAU | FP64,
1204 FCVTAU_xd = FCVTAU | SixtyFourBits | FP64,
1207 FMOV_xd = FMOV_ws | SixtyFourBits | FP64,
1208 FMOV_dx = FMOV_sw | SixtyFourBits | FP64
1219 FCVTZS_wd_fixed = FCVTZS_fixed | FP64,
1220 FCVTZS_xd_fixed = FCVTZS_fixed | SixtyFourBits | FP64,
1224 FCVTZU_wd_fixed = FCVTZU_fixed | FP64,
1225 FCVTZU_xd_fixed = FCVTZU_fixed | SixtyFourBits | FP64,
1229 SCVTF_dw_fixed = SCVTF_fixed | FP64,
1230 SCVTF_dx_fixed = SCVTF_fixed | SixtyFourBits | FP64,
1234 UCVTF_dw_fixed = UCVTF_fixed | FP64,
1235 UCVTF_dx_fixed = UCVTF_fixed | SixtyFourBits | FP64