Lines Matching refs:MKOP
1314 op->type = MKOP(CACHEOP, DCBST, 0); in analyse_instr()
1319 op->type = MKOP(CACHEOP, DCBF, 0); in analyse_instr()
1324 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr()
1330 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr()
1336 op->type = MKOP(CACHEOP, ICBI, 0); in analyse_instr()
1358 op->type = MKOP(LARX, 0, 4); in analyse_instr()
1362 op->type = MKOP(STCX, 0, 4); in analyse_instr()
1367 op->type = MKOP(LARX, 0, 8); in analyse_instr()
1371 op->type = MKOP(STCX, 0, 8); in analyse_instr()
1376 op->type = MKOP(LOAD, u, 8); in analyse_instr()
1382 op->type = MKOP(LOAD, u, 4); in analyse_instr()
1387 op->type = MKOP(LOAD, u, 1); in analyse_instr()
1395 op->type = MKOP(LOAD_VMX, 0, 16); in analyse_instr()
1402 op->type = MKOP(STORE_VMX, 0, 16); in analyse_instr()
1409 op->type = MKOP(STORE, u, 8); in analyse_instr()
1415 op->type = MKOP(STORE, u, 4); in analyse_instr()
1420 op->type = MKOP(STORE, u, 1); in analyse_instr()
1425 op->type = MKOP(LOAD, u, 2); in analyse_instr()
1431 op->type = MKOP(LOAD, SIGNEXT | u, 4); in analyse_instr()
1437 op->type = MKOP(LOAD, SIGNEXT | u, 2); in analyse_instr()
1442 op->type = MKOP(STORE, u, 2); in analyse_instr()
1447 op->type = MKOP(LOAD, BYTEREV, 8); in analyse_instr()
1452 op->type = MKOP(LOAD_MULTI, 0, regs->xer & 0x7f); in analyse_instr()
1456 op->type = MKOP(LOAD, BYTEREV, 4); in analyse_instr()
1462 op->type = MKOP(LOAD_MULTI, 0, rb); in analyse_instr()
1474 op->type = MKOP(LOAD_FP, u, 4); in analyse_instr()
1481 op->type = MKOP(LOAD_FP, u, 8); in analyse_instr()
1488 op->type = MKOP(STORE_FP, u, 4); in analyse_instr()
1495 op->type = MKOP(STORE_FP, u, 8); in analyse_instr()
1501 op->type = MKOP(STORE, BYTEREV, 8); in analyse_instr()
1507 op->type = MKOP(STORE_MULTI, 0, regs->xer & 0x7f); in analyse_instr()
1511 op->type = MKOP(STORE, BYTEREV, 4); in analyse_instr()
1518 op->type = MKOP(STORE_MULTI, 0, rb); in analyse_instr()
1526 op->type = MKOP(LOAD, BYTEREV, 2); in analyse_instr()
1530 op->type = MKOP(STORE, BYTEREV, 2); in analyse_instr()
1540 op->type = MKOP(LOAD_VSX, u, 16); in analyse_instr()
1548 op->type = MKOP(STORE_VSX, u, 16); in analyse_instr()
1557 op->type = MKOP(LOAD, u, 4); in analyse_instr()
1563 op->type = MKOP(LOAD, u, 1); in analyse_instr()
1569 op->type = MKOP(STORE, u, 4); in analyse_instr()
1575 op->type = MKOP(STORE, u, 1); in analyse_instr()
1581 op->type = MKOP(LOAD, u, 2); in analyse_instr()
1587 op->type = MKOP(LOAD, SIGNEXT | u, 2); in analyse_instr()
1593 op->type = MKOP(STORE, u, 2); in analyse_instr()
1600 op->type = MKOP(LOAD_MULTI, 0, 4 * (32 - rd)); in analyse_instr()
1605 op->type = MKOP(STORE_MULTI, 0, 4 * (32 - rd)); in analyse_instr()
1614 op->type = MKOP(LOAD_FP, u, 4); in analyse_instr()
1622 op->type = MKOP(LOAD_FP, u, 8); in analyse_instr()
1630 op->type = MKOP(STORE_FP, u, 4); in analyse_instr()
1638 op->type = MKOP(STORE_FP, u, 8); in analyse_instr()
1648 op->type = MKOP(LOAD, 0, 8); in analyse_instr()
1651 op->type = MKOP(LOAD, UPDATE, 8); in analyse_instr()
1654 op->type = MKOP(LOAD, SIGNEXT, 4); in analyse_instr()
1663 op->type = MKOP(STORE, 0, 8); in analyse_instr()
1666 op->type = MKOP(STORE, UPDATE, 8); in analyse_instr()