Lines Matching refs:LOAD
1361 op->type = MKOP(LOAD, u, 8); in analyse_instr()
1367 op->type = MKOP(LOAD, u, 4); in analyse_instr()
1372 op->type = MKOP(LOAD, u, 1); in analyse_instr()
1410 op->type = MKOP(LOAD, u, 2); in analyse_instr()
1416 op->type = MKOP(LOAD, SIGNEXT | u, 4); in analyse_instr()
1422 op->type = MKOP(LOAD, SIGNEXT | u, 2); in analyse_instr()
1432 op->type = MKOP(LOAD, BYTEREV, 8); in analyse_instr()
1441 op->type = MKOP(LOAD, BYTEREV, 4); in analyse_instr()
1511 op->type = MKOP(LOAD, BYTEREV, 2); in analyse_instr()
1542 op->type = MKOP(LOAD, u, 4); in analyse_instr()
1548 op->type = MKOP(LOAD, u, 1); in analyse_instr()
1566 op->type = MKOP(LOAD, u, 2); in analyse_instr()
1572 op->type = MKOP(LOAD, SIGNEXT | u, 2); in analyse_instr()
1633 op->type = MKOP(LOAD, 0, 8); in analyse_instr()
1636 op->type = MKOP(LOAD, UPDATE, 8); in analyse_instr()
1639 op->type = MKOP(LOAD, SIGNEXT, 4); in analyse_instr()
1856 case LOAD: in emulate_step()