xchg.py (5119:a4469f2919f3) xchg.py (6088:c698cbf56cf1)
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

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

90
91def macroop XCHG_P_R
92{
93 rdip t7
94 ldst t1, seg, riprel, disp
95 st reg, seg, riprel, disp
96 mov reg, reg, t1
97};
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

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

90
91def macroop XCHG_P_R
92{
93 rdip t7
94 ldst t1, seg, riprel, disp
95 st reg, seg, riprel, disp
96 mov reg, reg, t1
97};
98
99def macroop XCHG_LOCKED_M_R
100{
101 ldstl t1, seg, sib, disp
102 stul reg, seg, sib, disp
103 mov reg, reg, t1
104};
105
106def macroop XCHG_LOCKED_P_R
107{
108 rdip t7
109 ldstl t1, seg, riprel, disp
110 stul reg, seg, riprel, disp
111 mov reg, reg, t1
112};
98'''
113'''