Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/arm64/
Dconstants-arm64.h1097 DataProcessing3SourceFixed = 0x1B000000, enumerator
1100 MADD_w = DataProcessing3SourceFixed | 0x00000000,
1101 MADD_x = DataProcessing3SourceFixed | 0x80000000,
1103 MSUB_w = DataProcessing3SourceFixed | 0x00008000,
1104 MSUB_x = DataProcessing3SourceFixed | 0x80008000,
1106 SMADDL_x = DataProcessing3SourceFixed | 0x80200000,
1107 SMSUBL_x = DataProcessing3SourceFixed | 0x80208000,
1108 SMULH_x = DataProcessing3SourceFixed | 0x80400000,
1109 UMADDL_x = DataProcessing3SourceFixed | 0x80A00000,
1110 UMSUBL_x = DataProcessing3SourceFixed | 0x80A08000,
[all …]
/third_party/vixl/src/aarch64/
Dconstants-aarch64.h1484 DataProcessing3SourceFixed = 0x1B000000, enumerator
1487 MADD_w = DataProcessing3SourceFixed | 0x00000000,
1488 MADD_x = DataProcessing3SourceFixed | 0x80000000,
1490 MSUB_w = DataProcessing3SourceFixed | 0x00008000,
1491 MSUB_x = DataProcessing3SourceFixed | 0x80008000,
1493 SMADDL_x = DataProcessing3SourceFixed | 0x80200000,
1494 SMSUBL_x = DataProcessing3SourceFixed | 0x80208000,
1495 SMULH_x = DataProcessing3SourceFixed | 0x80400000,
1496 UMADDL_x = DataProcessing3SourceFixed | 0x80A00000,
1497 UMSUBL_x = DataProcessing3SourceFixed | 0x80A08000,
[all …]