semaphores.py (5119:a4469f2919f3) semaphores.py (5543:3af77710f397)
1# Copyright (c) 2007 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

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

76
77 mov t1, t1, reg, flags=(CZF,)
78 st t1, seg, riprel, disp
79 mov rax, rax, t1, flags=(nCZF,)
80};
81'''
82#let {{
83# class XADD(Inst):
1# Copyright (c) 2007 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

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

76
77 mov t1, t1, reg, flags=(CZF,)
78 st t1, seg, riprel, disp
79 mov rax, rax, t1, flags=(nCZF,)
80};
81'''
82#let {{
83# class XADD(Inst):
84# "GenFault ${new UnimpInstFault}"
84# "GenFault ${new UnimpInstFault}"
85# class XCHG(Inst):
85# class XCHG(Inst):
86# "GenFault ${new UnimpInstFault}"
86# "GenFault ${new UnimpInstFault}"
87#}};
87#}};