Lines Matching refs:DataProcessing2SourceFixed
1458 DataProcessing2SourceFixed = 0x1AC00000,
1461 UDIV_w = DataProcessing2SourceFixed | 0x00000800,
1462 UDIV_x = DataProcessing2SourceFixed | 0x80000800,
1464 SDIV_w = DataProcessing2SourceFixed | 0x00000C00,
1465 SDIV_x = DataProcessing2SourceFixed | 0x80000C00,
1467 LSLV_w = DataProcessing2SourceFixed | 0x00002000,
1468 LSLV_x = DataProcessing2SourceFixed | 0x80002000,
1470 LSRV_w = DataProcessing2SourceFixed | 0x00002400,
1471 LSRV_x = DataProcessing2SourceFixed | 0x80002400,
1473 ASRV_w = DataProcessing2SourceFixed | 0x00002800,
1474 ASRV_x = DataProcessing2SourceFixed | 0x80002800,
1476 RORV_w = DataProcessing2SourceFixed | 0x00002C00,
1477 RORV_x = DataProcessing2SourceFixed | 0x80002C00,
1479 PACGA = DataProcessing2SourceFixed | SixtyFourBits | 0x00003000,
1480 CRC32B = DataProcessing2SourceFixed | 0x00004000,
1481 CRC32H = DataProcessing2SourceFixed | 0x00004400,
1482 CRC32W = DataProcessing2SourceFixed | 0x00004800,
1483 CRC32X = DataProcessing2SourceFixed | SixtyFourBits | 0x00004C00,
1484 CRC32CB = DataProcessing2SourceFixed | 0x00005000,
1485 CRC32CH = DataProcessing2SourceFixed | 0x00005400,
1486 CRC32CW = DataProcessing2SourceFixed | 0x00005800,
1487 CRC32CX = DataProcessing2SourceFixed | SixtyFourBits | 0x00005C00