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

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

63 mand mmx, mmx, ufp1
64};
65
66def macroop PAND_MMX_P {
67 rdip t7
68 ldfp ufp1, seg, riprel, disp, dataSize=8
69 mand mmx, mmx, ufp1
70};
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

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

63 mand mmx, mmx, ufp1
64};
65
66def macroop PAND_MMX_P {
67 rdip t7
68 ldfp ufp1, seg, riprel, disp, dataSize=8
69 mand mmx, mmx, ufp1
70};
71
72def macroop PANDN_MMX_MMX {
73 mandn mmx, mmx, mmxm
74};
75
76def macroop PANDN_MMX_M {
77 ldfp ufp1, seg, sib, disp, dataSize=8
78 mandn mmx, mmx, ufp1
79};
80
81def macroop PANDN_MMX_P {
82 rdip t7
83 ldfp ufp1, seg, riprel, disp, dataSize=8
84 mandn mmx, mmx, ufp1
85};
71'''
86'''
72# PANDN