Lines Matching refs:LOAD
2160 op->type = MKOP(LOAD, u, 4); in analyse_instr()
2165 op->type = MKOP(LOAD, u, 1); in analyse_instr()
2218 op->type = MKOP(LOAD, u, 8); in analyse_instr()
2239 op->type = MKOP(LOAD, u, 2); in analyse_instr()
2245 op->type = MKOP(LOAD, SIGNEXT | u, 4); in analyse_instr()
2251 op->type = MKOP(LOAD, SIGNEXT | u, 2); in analyse_instr()
2261 op->type = MKOP(LOAD, BYTEREV, 8); in analyse_instr()
2270 op->type = MKOP(LOAD, BYTEREV, 4); in analyse_instr()
2348 op->type = MKOP(LOAD, BYTEREV, 2); in analyse_instr()
2543 op->type = MKOP(LOAD, u, 4); in analyse_instr()
2549 op->type = MKOP(LOAD, u, 1); in analyse_instr()
2567 op->type = MKOP(LOAD, u, 2); in analyse_instr()
2573 op->type = MKOP(LOAD, SIGNEXT | u, 2); in analyse_instr()
2624 op->type = MKOP(LOAD, 0, 16); in analyse_instr()
2659 op->type = MKOP(LOAD, 0, 8); in analyse_instr()
2662 op->type = MKOP(LOAD, UPDATE, 8); in analyse_instr()
2665 op->type = MKOP(LOAD, SIGNEXT, 4); in analyse_instr()
2752 op->type = MKOP(LOAD, PREFIXED | SIGNEXT, 4); in analyse_instr()
2795 op->type = MKOP(LOAD, PREFIXED, 16); in analyse_instr()
2798 op->type = MKOP(LOAD, PREFIXED, 8); in analyse_instr()
2816 op->type = MKOP(LOAD, PREFIXED, 4); in analyse_instr()
2819 op->type = MKOP(LOAD, PREFIXED, 1); in analyse_instr()
2828 op->type = MKOP(LOAD, PREFIXED, 2); in analyse_instr()
2831 op->type = MKOP(LOAD, PREFIXED | SIGNEXT, 2); in analyse_instr()
3141 case LOAD: in emulate_loadstore()