Lines Matching refs:DataProcessing2SourceFixed
933 DataProcessing2SourceFixed = 0x1AC00000, enumerator
936 UDIV_w = DataProcessing2SourceFixed | 0x00000800,
937 UDIV_x = DataProcessing2SourceFixed | 0x80000800,
939 SDIV_w = DataProcessing2SourceFixed | 0x00000C00,
940 SDIV_x = DataProcessing2SourceFixed | 0x80000C00,
942 LSLV_w = DataProcessing2SourceFixed | 0x00002000,
943 LSLV_x = DataProcessing2SourceFixed | 0x80002000,
945 LSRV_w = DataProcessing2SourceFixed | 0x00002400,
946 LSRV_x = DataProcessing2SourceFixed | 0x80002400,
948 ASRV_w = DataProcessing2SourceFixed | 0x00002800,
949 ASRV_x = DataProcessing2SourceFixed | 0x80002800,
951 RORV_w = DataProcessing2SourceFixed | 0x00002C00,
952 RORV_x = DataProcessing2SourceFixed | 0x80002C00,
954 CRC32B = DataProcessing2SourceFixed | 0x00004000,
955 CRC32H = DataProcessing2SourceFixed | 0x00004400,
956 CRC32W = DataProcessing2SourceFixed | 0x00004800,
957 CRC32X = DataProcessing2SourceFixed | SixtyFourBits | 0x00004C00,
958 CRC32CB = DataProcessing2SourceFixed | 0x00005000,
959 CRC32CH = DataProcessing2SourceFixed | 0x00005400,
960 CRC32CW = DataProcessing2SourceFixed | 0x00005800,
961 CRC32CX = DataProcessing2SourceFixed | SixtyFourBits | 0x00005C00