move.py (5540:bf358d99eff7) move.py (5543:3af77710f397)
1# Copyright (c) 2007-2008 The Hewlett-Packard Development Company
2# All rights reserved.
3#
4# Redistribution and use of this software in source and binary forms,
5# with or without modification, are permitted provided that the
6# following conditions are met:
7#
8# The software must be used only for Non-Commercial Use which means any

--- 328 unchanged lines hidden (view full) ---

337processDescriptor:
338 chks t1, t3, SSCheck, dataSize=8
339 wrdl reg, t3, t1
340 wrsel reg, t1
341};
342'''
343#let {{
344# class MOVD(Inst):
1# Copyright (c) 2007-2008 The Hewlett-Packard Development Company
2# All rights reserved.
3#
4# Redistribution and use of this software in source and binary forms,
5# with or without modification, are permitted provided that the
6# following conditions are met:
7#
8# The software must be used only for Non-Commercial Use which means any

--- 328 unchanged lines hidden (view full) ---

337processDescriptor:
338 chks t1, t3, SSCheck, dataSize=8
339 wrdl reg, t3, t1
340 wrsel reg, t1
341};
342'''
343#let {{
344# class MOVD(Inst):
345# "GenFault ${new UnimpInstFault}"
345# "GenFault ${new UnimpInstFault}"
346# class MOVNTI(Inst):
346# class MOVNTI(Inst):
347# "GenFault ${new UnimpInstFault}"
347# "GenFault ${new UnimpInstFault}"
348#}};
348#}};