Home | History | Annotate | Download | only in arm64

Lines Matching defs:FP64

414   FP64                 = 0x00400000
1004 FCMP_d = FPCompareFixed | FP64 | 0x00000000,
1007 FCMP_d_zero = FPCompareFixed | FP64 | 0x00000008,
1010 FCMPE_d = FPCompareFixed | FP64 | 0x00000010,
1012 FCMPE_d_zero = FPCompareFixed | FP64 | 0x00000018
1021 FCCMP_d = FPConditionalCompareFixed | FP64 | 0x00000000,
1024 FCCMPE_d = FPConditionalCompareFixed | FP64 | 0x00000010,
1034 FCSEL_d = FPConditionalSelectFixed | FP64 | 0x00000000,
1044 FMOV_d_imm = FPImmediateFixed | FP64 | 0x00000000
1053 FMOV_d = FPDataProcessing1SourceFixed | FP64 | 0x00000000,
1056 FABS_d = FPDataProcessing1SourceFixed | FP64 | 0x00008000,
1059 FNEG_d = FPDataProcessing1SourceFixed | FP64 | 0x00010000,
1062 FSQRT_d = FPDataProcessing1SourceFixed | FP64 | 0x00018000,
1065 FCVT_sd = FPDataProcessing1SourceFixed | FP64 | 0x00020000,
1067 FRINTN_d = FPDataProcessing1SourceFixed | FP64 | 0x00040000,
1070 FRINTP_d = FPDataProcessing1SourceFixed | FP64 | 0x00048000,
1073 FRINTM_d = FPDataProcessing1SourceFixed | FP64 | 0x00050000,
1076 FRINTZ_d = FPDataProcessing1SourceFixed | FP64 | 0x00058000,
1079 FRINTA_d = FPDataProcessing1SourceFixed | FP64 | 0x00060000,
1082 FRINTX_d = FPDataProcessing1SourceFixed | FP64 | 0x00070000,
1085 FRINTI_d = FPDataProcessing1SourceFixed | FP64 | 0x00078000,
1096 FMUL_d = FMUL | FP64,
1099 FDIV_d = FDIV | FP64,
1102 FADD_d = FADD | FP64,
1105 FSUB_d = FSUB | FP64,
1108 FMAX_d = FMAX | FP64,
1111 FMIN_d = FMIN | FP64,
1114 FMAXNM_d = FMAXNM | FP64,
1117 FMINNM_d = FMINNM | FP64,
1120 FNMUL_d = FNMUL | FP64
1146 FCVTNS_wd = FCVTNS | FP64,
1147 FCVTNS_xd = FCVTNS | SixtyFourBits | FP64,
1151 FCVTNU_wd = FCVTNU | FP64,
1152 FCVTNU_xd = FCVTNU | SixtyFourBits | FP64,
1156 FCVTPS_wd = FCVTPS | FP64,
1157 FCVTPS_xd = FCVTPS | SixtyFourBits | FP64,
1161 FCVTPU_wd = FCVTPU | FP64,
1162 FCVTPU_xd = FCVTPU | SixtyFourBits | FP64,
1166 FCVTMS_wd = FCVTMS | FP64,
1167 FCVTMS_xd = FCVTMS | SixtyFourBits | FP64,
1171 FCVTMU_wd = FCVTMU | FP64,
1172 FCVTMU_xd = FCVTMU | SixtyFourBits | FP64,
1176 FCVTZS_wd = FCVTZS | FP64,
1177 FCVTZS_xd = FCVTZS | SixtyFourBits | FP64,
1181 FCVTZU_wd = FCVTZU | FP64,
1182 FCVTZU_xd = FCVTZU | SixtyFourBits | FP64,
1186 SCVTF_dw = SCVTF | FP64,
1187 SCVTF_dx = SCVTF | SixtyFourBits | FP64,
1191 UCVTF_dw = UCVTF | FP64,
1192 UCVTF_dx = UCVTF | SixtyFourBits | FP64,
1196 FCVTAS_wd = FCVTAS | FP64,
1197 FCVTAS_xd = FCVTAS | SixtyFourBits | FP64,
1201 FCVTAU_wd = FCVTAU | FP64,
1202 FCVTAU_xd = FCVTAU | SixtyFourBits | FP64,
1205 FMOV_xd = FMOV_ws | SixtyFourBits | FP64,
1206 FMOV_dx = FMOV_sw | SixtyFourBits | FP64
1217 FCVTZS_wd_fixed = FCVTZS_fixed | FP64,
1218 FCVTZS_xd_fixed = FCVTZS_fixed | SixtyFourBits | FP64,
1222 FCVTZU_wd_fixed = FCVTZU_fixed | FP64,
1223 FCVTZU_xd_fixed = FCVTZU_fixed | SixtyFourBits | FP64,
1227 SCVTF_dw_fixed = SCVTF_fixed | FP64,
1228 SCVTF_dx_fixed = SCVTF_fixed | SixtyFourBits | FP64,
1232 UCVTF_dw_fixed = UCVTF_fixed | FP64,
1233 UCVTF_dx_fixed = UCVTF_fixed | SixtyFourBits | FP64