Lines Matching refs:LOAD
2178 op->type = MKOP(LOAD, u, 4); in analyse_instr()
2183 op->type = MKOP(LOAD, u, 1); in analyse_instr()
2236 op->type = MKOP(LOAD, u, 8); 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()
2279 op->type = MKOP(LOAD, BYTEREV, 8); in analyse_instr()
2288 op->type = MKOP(LOAD, BYTEREV, 4); in analyse_instr()
2366 op->type = MKOP(LOAD, BYTEREV, 2); in analyse_instr()
2587 op->type = MKOP(LOAD, u, 4); in analyse_instr()
2593 op->type = MKOP(LOAD, 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()
2668 op->type = MKOP(LOAD, 0, 16); 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()
2811 op->type = MKOP(LOAD, PREFIXED | SIGNEXT, 4); in analyse_instr()
2856 op->type = MKOP(LOAD, PREFIXED, 16); in analyse_instr()
2859 op->type = MKOP(LOAD, 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()
2889 op->type = MKOP(LOAD, PREFIXED, 2); in analyse_instr()
2892 op->type = MKOP(LOAD, PREFIXED | SIGNEXT, 2); in analyse_instr()
2920 case LOAD: in analyse_instr()
3222 case LOAD: in emulate_loadstore()