Searched refs:FPDataProcessing3SourceFixed (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/arm64/
H A Dconstants-arm64.h1133 FPDataProcessing3SourceFixed = 0x1F000000, enumerator in enum:v8::internal::FPDataProcessing3SourceOp
1136 FMADD_s = FPDataProcessing3SourceFixed | 0x00000000,
1137 FMSUB_s = FPDataProcessing3SourceFixed | 0x00008000,
1138 FNMADD_s = FPDataProcessing3SourceFixed | 0x00200000,
1139 FNMSUB_s = FPDataProcessing3SourceFixed | 0x00208000,
1140 FMADD_d = FPDataProcessing3SourceFixed | 0x00400000,
1141 FMSUB_d = FPDataProcessing3SourceFixed | 0x00408000,
1142 FNMADD_d = FPDataProcessing3SourceFixed | 0x00600000,
1143 FNMSUB_d = FPDataProcessing3SourceFixed | 0x00608000
/external/vixl/src/aarch64/
H A Dconstants-aarch64.h1233 FPDataProcessing3SourceFixed = 0x1F000000, enumerator in enum:vixl::aarch64::FPDataProcessing3SourceOp
1236 FMADD_s = FPDataProcessing3SourceFixed | 0x00000000,
1237 FMSUB_s = FPDataProcessing3SourceFixed | 0x00008000,
1238 FNMADD_s = FPDataProcessing3SourceFixed | 0x00200000,
1239 FNMSUB_s = FPDataProcessing3SourceFixed | 0x00208000,
1240 FMADD_d = FPDataProcessing3SourceFixed | 0x00400000,
1241 FMSUB_d = FPDataProcessing3SourceFixed | 0x00408000,
1242 FNMADD_d = FPDataProcessing3SourceFixed | 0x00600000,
1243 FNMSUB_d = FPDataProcessing3SourceFixed | 0x00608000

Completed in 200 milliseconds