logical.py (6087:7736bc8824a1) logical.py (6089:030c2a63fb61)
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

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

335def macroop NOT_P
336{
337 limm t1, -1
338 rdip t7
339 ldst t2, seg, riprel, disp
340 xor t2, t2, t1
341 st t2, seg, riprel, disp
342};
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

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

335def macroop NOT_P
336{
337 limm t1, -1
338 rdip t7
339 ldst t2, seg, riprel, disp
340 xor t2, t2, t1
341 st t2, seg, riprel, disp
342};
343
344def macroop NOT_LOCKED_M
345{
346 limm t1, -1
347 ldstl t2, seg, sib, disp
348 xor t2, t2, t1
349 stul t2, seg, sib, disp
350};
351
352def macroop NOT_LOCKED_P
353{
354 limm t1, -1
355 rdip t7
356 ldstl t2, seg, riprel, disp
357 xor t2, t2, t1
358 stul t2, seg, riprel, disp
359};
343'''
360'''