move.py (6051:47a52383002b) move.py (6610:dbfe22c711d5)
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

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

341 br label("processDescriptor")
342globalDescriptor:
343 ld t3, tsg, [1, t0, t2], dataSize=8, addressSize=8
344processDescriptor:
345 chks t1, t3, SSCheck, dataSize=8
346 wrdl reg, t3, t1
347 wrsel reg, t1
348};
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

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

341 br label("processDescriptor")
342globalDescriptor:
343 ld t3, tsg, [1, t0, t2], dataSize=8, addressSize=8
344processDescriptor:
345 chks t1, t3, SSCheck, dataSize=8
346 wrdl reg, t3, t1
347 wrsel reg, t1
348};
349
350def macroop MOVNTI_M_R {
351 st reg, seg, sib, disp
352};
353
354def macroop MOVNTI_P_R {
355 rdip t7
356 st reg, seg, riprel, disp
357};
349'''
350#let {{
351# class MOVD(Inst):
352# "GenFault ${new UnimpInstFault}"
358'''
359#let {{
360# class MOVD(Inst):
361# "GenFault ${new UnimpInstFault}"
353# class MOVNTI(Inst):
354# "GenFault ${new UnimpInstFault}"
355#}};
362#}};