Lines Matching refs:MKOP
1299 op->type = MKOP(CACHEOP, DCBST, 0); in analyse_instr()
1304 op->type = MKOP(CACHEOP, DCBF, 0); in analyse_instr()
1309 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr()
1315 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr()
1321 op->type = MKOP(CACHEOP, ICBI, 0); in analyse_instr()
1343 op->type = MKOP(LARX, 0, 4); in analyse_instr()
1347 op->type = MKOP(STCX, 0, 4); in analyse_instr()
1352 op->type = MKOP(LARX, 0, 8); in analyse_instr()
1356 op->type = MKOP(STCX, 0, 8); in analyse_instr()
1361 op->type = MKOP(LOAD, u, 8); in analyse_instr()
1367 op->type = MKOP(LOAD, u, 4); in analyse_instr()
1372 op->type = MKOP(LOAD, u, 1); in analyse_instr()
1380 op->type = MKOP(LOAD_VMX, 0, 16); in analyse_instr()
1387 op->type = MKOP(STORE_VMX, 0, 16); in analyse_instr()
1394 op->type = MKOP(STORE, u, 8); in analyse_instr()
1400 op->type = MKOP(STORE, u, 4); in analyse_instr()
1405 op->type = MKOP(STORE, u, 1); in analyse_instr()
1410 op->type = MKOP(LOAD, u, 2); in analyse_instr()
1416 op->type = MKOP(LOAD, SIGNEXT | u, 4); in analyse_instr()
1422 op->type = MKOP(LOAD, SIGNEXT | u, 2); in analyse_instr()
1427 op->type = MKOP(STORE, u, 2); in analyse_instr()
1432 op->type = MKOP(LOAD, BYTEREV, 8); in analyse_instr()
1437 op->type = MKOP(LOAD_MULTI, 0, regs->xer & 0x7f); in analyse_instr()
1441 op->type = MKOP(LOAD, BYTEREV, 4); in analyse_instr()
1447 op->type = MKOP(LOAD_MULTI, 0, rb); in analyse_instr()
1459 op->type = MKOP(LOAD_FP, u, 4); in analyse_instr()
1466 op->type = MKOP(LOAD_FP, u, 8); in analyse_instr()
1473 op->type = MKOP(STORE_FP, u, 4); in analyse_instr()
1480 op->type = MKOP(STORE_FP, u, 8); in analyse_instr()
1486 op->type = MKOP(STORE, BYTEREV, 8); in analyse_instr()
1492 op->type = MKOP(STORE_MULTI, 0, regs->xer & 0x7f); in analyse_instr()
1496 op->type = MKOP(STORE, BYTEREV, 4); in analyse_instr()
1503 op->type = MKOP(STORE_MULTI, 0, rb); in analyse_instr()
1511 op->type = MKOP(LOAD, BYTEREV, 2); in analyse_instr()
1515 op->type = MKOP(STORE, BYTEREV, 2); in analyse_instr()
1525 op->type = MKOP(LOAD_VSX, u, 16); in analyse_instr()
1533 op->type = MKOP(STORE_VSX, u, 16); in analyse_instr()
1542 op->type = MKOP(LOAD, u, 4); in analyse_instr()
1548 op->type = MKOP(LOAD, u, 1); in analyse_instr()
1554 op->type = MKOP(STORE, u, 4); in analyse_instr()
1560 op->type = MKOP(STORE, u, 1); in analyse_instr()
1566 op->type = MKOP(LOAD, u, 2); in analyse_instr()
1572 op->type = MKOP(LOAD, SIGNEXT | u, 2); in analyse_instr()
1578 op->type = MKOP(STORE, u, 2); in analyse_instr()
1585 op->type = MKOP(LOAD_MULTI, 0, 4 * (32 - rd)); in analyse_instr()
1590 op->type = MKOP(STORE_MULTI, 0, 4 * (32 - rd)); in analyse_instr()
1599 op->type = MKOP(LOAD_FP, u, 4); in analyse_instr()
1607 op->type = MKOP(LOAD_FP, u, 8); in analyse_instr()
1615 op->type = MKOP(STORE_FP, u, 4); in analyse_instr()
1623 op->type = MKOP(STORE_FP, u, 8); in analyse_instr()
1633 op->type = MKOP(LOAD, 0, 8); in analyse_instr()
1636 op->type = MKOP(LOAD, UPDATE, 8); in analyse_instr()
1639 op->type = MKOP(LOAD, SIGNEXT, 4); in analyse_instr()
1648 op->type = MKOP(STORE, 0, 8); in analyse_instr()
1651 op->type = MKOP(STORE, UPDATE, 8); in analyse_instr()