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

/external/v8/src/arm64/
H A Dconstants-arm64.h989 DataProcessing3SourceFixed = 0x1B000000, enumerator in enum:v8::internal::DataProcessing3SourceOp
992 MADD_w = DataProcessing3SourceFixed | 0x00000000,
993 MADD_x = DataProcessing3SourceFixed | 0x80000000,
995 MSUB_w = DataProcessing3SourceFixed | 0x00008000,
996 MSUB_x = DataProcessing3SourceFixed | 0x80008000,
998 SMADDL_x = DataProcessing3SourceFixed | 0x80200000,
999 SMSUBL_x = DataProcessing3SourceFixed | 0x80208000,
1000 SMULH_x = DataProcessing3SourceFixed | 0x80400000,
1001 UMADDL_x = DataProcessing3SourceFixed | 0x80A00000,
1002 UMSUBL_x = DataProcessing3SourceFixed |
[all...]
/external/vixl/src/aarch64/
H A Dconstants-aarch64.h1083 DataProcessing3SourceFixed = 0x1B000000, enumerator in enum:vixl::aarch64::DataProcessing3SourceOp
1086 MADD_w = DataProcessing3SourceFixed | 0x00000000,
1087 MADD_x = DataProcessing3SourceFixed | 0x80000000,
1089 MSUB_w = DataProcessing3SourceFixed | 0x00008000,
1090 MSUB_x = DataProcessing3SourceFixed | 0x80008000,
1092 SMADDL_x = DataProcessing3SourceFixed | 0x80200000,
1093 SMSUBL_x = DataProcessing3SourceFixed | 0x80208000,
1094 SMULH_x = DataProcessing3SourceFixed | 0x80400000,
1095 UMADDL_x = DataProcessing3SourceFixed | 0x80A00000,
1096 UMSUBL_x = DataProcessing3SourceFixed |
[all...]

Completed in 147 milliseconds