Lines Matching refs:LOAD
2255 op->type = MKOP(LOAD, u, 4); in analyse_instr()
2260 op->type = MKOP(LOAD, u, 1); in analyse_instr()
2313 op->type = MKOP(LOAD, u, 8); in analyse_instr()
2334 op->type = MKOP(LOAD, u, 2); in analyse_instr()
2340 op->type = MKOP(LOAD, SIGNEXT | u, 4); in analyse_instr()
2346 op->type = MKOP(LOAD, SIGNEXT | u, 2); in analyse_instr()
2356 op->type = MKOP(LOAD, BYTEREV, 8); in analyse_instr()
2365 op->type = MKOP(LOAD, BYTEREV, 4); in analyse_instr()
2443 op->type = MKOP(LOAD, BYTEREV, 2); in analyse_instr()
2679 op->type = MKOP(LOAD, u, 4); in analyse_instr()
2685 op->type = MKOP(LOAD, u, 1); in analyse_instr()
2703 op->type = MKOP(LOAD, u, 2); in analyse_instr()
2709 op->type = MKOP(LOAD, SIGNEXT | u, 2); in analyse_instr()
2760 op->type = MKOP(LOAD, 0, 16); in analyse_instr()
2799 op->type = MKOP(LOAD, 0, 8); in analyse_instr()
2802 op->type = MKOP(LOAD, UPDATE, 8); in analyse_instr()
2805 op->type = MKOP(LOAD, SIGNEXT, 4); in analyse_instr()
2919 op->type = MKOP(LOAD, PREFIXED | SIGNEXT, 4); in analyse_instr()
2964 op->type = MKOP(LOAD, PREFIXED, 16); in analyse_instr()
2967 op->type = MKOP(LOAD, PREFIXED, 8); in analyse_instr()
2999 op->type = MKOP(LOAD, PREFIXED, 4); in analyse_instr()
3002 op->type = MKOP(LOAD, PREFIXED, 1); in analyse_instr()
3011 op->type = MKOP(LOAD, PREFIXED, 2); in analyse_instr()
3014 op->type = MKOP(LOAD, PREFIXED | SIGNEXT, 2); in analyse_instr()
3042 case LOAD: in analyse_instr()
3333 case LOAD: in emulate_loadstore()