Lines Matching refs:DataProcessing2SourceFixed
1064 DataProcessing2SourceFixed = 0x1AC00000,
1067 UDIV_w = DataProcessing2SourceFixed | 0x00000800,
1068 UDIV_x = DataProcessing2SourceFixed | 0x80000800,
1070 SDIV_w = DataProcessing2SourceFixed | 0x00000C00,
1071 SDIV_x = DataProcessing2SourceFixed | 0x80000C00,
1073 LSLV_w = DataProcessing2SourceFixed | 0x00002000,
1074 LSLV_x = DataProcessing2SourceFixed | 0x80002000,
1076 LSRV_w = DataProcessing2SourceFixed | 0x00002400,
1077 LSRV_x = DataProcessing2SourceFixed | 0x80002400,
1079 ASRV_w = DataProcessing2SourceFixed | 0x00002800,
1080 ASRV_x = DataProcessing2SourceFixed | 0x80002800,
1082 RORV_w = DataProcessing2SourceFixed | 0x00002C00,
1083 RORV_x = DataProcessing2SourceFixed | 0x80002C00,
1085 CRC32B = DataProcessing2SourceFixed | 0x00004000,
1086 CRC32H = DataProcessing2SourceFixed | 0x00004400,
1087 CRC32W = DataProcessing2SourceFixed | 0x00004800,
1088 CRC32X = DataProcessing2SourceFixed | SixtyFourBits | 0x00004C00,
1089 CRC32CB = DataProcessing2SourceFixed | 0x00005000,
1090 CRC32CH = DataProcessing2SourceFixed | 0x00005400,
1091 CRC32CW = DataProcessing2SourceFixed | 0x00005800,
1092 CRC32CX = DataProcessing2SourceFixed | SixtyFourBits | 0x00005C00