Lines Matching refs:LOAD
2325 op->type = MKOP(LOAD, u, 4); in analyse_instr()
2330 op->type = MKOP(LOAD, u, 1); in analyse_instr()
2383 op->type = MKOP(LOAD, u, 8); in analyse_instr()
2404 op->type = MKOP(LOAD, u, 2); in analyse_instr()
2410 op->type = MKOP(LOAD, SIGNEXT | u, 4); in analyse_instr()
2416 op->type = MKOP(LOAD, SIGNEXT | u, 2); in analyse_instr()
2426 op->type = MKOP(LOAD, BYTEREV, 8); in analyse_instr()
2435 op->type = MKOP(LOAD, BYTEREV, 4); in analyse_instr()
2513 op->type = MKOP(LOAD, BYTEREV, 2); in analyse_instr()
2749 op->type = MKOP(LOAD, u, 4); in analyse_instr()
2755 op->type = MKOP(LOAD, u, 1); in analyse_instr()
2773 op->type = MKOP(LOAD, u, 2); in analyse_instr()
2779 op->type = MKOP(LOAD, SIGNEXT | u, 2); in analyse_instr()
2830 op->type = MKOP(LOAD, 0, 16); in analyse_instr()
2869 op->type = MKOP(LOAD, 0, 8); in analyse_instr()
2872 op->type = MKOP(LOAD, UPDATE, 8); in analyse_instr()
2875 op->type = MKOP(LOAD, SIGNEXT, 4); in analyse_instr()
2989 op->type = MKOP(LOAD, PREFIXED | SIGNEXT, 4); in analyse_instr()
3034 op->type = MKOP(LOAD, PREFIXED, 16); in analyse_instr()
3037 op->type = MKOP(LOAD, PREFIXED, 8); in analyse_instr()
3069 op->type = MKOP(LOAD, PREFIXED, 4); in analyse_instr()
3072 op->type = MKOP(LOAD, PREFIXED, 1); in analyse_instr()
3081 op->type = MKOP(LOAD, PREFIXED, 2); in analyse_instr()
3084 op->type = MKOP(LOAD, PREFIXED | SIGNEXT, 2); in analyse_instr()
3112 case LOAD: in analyse_instr()
3405 case LOAD: in emulate_loadstore()