Lines Matching refs:DataProcessing2SourceFixed
1214 DataProcessing2SourceFixed = 0x1AC00000, enumerator
1217 UDIV_w = DataProcessing2SourceFixed | 0x00000800,
1218 UDIV_x = DataProcessing2SourceFixed | 0x80000800,
1220 SDIV_w = DataProcessing2SourceFixed | 0x00000C00,
1221 SDIV_x = DataProcessing2SourceFixed | 0x80000C00,
1223 LSLV_w = DataProcessing2SourceFixed | 0x00002000,
1224 LSLV_x = DataProcessing2SourceFixed | 0x80002000,
1226 LSRV_w = DataProcessing2SourceFixed | 0x00002400,
1227 LSRV_x = DataProcessing2SourceFixed | 0x80002400,
1229 ASRV_w = DataProcessing2SourceFixed | 0x00002800,
1230 ASRV_x = DataProcessing2SourceFixed | 0x80002800,
1232 RORV_w = DataProcessing2SourceFixed | 0x00002C00,
1233 RORV_x = DataProcessing2SourceFixed | 0x80002C00,
1235 PACGA = DataProcessing2SourceFixed | SixtyFourBits | 0x00003000,
1236 CRC32B = DataProcessing2SourceFixed | 0x00004000,
1237 CRC32H = DataProcessing2SourceFixed | 0x00004400,
1238 CRC32W = DataProcessing2SourceFixed | 0x00004800,
1239 CRC32X = DataProcessing2SourceFixed | SixtyFourBits | 0x00004C00,
1240 CRC32CB = DataProcessing2SourceFixed | 0x00005000,
1241 CRC32CH = DataProcessing2SourceFixed | 0x00005400,
1242 CRC32CW = DataProcessing2SourceFixed | 0x00005800,
1243 CRC32CX = DataProcessing2SourceFixed | SixtyFourBits | 0x00005C00