Lines Matching refs:the_insn
1245 ULong the_insn = op;
1247 the_insn |= ((ULong)r1) << 20;
1248 the_insn |= ((ULong)i2) << 0;
1250 return emit_4bytes(p, the_insn);
1257 ULong the_insn = op;
1259 the_insn |= ((ULong)r1) << 36;
1260 the_insn |= ((ULong)i2) << 0;
1262 return emit_6bytes(p, the_insn);
1269 ULong the_insn = op;
1271 the_insn |= ((ULong)r1) << 4;
1272 the_insn |= ((ULong)r2) << 0;
1274 return emit_2bytes(p, the_insn);
1281 ULong the_insn = op;
1283 the_insn |= ((ULong)r1) << 4;
1284 the_insn |= ((ULong)r2) << 0;
1286 return emit_4bytes(p, the_insn);
1293 ULong the_insn = op;
1295 the_insn |= ((ULong)r1) << 12;
1296 the_insn |= ((ULong)r3) << 4;
1297 the_insn |= ((ULong)r2) << 0;
1299 return emit_4bytes(p, the_insn);
1306 ULong the_insn = op;
1308 the_insn |= ((ULong)m3) << 12;
1309 the_insn |= ((ULong)m4) << 8;
1310 the_insn |= ((ULong)r1) << 4;
1311 the_insn |= ((ULong)r2) << 0;
1313 return emit_4bytes(p, the_insn);
1320 ULong the_insn = op;
1322 the_insn |= ((ULong)r3) << 12;
1323 the_insn |= ((ULong)r1) << 4;
1324 the_insn |= ((ULong)r2) << 0;
1326 return emit_4bytes(p, the_insn);
1333 ULong the_insn = op;
1335 the_insn |= ((ULong)r3) << 12;
1336 the_insn |= ((ULong)m4) << 8;
1337 the_insn |= ((ULong)r1) << 4;
1338 the_insn |= ((ULong)r2) << 0;
1340 return emit_4bytes(p, the_insn);
1347 ULong the_insn = op;
1349 the_insn |= ((ULong)m4) << 8;
1350 the_insn |= ((ULong)r1) << 4;
1351 the_insn |= ((ULong)r2) << 0;
1353 return emit_4bytes(p, the_insn);
1360 ULong the_insn = op;
1362 the_insn |= ((ULong)r1) << 20;
1363 the_insn |= ((ULong)r3) << 16;
1364 the_insn |= ((ULong)b2) << 12;
1365 the_insn |= ((ULong)d2) << 0;
1367 return emit_4bytes(p, the_insn);
1374 ULong the_insn = op;
1376 the_insn |= ((ULong)r1) << 36;
1377 the_insn |= ((ULong)r3) << 32;
1378 the_insn |= ((ULong)b2) << 28;
1379 the_insn |= ((ULong)dl2) << 16;
1380 the_insn |= ((ULong)dh2) << 8;
1382 return emit_6bytes(p, the_insn);
1389 ULong the_insn = op;
1391 the_insn |= ((ULong)r1) << 20;
1392 the_insn |= ((ULong)x2) << 16;
1393 the_insn |= ((ULong)b2) << 12;
1394 the_insn |= ((ULong)d2) << 0;
1396 return emit_4bytes(p, the_insn);
1403 ULong the_insn = op;
1405 the_insn |= ((ULong)r3) << 36;
1406 the_insn |= ((ULong)x2) << 32;
1407 the_insn |= ((ULong)b2) << 28;
1408 the_insn |= ((ULong)d2) << 16;
1409 the_insn |= ((ULong)r1) << 12;
1411 return emit_6bytes(p, the_insn);
1418 ULong the_insn = op;
1420 the_insn |= ((ULong)r1) << 36;
1421 the_insn |= ((ULong)x2) << 32;
1422 the_insn |= ((ULong)b2) << 28;
1423 the_insn |= ((ULong)dl2) << 16;
1424 the_insn |= ((ULong)dh2) << 8;
1426 return emit_6bytes(p, the_insn);
1433 ULong the_insn = op;
1435 the_insn |= ((ULong)b2) << 12;
1436 the_insn |= ((ULong)d2) << 0;
1438 return emit_4bytes(p, the_insn);
1445 ULong the_insn = op;
1447 the_insn |= ((ULong)i2) << 16;
1448 the_insn |= ((ULong)b1) << 12;
1449 the_insn |= ((ULong)d1) << 0;
1451 return emit_4bytes(p, the_insn);
1458 ULong the_insn = op;
1460 the_insn |= ((ULong)b1) << 28;
1461 the_insn |= ((ULong)d1) << 16;
1462 the_insn |= ((ULong)i2) << 0;
1464 return emit_6bytes(p, the_insn);
1471 ULong the_insn = op;
1473 the_insn |= ((ULong)i2) << 32;
1474 the_insn |= ((ULong)b1) << 28;
1475 the_insn |= ((ULong)dl1) << 16;
1476 the_insn |= ((ULong)dh1) << 8;
1478 return emit_6bytes(p, the_insn);
1485 ULong the_insn = op;
1487 the_insn |= ((ULong)l) << 32;
1488 the_insn |= ((ULong)b1) << 28;
1489 the_insn |= ((ULong)d1) << 16;
1490 the_insn |= ((ULong)b2) << 12;
1491 the_insn |= ((ULong)d2) << 0;
1493 return emit_6bytes(p, the_insn);
4603 ULong the_insn = op;
4605 return emit_2bytes(p, the_insn);