Lines Matching refs:LOAD
2271 op->type = MKOP(LOAD, u, 4); in analyse_instr()
2276 op->type = MKOP(LOAD, u, 1); in analyse_instr()
2329 op->type = MKOP(LOAD, u, 8); in analyse_instr()
2350 op->type = MKOP(LOAD, u, 2); in analyse_instr()
2356 op->type = MKOP(LOAD, SIGNEXT | u, 4); in analyse_instr()
2362 op->type = MKOP(LOAD, SIGNEXT | u, 2); in analyse_instr()
2372 op->type = MKOP(LOAD, BYTEREV, 8); in analyse_instr()
2381 op->type = MKOP(LOAD, BYTEREV, 4); in analyse_instr()
2459 op->type = MKOP(LOAD, BYTEREV, 2); in analyse_instr()
2695 op->type = MKOP(LOAD, u, 4); in analyse_instr()
2701 op->type = MKOP(LOAD, u, 1); in analyse_instr()
2719 op->type = MKOP(LOAD, u, 2); in analyse_instr()
2725 op->type = MKOP(LOAD, SIGNEXT | u, 2); in analyse_instr()
2776 op->type = MKOP(LOAD, 0, 16); in analyse_instr()
2815 op->type = MKOP(LOAD, 0, 8); in analyse_instr()
2818 op->type = MKOP(LOAD, UPDATE, 8); in analyse_instr()
2821 op->type = MKOP(LOAD, SIGNEXT, 4); in analyse_instr()
2935 op->type = MKOP(LOAD, PREFIXED | SIGNEXT, 4); in analyse_instr()
2980 op->type = MKOP(LOAD, PREFIXED, 16); in analyse_instr()
2983 op->type = MKOP(LOAD, PREFIXED, 8); in analyse_instr()
3015 op->type = MKOP(LOAD, PREFIXED, 4); in analyse_instr()
3018 op->type = MKOP(LOAD, PREFIXED, 1); in analyse_instr()
3027 op->type = MKOP(LOAD, PREFIXED, 2); in analyse_instr()
3030 op->type = MKOP(LOAD, PREFIXED | SIGNEXT, 2); in analyse_instr()
3058 case LOAD: in analyse_instr()
3351 case LOAD: in emulate_loadstore()