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

/external/v8/src/arm64/
H A Dconstants-arm64.h1099 FPDataProcessing2SourceFixed = 0x1E200800, enumerator in enum:v8::internal::FPDataProcessing2SourceOp
1102 FMUL = FPDataProcessing2SourceFixed | 0x00000000,
1105 FDIV = FPDataProcessing2SourceFixed | 0x00001000,
1108 FADD = FPDataProcessing2SourceFixed | 0x00002000,
1111 FSUB = FPDataProcessing2SourceFixed | 0x00003000,
1114 FMAX = FPDataProcessing2SourceFixed | 0x00004000,
1117 FMIN = FPDataProcessing2SourceFixed | 0x00005000,
1120 FMAXNM = FPDataProcessing2SourceFixed | 0x00006000,
1123 FMINNM = FPDataProcessing2SourceFixed | 0x00007000,
1126 FNMUL = FPDataProcessing2SourceFixed |
[all...]
/external/vixl/src/aarch64/
H A Dconstants-aarch64.h1199 FPDataProcessing2SourceFixed = 0x1E200800, enumerator in enum:vixl::aarch64::FPDataProcessing2SourceOp
1202 FMUL = FPDataProcessing2SourceFixed | 0x00000000,
1205 FDIV = FPDataProcessing2SourceFixed | 0x00001000,
1208 FADD = FPDataProcessing2SourceFixed | 0x00002000,
1211 FSUB = FPDataProcessing2SourceFixed | 0x00003000,
1214 FMAX = FPDataProcessing2SourceFixed | 0x00004000,
1217 FMIN = FPDataProcessing2SourceFixed | 0x00005000,
1220 FMAXNM = FPDataProcessing2SourceFixed | 0x00006000,
1223 FMINNM = FPDataProcessing2SourceFixed | 0x00007000,
1226 FNMUL = FPDataProcessing2SourceFixed |
[all...]

Completed in 194 milliseconds