Home | History | Annotate | Download | only in qemu

Lines Matching full:load

325     // The "qtrace.load" and "qtrace.store" files are optional
329 // Create the "qtrace.load" file
330 char *fname = create_trace_path(filename, ".load");
791 if ((insn & 0x00000090) == 0x00000090) /* Multiplies, extra load/store, Table 3-2 */
833 else if ((insn & 0x0e400ff0) == 0x00000090) /* 3-2: load/store halfword, reg offset */
840 if ((insn & 0x00100000) != 0) /* it's a load, there's a 2-cycle interlock */
843 else if ((insn & 0x0e400ff0) == 0x00400090) /* 3-2: load/store halfword, imm offset */
849 if ((insn & 0x00100000) != 0) /* it's a load, there's a 2-cycle interlock */
852 else if ((insn & 0x0e500fd0) == 0x000000d0) /* 3-2: load/store two words, reg offset */
856 else if ((insn & 0x0e500fd0) == 0x001000d0) /* 3-2: load/store half/byte, reg offset */
863 if ((insn & 0x00100000) != 0) /* load, 2-cycle interlock */
866 else if ((insn & 0x0e5000d0) == 0x004000d0) /* 3-2: load/store two words, imm offset */
870 else if ((insn & 0x0e5000d0) == 0x005000d0) /* 3-2: load/store half/byte, imm offset */
876 if ((insn & 0x00100000) != 0) /* load, 2-cycle interlock */
943 case 2: /* load/store immediate */
960 if ((insn & 0x10) == 0) /* load/store register offset */
978 case 4: /* load/store multiple */
998 /* create defs, all registers locked until the end of the load */
1011 case 6: /* coprocessor load/store */
1162 case 9: /* load from literal pool */
1170 case 11: /* load/store register offset */
1209 case 13: /* load word immediate offset */
1219 case 15: /* load byte immediate offset */
1238 case 17: /* load halfword immediate offset */
1255 case 19: /* load from stack */
1322 case 25: /* load multiple */