Lines Matching refs:DataProcessing2SourceFixed
1450 DataProcessing2SourceFixed = 0x1AC00000, enumerator
1453 UDIV_w = DataProcessing2SourceFixed | 0x00000800,
1454 UDIV_x = DataProcessing2SourceFixed | 0x80000800,
1456 SDIV_w = DataProcessing2SourceFixed | 0x00000C00,
1457 SDIV_x = DataProcessing2SourceFixed | 0x80000C00,
1459 LSLV_w = DataProcessing2SourceFixed | 0x00002000,
1460 LSLV_x = DataProcessing2SourceFixed | 0x80002000,
1462 LSRV_w = DataProcessing2SourceFixed | 0x00002400,
1463 LSRV_x = DataProcessing2SourceFixed | 0x80002400,
1465 ASRV_w = DataProcessing2SourceFixed | 0x00002800,
1466 ASRV_x = DataProcessing2SourceFixed | 0x80002800,
1468 RORV_w = DataProcessing2SourceFixed | 0x00002C00,
1469 RORV_x = DataProcessing2SourceFixed | 0x80002C00,
1471 PACGA = DataProcessing2SourceFixed | SixtyFourBits | 0x00003000,
1472 CRC32B = DataProcessing2SourceFixed | 0x00004000,
1473 CRC32H = DataProcessing2SourceFixed | 0x00004400,
1474 CRC32W = DataProcessing2SourceFixed | 0x00004800,
1475 CRC32X = DataProcessing2SourceFixed | SixtyFourBits | 0x00004C00,
1476 CRC32CB = DataProcessing2SourceFixed | 0x00005000,
1477 CRC32CH = DataProcessing2SourceFixed | 0x00005400,
1478 CRC32CW = DataProcessing2SourceFixed | 0x00005800,
1479 CRC32CX = DataProcessing2SourceFixed | SixtyFourBits | 0x00005C00