Lines Matching refs:LOAD
2336 op->type = MKOP(LOAD, u, 4); in analyse_instr()
2341 op->type = MKOP(LOAD, u, 1); in analyse_instr()
2394 op->type = MKOP(LOAD, u, 8); in analyse_instr()
2415 op->type = MKOP(LOAD, u, 2); in analyse_instr()
2421 op->type = MKOP(LOAD, SIGNEXT | u, 4); in analyse_instr()
2427 op->type = MKOP(LOAD, SIGNEXT | u, 2); in analyse_instr()
2437 op->type = MKOP(LOAD, BYTEREV, 8); in analyse_instr()
2446 op->type = MKOP(LOAD, BYTEREV, 4); in analyse_instr()
2524 op->type = MKOP(LOAD, BYTEREV, 2); in analyse_instr()
2760 op->type = MKOP(LOAD, u, 4); in analyse_instr()
2766 op->type = MKOP(LOAD, u, 1); in analyse_instr()
2784 op->type = MKOP(LOAD, u, 2); in analyse_instr()
2790 op->type = MKOP(LOAD, SIGNEXT | u, 2); in analyse_instr()
2841 op->type = MKOP(LOAD, 0, 16); in analyse_instr()
2880 op->type = MKOP(LOAD, 0, 8); in analyse_instr()
2883 op->type = MKOP(LOAD, UPDATE, 8); in analyse_instr()
2886 op->type = MKOP(LOAD, SIGNEXT, 4); in analyse_instr()
3000 op->type = MKOP(LOAD, PREFIXED | SIGNEXT, 4); in analyse_instr()
3045 op->type = MKOP(LOAD, PREFIXED, 16); in analyse_instr()
3048 op->type = MKOP(LOAD, PREFIXED, 8); in analyse_instr()
3080 op->type = MKOP(LOAD, PREFIXED, 4); in analyse_instr()
3083 op->type = MKOP(LOAD, PREFIXED, 1); in analyse_instr()
3092 op->type = MKOP(LOAD, PREFIXED, 2); in analyse_instr()
3095 op->type = MKOP(LOAD, PREFIXED | SIGNEXT, 2); in analyse_instr()
3123 case LOAD: in analyse_instr()
3416 case LOAD: in emulate_loadstore()