pand.py (6540:17414b661543) pand.py (6542:059e35b593a8)
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

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

70def macroop PAND_XMM_P {
71 rdip t7
72 lea t1, seg, riprel, disp, dataSize=asz
73 ldfp ufp1, seg, [1, t0, t1], dataSize=8
74 ldfp ufp2, seg, [1, t0, t1], 8, dataSize=8
75 mand xmml, xmml, ufp1
76 mand xmmh, xmmh, ufp2
77};
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

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

70def macroop PAND_XMM_P {
71 rdip t7
72 lea t1, seg, riprel, disp, dataSize=asz
73 ldfp ufp1, seg, [1, t0, t1], dataSize=8
74 ldfp ufp2, seg, [1, t0, t1], 8, dataSize=8
75 mand xmml, xmml, ufp1
76 mand xmmh, xmmh, ufp2
77};
78
79def macroop PANDN_XMM_XMM {
80 mandn xmml, xmml, xmmlm
81 mandn xmmh, xmmh, xmmhm
82};
83
84def macroop PANDN_XMM_M {
85 lea t1, seg, sib, disp, dataSize=asz
86 ldfp ufp1, seg, [1, t0, t1], dataSize=8
87 ldfp ufp2, seg, [1, t0, t1], 8, dataSize=8
88 mandn xmml, xmml, ufp1
89 mandn xmmh, xmmh, ufp2
90};
91
92def macroop PANDN_XMM_P {
93 rdip t7
94 lea t1, seg, riprel, disp, dataSize=asz
95 ldfp ufp1, seg, [1, t0, t1], dataSize=8
96 ldfp ufp2, seg, [1, t0, t1], 8, dataSize=8
97 mandn xmml, xmml, ufp1
98 mandn xmmh, xmmh, ufp2
99};
78'''
100'''
79# PANDN