Lines Matching defs:TEST_COPROCESSOR
1174 #define TEST_COPROCESSOR(code) TEST_UNSUPPORTED(code)
1177 TEST_COPROCESSOR("stc"two" p0, cr0, [r13, #4]") \
1178 TEST_COPROCESSOR("stc"two" p0, cr0, [r13, #-4]") \
1179 TEST_COPROCESSOR("stc"two" p0, cr0, [r13, #4]!") \
1180 TEST_COPROCESSOR("stc"two" p0, cr0, [r13, #-4]!") \
1181 TEST_COPROCESSOR("stc"two" p0, cr0, [r13], #4") \
1182 TEST_COPROCESSOR("stc"two" p0, cr0, [r13], #-4") \
1183 TEST_COPROCESSOR("stc"two" p0, cr0, [r13], {1}") \
1184 TEST_COPROCESSOR("stc"two"l p0, cr0, [r13, #4]") \
1185 TEST_COPROCESSOR("stc"two"l p0, cr0, [r13, #-4]") \
1186 TEST_COPROCESSOR("stc"two"l p0, cr0, [r13, #4]!") \
1187 TEST_COPROCESSOR("stc"two"l p0, cr0, [r13, #-4]!") \
1188 TEST_COPROCESSOR("stc"two"l p0, cr0, [r13], #4") \
1189 TEST_COPROCESSOR("stc"two"l p0, cr0, [r13], #-4") \
1190 TEST_COPROCESSOR("stc"two"l p0, cr0, [r13], {1}") \
1191 TEST_COPROCESSOR("ldc"two" p0, cr0, [r13, #4]") \
1192 TEST_COPROCESSOR("ldc"two" p0, cr0, [r13, #-4]") \
1193 TEST_COPROCESSOR("ldc"two" p0, cr0, [r13, #4]!") \
1194 TEST_COPROCESSOR("ldc"two" p0, cr0, [r13, #-4]!") \
1195 TEST_COPROCESSOR("ldc"two" p0, cr0, [r13], #4") \
1196 TEST_COPROCESSOR("ldc"two" p0, cr0, [r13], #-4") \
1197 TEST_COPROCESSOR("ldc"two" p0, cr0, [r13], {1}") \
1198 TEST_COPROCESSOR("ldc"two"l p0, cr0, [r13, #4]") \
1199 TEST_COPROCESSOR("ldc"two"l p0, cr0, [r13, #-4]") \
1200 TEST_COPROCESSOR("ldc"two"l p0, cr0, [r13, #4]!") \
1201 TEST_COPROCESSOR("ldc"two"l p0, cr0, [r13, #-4]!") \
1202 TEST_COPROCESSOR("ldc"two"l p0, cr0, [r13], #4") \
1203 TEST_COPROCESSOR("ldc"two"l p0, cr0, [r13], #-4") \
1204 TEST_COPROCESSOR("ldc"two"l p0, cr0, [r13], {1}") \
1206 TEST_COPROCESSOR( "stc"two" p0, cr0, [r15, #4]") \
1207 TEST_COPROCESSOR( "stc"two" p0, cr0, [r15, #-4]") \
1212 TEST_COPROCESSOR( "stc"two" p0, cr0, [r15], {1}") \
1213 TEST_COPROCESSOR( "stc"two"l p0, cr0, [r15, #4]") \
1214 TEST_COPROCESSOR( "stc"two"l p0, cr0, [r15, #-4]") \
1219 TEST_COPROCESSOR( "stc"two"l p0, cr0, [r15], {1}") \
1220 TEST_COPROCESSOR( "ldc"two" p0, cr0, [r15, #4]") \
1221 TEST_COPROCESSOR( "ldc"two" p0, cr0, [r15, #-4]") \
1226 TEST_COPROCESSOR( "ldc"two" p0, cr0, [r15], {1}") \
1227 TEST_COPROCESSOR( "ldc"two"l p0, cr0, [r15, #4]") \
1228 TEST_COPROCESSOR( "ldc"two"l p0, cr0, [r15, #-4]") \
1233 TEST_COPROCESSOR( "ldc"two"l p0, cr0, [r15], {1}")
1237 TEST_COPROCESSOR( "mcrr"two" p0, 15, r0, r14, cr0") \
1238 TEST_COPROCESSOR( "mcrr"two" p15, 0, r14, r0, cr15") \
1241 TEST_COPROCESSOR( "mrrc"two" p0, 15, r0, r14, cr0") \
1242 TEST_COPROCESSOR( "mrrc"two" p15, 0, r14, r0, cr15") \
1245 TEST_COPROCESSOR( "cdp"two" p15, 15, cr15, cr15, cr15, 7") \
1246 TEST_COPROCESSOR( "cdp"two" p0, 0, cr0, cr0, cr0, 0") \
1247 TEST_COPROCESSOR( "mcr"two" p15, 7, r15, cr15, cr15, 7") \
1248 TEST_COPROCESSOR( "mcr"two" p0, 0, r0, cr0, cr0, 0") \
1249 TEST_COPROCESSOR( "mrc"two" p15, 7, r14, cr15, cr15, 7") \
1250 TEST_COPROCESSOR( "mrc"two" p0, 0, r0, cr0, cr0, 0")