Searched refs:DataProcessing3SourceFixed (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/arm64/ |
D | constants-arm64.h | 1075 DataProcessing3SourceFixed = 0x1B000000, enumerator 1078 MADD_w = DataProcessing3SourceFixed | 0x00000000, 1079 MADD_x = DataProcessing3SourceFixed | 0x80000000, 1081 MSUB_w = DataProcessing3SourceFixed | 0x00008000, 1082 MSUB_x = DataProcessing3SourceFixed | 0x80008000, 1084 SMADDL_x = DataProcessing3SourceFixed | 0x80200000, 1085 SMSUBL_x = DataProcessing3SourceFixed | 0x80208000, 1086 SMULH_x = DataProcessing3SourceFixed | 0x80400000, 1087 UMADDL_x = DataProcessing3SourceFixed | 0x80A00000, 1088 UMSUBL_x = DataProcessing3SourceFixed | 0x80A08000, [all …]
|
/external/vixl/src/aarch64/ |
D | constants-aarch64.h | 1248 DataProcessing3SourceFixed = 0x1B000000, enumerator 1251 MADD_w = DataProcessing3SourceFixed | 0x00000000, 1252 MADD_x = DataProcessing3SourceFixed | 0x80000000, 1254 MSUB_w = DataProcessing3SourceFixed | 0x00008000, 1255 MSUB_x = DataProcessing3SourceFixed | 0x80008000, 1257 SMADDL_x = DataProcessing3SourceFixed | 0x80200000, 1258 SMSUBL_x = DataProcessing3SourceFixed | 0x80208000, 1259 SMULH_x = DataProcessing3SourceFixed | 0x80400000, 1260 UMADDL_x = DataProcessing3SourceFixed | 0x80A00000, 1261 UMSUBL_x = DataProcessing3SourceFixed | 0x80A08000, [all …]
|