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