Lines Matching refs:LOAD
2326 op->type = MKOP(LOAD, u, 4); in analyse_instr()
2331 op->type = MKOP(LOAD, u, 1); in analyse_instr()
2384 op->type = MKOP(LOAD, u, 8); in analyse_instr()
2405 op->type = MKOP(LOAD, u, 2); in analyse_instr()
2411 op->type = MKOP(LOAD, SIGNEXT | u, 4); in analyse_instr()
2417 op->type = MKOP(LOAD, SIGNEXT | u, 2); in analyse_instr()
2427 op->type = MKOP(LOAD, BYTEREV, 8); in analyse_instr()
2436 op->type = MKOP(LOAD, BYTEREV, 4); in analyse_instr()
2514 op->type = MKOP(LOAD, BYTEREV, 2); in analyse_instr()
2750 op->type = MKOP(LOAD, u, 4); in analyse_instr()
2756 op->type = MKOP(LOAD, u, 1); in analyse_instr()
2774 op->type = MKOP(LOAD, u, 2); in analyse_instr()
2780 op->type = MKOP(LOAD, SIGNEXT | u, 2); in analyse_instr()
2831 op->type = MKOP(LOAD, 0, 16); in analyse_instr()
2870 op->type = MKOP(LOAD, 0, 8); in analyse_instr()
2873 op->type = MKOP(LOAD, UPDATE, 8); in analyse_instr()
2876 op->type = MKOP(LOAD, SIGNEXT, 4); in analyse_instr()
2990 op->type = MKOP(LOAD, PREFIXED | SIGNEXT, 4); in analyse_instr()
3035 op->type = MKOP(LOAD, PREFIXED, 16); in analyse_instr()
3038 op->type = MKOP(LOAD, PREFIXED, 8); in analyse_instr()
3070 op->type = MKOP(LOAD, PREFIXED, 4); in analyse_instr()
3073 op->type = MKOP(LOAD, PREFIXED, 1); in analyse_instr()
3082 op->type = MKOP(LOAD, PREFIXED, 2); in analyse_instr()
3085 op->type = MKOP(LOAD, PREFIXED | SIGNEXT, 2); in analyse_instr()
3113 case LOAD: in analyse_instr()
3406 case LOAD: in emulate_loadstore()