Lines Matching refs:LOAD
2332 op->type = MKOP(LOAD, u, 4); in analyse_instr()
2337 op->type = MKOP(LOAD, u, 1); in analyse_instr()
2390 op->type = MKOP(LOAD, u, 8); in analyse_instr()
2411 op->type = MKOP(LOAD, u, 2); in analyse_instr()
2417 op->type = MKOP(LOAD, SIGNEXT | u, 4); in analyse_instr()
2423 op->type = MKOP(LOAD, SIGNEXT | u, 2); in analyse_instr()
2433 op->type = MKOP(LOAD, BYTEREV, 8); in analyse_instr()
2442 op->type = MKOP(LOAD, BYTEREV, 4); in analyse_instr()
2520 op->type = MKOP(LOAD, BYTEREV, 2); in analyse_instr()
2756 op->type = MKOP(LOAD, u, 4); in analyse_instr()
2762 op->type = MKOP(LOAD, u, 1); in analyse_instr()
2780 op->type = MKOP(LOAD, u, 2); in analyse_instr()
2786 op->type = MKOP(LOAD, SIGNEXT | u, 2); in analyse_instr()
2837 op->type = MKOP(LOAD, 0, 16); in analyse_instr()
2876 op->type = MKOP(LOAD, 0, 8); in analyse_instr()
2879 op->type = MKOP(LOAD, UPDATE, 8); in analyse_instr()
2882 op->type = MKOP(LOAD, SIGNEXT, 4); in analyse_instr()
2996 op->type = MKOP(LOAD, PREFIXED | SIGNEXT, 4); in analyse_instr()
3041 op->type = MKOP(LOAD, PREFIXED, 16); in analyse_instr()
3044 op->type = MKOP(LOAD, PREFIXED, 8); in analyse_instr()
3076 op->type = MKOP(LOAD, PREFIXED, 4); in analyse_instr()
3079 op->type = MKOP(LOAD, PREFIXED, 1); in analyse_instr()
3088 op->type = MKOP(LOAD, PREFIXED, 2); in analyse_instr()
3091 op->type = MKOP(LOAD, PREFIXED | SIGNEXT, 2); in analyse_instr()
3119 case LOAD: in analyse_instr()
3412 case LOAD: in emulate_loadstore()