Lines Matching refs:MKOP

2083 			op->type = MKOP(CACHEOP, DCBST, 0);  in analyse_instr()
2088 op->type = MKOP(CACHEOP, DCBF, 0); in analyse_instr()
2093 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr()
2099 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr()
2105 op->type = MKOP(CACHEOP, ICBI, 0); in analyse_instr()
2110 op->type = MKOP(CACHEOP, DCBZ, 0); in analyse_instr()
2133 op->type = MKOP(LARX, 0, 4); in analyse_instr()
2137 op->type = MKOP(STCX, 0, 4); in analyse_instr()
2142 op->type = MKOP(LARX, 0, 8); in analyse_instr()
2146 op->type = MKOP(STCX, 0, 8); in analyse_instr()
2150 op->type = MKOP(LARX, 0, 1); in analyse_instr()
2154 op->type = MKOP(STCX, 0, 1); in analyse_instr()
2158 op->type = MKOP(LARX, 0, 2); in analyse_instr()
2162 op->type = MKOP(STCX, 0, 2); in analyse_instr()
2167 op->type = MKOP(LARX, 0, 16); in analyse_instr()
2172 op->type = MKOP(STCX, 0, 16); in analyse_instr()
2178 op->type = MKOP(LOAD, u, 4); in analyse_instr()
2183 op->type = MKOP(LOAD, u, 1); in analyse_instr()
2192 op->type = MKOP(LOAD_VMX, 0, 1); in analyse_instr()
2197 op->type = MKOP(LOAD_VMX, 0, 2); in analyse_instr()
2202 op->type = MKOP(LOAD_VMX, 0, 4); in analyse_instr()
2208 op->type = MKOP(LOAD_VMX, 0, 16); in analyse_instr()
2213 op->type = MKOP(STORE_VMX, 0, 1); in analyse_instr()
2218 op->type = MKOP(STORE_VMX, 0, 2); in analyse_instr()
2223 op->type = MKOP(STORE_VMX, 0, 4); in analyse_instr()
2229 op->type = MKOP(STORE_VMX, 0, 16); in analyse_instr()
2236 op->type = MKOP(LOAD, u, 8); in analyse_instr()
2241 op->type = MKOP(STORE, u, 8); in analyse_instr()
2247 op->type = MKOP(STORE, u, 4); in analyse_instr()
2252 op->type = MKOP(STORE, u, 1); in analyse_instr()
2257 op->type = MKOP(LOAD, u, 2); in analyse_instr()
2263 op->type = MKOP(LOAD, SIGNEXT | u, 4); in analyse_instr()
2269 op->type = MKOP(LOAD, SIGNEXT | u, 2); in analyse_instr()
2274 op->type = MKOP(STORE, u, 2); in analyse_instr()
2279 op->type = MKOP(LOAD, BYTEREV, 8); in analyse_instr()
2284 op->type = MKOP(LOAD_MULTI, 0, regs->xer & 0x7f); in analyse_instr()
2288 op->type = MKOP(LOAD, BYTEREV, 4); in analyse_instr()
2294 op->type = MKOP(LOAD_MULTI, 0, rb); in analyse_instr()
2301 op->type = MKOP(LOAD_FP, u | FPCONV, 4); in analyse_instr()
2306 op->type = MKOP(LOAD_FP, u, 8); in analyse_instr()
2311 op->type = MKOP(STORE_FP, u | FPCONV, 4); in analyse_instr()
2316 op->type = MKOP(STORE_FP, u, 8); in analyse_instr()
2321 op->type = MKOP(LOAD_FP, 0, 16); in analyse_instr()
2325 op->type = MKOP(LOAD_FP, SIGNEXT, 4); in analyse_instr()
2329 op->type = MKOP(LOAD_FP, 0, 4); in analyse_instr()
2333 op->type = MKOP(STORE_FP, 0, 16); in analyse_instr()
2337 op->type = MKOP(STORE_FP, 0, 4); in analyse_instr()
2344 op->type = MKOP(STORE, BYTEREV, 8); in analyse_instr()
2350 op->type = MKOP(STORE_MULTI, 0, regs->xer & 0x7f); in analyse_instr()
2354 op->type = MKOP(STORE, BYTEREV, 4); in analyse_instr()
2361 op->type = MKOP(STORE_MULTI, 0, rb); in analyse_instr()
2366 op->type = MKOP(LOAD, BYTEREV, 2); in analyse_instr()
2370 op->type = MKOP(STORE, BYTEREV, 2); in analyse_instr()
2377 op->type = MKOP(LOAD_VSX, 0, 4); in analyse_instr()
2383 op->type = MKOP(LOAD_VSX, SIGNEXT, 4); in analyse_instr()
2389 op->type = MKOP(STORE_VSX, 0, 4); in analyse_instr()
2397 op->type = MKOP(LOAD_VSX, 0, 16); in analyse_instr()
2412 op->type = MKOP(LOAD_VSX, 0, nb); in analyse_instr()
2420 op->type = MKOP(LOAD_VSX, 0, 8); in analyse_instr()
2429 op->type = MKOP(LOAD_VSX, 0, 4); in analyse_instr()
2438 op->type = MKOP(STORE_VSX, 0, 16); in analyse_instr()
2453 op->type = MKOP(STORE_VSX, 0, nb); in analyse_instr()
2461 op->type = MKOP(LOAD_VSX, 0, 4); in analyse_instr()
2468 op->type = MKOP(LOAD_VSX, 0, 8); in analyse_instr()
2474 op->type = MKOP(STORE_VSX, 0, 4); in analyse_instr()
2481 op->type = MKOP(STORE_VSX, 0, 8); in analyse_instr()
2487 op->type = MKOP(LOAD_VSX, 0, 16); in analyse_instr()
2495 op->type = MKOP(LOAD_VSX, 0, 1); in analyse_instr()
2504 op->type = MKOP(LOAD_VSX, 0, 16); in analyse_instr()
2513 op->type = MKOP(LOAD_VSX, 0, 2); in analyse_instr()
2520 op->type = MKOP(LOAD_VSX, 0, 16); in analyse_instr()
2528 op->type = MKOP(LOAD_VSX, 0, 16); in analyse_instr()
2535 op->type = MKOP(STORE_VSX, 0, 16); in analyse_instr()
2543 op->type = MKOP(STORE_VSX, 0, 1); in analyse_instr()
2552 op->type = MKOP(STORE_VSX, 0, 16); in analyse_instr()
2561 op->type = MKOP(STORE_VSX, 0, 2); in analyse_instr()
2568 op->type = MKOP(STORE_VSX, 0, 16); in analyse_instr()
2576 op->type = MKOP(STORE_VSX, 0, 16); in analyse_instr()
2587 op->type = MKOP(LOAD, u, 4); in analyse_instr()
2593 op->type = MKOP(LOAD, u, 1); in analyse_instr()
2599 op->type = MKOP(STORE, u, 4); in analyse_instr()
2605 op->type = MKOP(STORE, u, 1); in analyse_instr()
2611 op->type = MKOP(LOAD, u, 2); in analyse_instr()
2617 op->type = MKOP(LOAD, SIGNEXT | u, 2); in analyse_instr()
2623 op->type = MKOP(STORE, u, 2); in analyse_instr()
2630 op->type = MKOP(LOAD_MULTI, 0, 4 * (32 - rd)); in analyse_instr()
2635 op->type = MKOP(STORE_MULTI, 0, 4 * (32 - rd)); in analyse_instr()
2642 op->type = MKOP(LOAD_FP, u | FPCONV, 4); in analyse_instr()
2648 op->type = MKOP(LOAD_FP, u, 8); in analyse_instr()
2654 op->type = MKOP(STORE_FP, u | FPCONV, 4); in analyse_instr()
2660 op->type = MKOP(STORE_FP, u, 8); in analyse_instr()
2668 op->type = MKOP(LOAD, 0, 16); in analyse_instr()
2680 op->type = MKOP(LOAD_FP, 0, 16); in analyse_instr()
2686 op->type = MKOP(LOAD_VSX, 0, 8); in analyse_instr()
2694 op->type = MKOP(LOAD_VSX, 0, 4); in analyse_instr()
2707 op->type = MKOP(LOAD, 0, 8); in analyse_instr()
2710 op->type = MKOP(LOAD, UPDATE, 8); in analyse_instr()
2713 op->type = MKOP(LOAD, SIGNEXT, 4); in analyse_instr()
2725 op->type = MKOP(STORE_FP, 0, 16); in analyse_instr()
2734 op->type = MKOP(LOAD_VSX, 0, 16); in analyse_instr()
2745 op->type = MKOP(STORE_VSX, 0, 8); in analyse_instr()
2756 op->type = MKOP(STORE_VSX, 0, 4); in analyse_instr()
2767 op->type = MKOP(STORE_VSX, 0, 16); in analyse_instr()
2780 op->type = MKOP(STORE, 0, 8); in analyse_instr()
2783 op->type = MKOP(STORE, UPDATE, 8); in analyse_instr()
2787 op->type = MKOP(STORE, 0, 16); in analyse_instr()
2811 op->type = MKOP(LOAD, PREFIXED | SIGNEXT, 4); in analyse_instr()
2816 op->type = MKOP(LOAD_VSX, PREFIXED, 8); in analyse_instr()
2822 op->type = MKOP(LOAD_VSX, PREFIXED, 4); in analyse_instr()
2828 op->type = MKOP(STORE_VSX, PREFIXED, 8); in analyse_instr()
2834 op->type = MKOP(STORE_VSX, PREFIXED, 4); in analyse_instr()
2842 op->type = MKOP(LOAD_VSX, PREFIXED, 16); in analyse_instr()
2850 op->type = MKOP(STORE_VSX, PREFIXED, 16); in analyse_instr()
2856 op->type = MKOP(LOAD, PREFIXED, 16); in analyse_instr()
2859 op->type = MKOP(LOAD, PREFIXED, 8); in analyse_instr()
2862 op->type = MKOP(STORE, PREFIXED, 16); in analyse_instr()
2865 op->type = MKOP(STORE, PREFIXED, 8); in analyse_instr()
2877 op->type = MKOP(LOAD, PREFIXED, 4); in analyse_instr()
2880 op->type = MKOP(LOAD, PREFIXED, 1); in analyse_instr()
2883 op->type = MKOP(STORE, PREFIXED, 4); in analyse_instr()
2886 op->type = MKOP(STORE, PREFIXED, 1); in analyse_instr()
2889 op->type = MKOP(LOAD, PREFIXED, 2); in analyse_instr()
2892 op->type = MKOP(LOAD, PREFIXED | SIGNEXT, 2); in analyse_instr()
2895 op->type = MKOP(STORE, PREFIXED, 2); in analyse_instr()
2898 op->type = MKOP(LOAD_FP, PREFIXED | FPCONV, 4); in analyse_instr()
2901 op->type = MKOP(LOAD_FP, PREFIXED, 8); in analyse_instr()
2904 op->type = MKOP(STORE_FP, PREFIXED | FPCONV, 4); in analyse_instr()
2907 op->type = MKOP(STORE_FP, PREFIXED, 8); in analyse_instr()