Searched refs:save (Results 1 - 15 of 15) sorted by relevance

/gem5/ext/pybind11/tools/
H A Dlibsize.py7 # python libsize.py file.so save.txt -- displays the size of file.so and, if save.txt exists, compares it to the
8 # size in it, then overwrites save.txt with the new size for future runs.
11 sys.exit("Invalid arguments: usage: python libsize.py file.so save.txt")
14 save = sys.argv[2] variable
23 if os.path.exists(save):
24 with open(save) as sf:
36 with open(save, 'w') as sf:
/gem5/src/arch/sparc/insts/
H A Dblockmem.cc42 bool save = flags[IsStore]; local
45 if (save) {
50 printReg(response, _srcRegIdx[!save ? 0 : 1]);
52 printReg(response, _srcRegIdx[!save ? 1 : 2]);
67 bool save = flags[IsStore]; local
70 if (save) {
H A Dmem.cc70 bool save = flags[IsStore]; local
73 if (save) {
78 if (_srcRegIdx[!save ? 0 : 1].index() != 0) {
79 printReg(response, _srcRegIdx[!save ? 0 : 1]);
/gem5/src/dev/storage/
H A Ddisk_image.hh132 void save() const;
133 void save(const std::string &file) const;
H A Ddisk_image.cc180 void process() { image->save(); delete this; }
333 CowDiskImage::save() const function in class:CowDiskImage
340 save(filename);}
343 CowDiskImage::save(const string &file) const function in class:CowDiskImage
366 panic("Incorrect Table Size during save of COW disk image");
441 save(CheckpointIn::dir() + "/" + cowFilename);
/gem5/ext/systemc/src/sysc/qt/md/
H A Dhppa.s48 stw %rp,-20(%sp) ; save rp to old frame-marker
50 stwm %r3,128(%sp) ; save callee-saves general registers
106 stw %rp,-20(%sp) ; save rp to old frame-marker
108 fstds,ma %fr12,8(%sp) ; save callee-saves float registers
H A Dhppa_b.s54 stw %rp,-20(%sp) ; save return-pointer to frame-marker
118 stw %rp,-20(%sp) ; save return-pointer to frame-marker
H A Dksr1.s35 # 8 bytes fpu register save mask
36 # 4 bytes ipu register save mask
37 # 4 bytes ceu register save mask
275 # to save and restore the remaining registers.
/gem5/util/minorview/
H A Dblobs.py242 cr.save()
309 cr.save()
329 cr.save()
367 cr.save()
428 cr.save()
H A Dview.py114 cr.save()
125 cr.save()
/gem5/ext/testlib/
H A Dresult.py154 def save(results, path, protocol=pickle.HIGHEST_PROTOCOL): member in class:InternalSavedResults
265 # skipped or errored, save this with the test metadata.
295 def save(results, path): member in class:JUnitSavedResults
H A Dhandlers.py103 :param directory: Directory to save test stdout/stderr and aggregate
156 result.InternalSavedResults.save(
159 result.JUnitSavedResults.save(
/gem5/tests/test-progs/asmtest/src/riscv/env/v/
H A Dentry.S79 # save gprs
/gem5/ext/googletest/googlemock/scripts/
H A Dupload.py138 save_cookies: If True, save the authentication cookies to local disk.
352 self.cookie_jar.save()
386 # Don't save cookies across runs of update.py.
420 help="Do not save authentication cookies to local disk.")
1012 # We want to save the left hash, as that identifies the base file.
/gem5/ext/googletest/googletest/scripts/
H A Dupload.py138 save_cookies: If True, save the authentication cookies to local disk.
352 self.cookie_jar.save()
386 # Don't save cookies across runs of update.py.
420 help="Do not save authentication cookies to local disk.")
1012 # We want to save the left hash, as that identifies the base file.

Completed in 28 milliseconds