Lines Matching refs:LOAD
2338 op->type = MKOP(LOAD, u, 4); in analyse_instr()
2343 op->type = MKOP(LOAD, u, 1); in analyse_instr()
2396 op->type = MKOP(LOAD, u, 8); in analyse_instr()
2417 op->type = MKOP(LOAD, u, 2); in analyse_instr()
2423 op->type = MKOP(LOAD, SIGNEXT | u, 4); in analyse_instr()
2429 op->type = MKOP(LOAD, SIGNEXT | u, 2); in analyse_instr()
2439 op->type = MKOP(LOAD, BYTEREV, 8); in analyse_instr()
2448 op->type = MKOP(LOAD, BYTEREV, 4); in analyse_instr()
2526 op->type = MKOP(LOAD, BYTEREV, 2); in analyse_instr()
2762 op->type = MKOP(LOAD, u, 4); in analyse_instr()
2768 op->type = MKOP(LOAD, u, 1); in analyse_instr()
2786 op->type = MKOP(LOAD, u, 2); in analyse_instr()
2792 op->type = MKOP(LOAD, SIGNEXT | u, 2); in analyse_instr()
2843 op->type = MKOP(LOAD, 0, 16); in analyse_instr()
2882 op->type = MKOP(LOAD, 0, 8); in analyse_instr()
2885 op->type = MKOP(LOAD, UPDATE, 8); in analyse_instr()
2888 op->type = MKOP(LOAD, SIGNEXT, 4); in analyse_instr()
3002 op->type = MKOP(LOAD, PREFIXED | SIGNEXT, 4); in analyse_instr()
3047 op->type = MKOP(LOAD, PREFIXED, 16); in analyse_instr()
3050 op->type = MKOP(LOAD, PREFIXED, 8); in analyse_instr()
3082 op->type = MKOP(LOAD, PREFIXED, 4); in analyse_instr()
3085 op->type = MKOP(LOAD, PREFIXED, 1); in analyse_instr()
3094 op->type = MKOP(LOAD, PREFIXED, 2); in analyse_instr()
3097 op->type = MKOP(LOAD, PREFIXED | SIGNEXT, 2); in analyse_instr()
3125 case LOAD: in analyse_instr()
3416 case LOAD: in emulate_loadstore()