Lines Matching refs:write

164             # In case there are predicated register reads and write, declare
193 # Compose the op_wb string. If we're going to write back the
303 self.parser.get_file('header').write(self.header_output)
305 self.parser.get_file('decoder').write(self.decoder_output)
307 self.parser.get_file('exec').write(self.exec_output)
309 self.parser.get_file('decode_block').write(self.decode_block)
575 error('Attempt to write integer register as FP')
713 # Read destination register to write
994 error('Attempt to write condition-code register as FP')
1057 error('Attempt to write control register as FP')
1235 # Check if this operand has read/write predication. If true, then
1369 # Check if this operand has read/write predication. If true, then
1655 f.write('#ifndef __ARCH_%(isa)s_GENERATED_DECODER_HH__\n'
1660 f.write('#include "%s"\n' % fn)
1664 f.write('namespace %s {\n#include "%s"\n}\n'
1666 f.write('\n#endif // __ARCH_%s_GENERATED_DECODER_HH__\n' %
1673 f.write('#include "%s"\n' % fn)
1677 f.write('#include "%s"\n' % fn)
1680 f.write('#include "%s"\n' % fn)
1684 f.write('#include "%s"\n' % fn)
1699 f.write('#include "%s"\n' % fn)
1702 f.write('#include "%s"\n' % fn)
1721 f.write('#include "%s"\n' % fn)
1722 f.write('#include "cpu/exec_context.hh"\n')
1723 f.write('#include "decoder.hh"\n')
1923 f.write('\n#endif\n')
1965 def split(self, sec, write=False):
1971 if write:
1972 f.write(s)
2034 # This tricky setup (immediately above) allows us to just write
2634 f.write(ISAParser.scaremonger_template % self)
2641 f.write(contents)