summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/insts/simd128/floating_point/logical/andp.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/isa/insts/simd128/floating_point/logical/andp.py')
-rw-r--r--src/arch/x86/isa/insts/simd128/floating_point/logical/andp.py46
1 files changed, 44 insertions, 2 deletions
diff --git a/src/arch/x86/isa/insts/simd128/floating_point/logical/andp.py b/src/arch/x86/isa/insts/simd128/floating_point/logical/andp.py
index 104af8fa3..e3eaf16a0 100644
--- a/src/arch/x86/isa/insts/simd128/floating_point/logical/andp.py
+++ b/src/arch/x86/isa/insts/simd128/floating_point/logical/andp.py
@@ -97,6 +97,48 @@ def macroop ANDPD_XMM_P {
mand xmml, xmml, ufp1
mand xmmh, xmmh, ufp2
};
+
+def macroop ANDNPS_XMM_XMM {
+ mandn xmml, xmml, xmmlm
+ mandn xmmh, xmmh, xmmhm
+};
+
+def macroop ANDNPS_XMM_M {
+ lea t1, seg, sib, disp, dataSize=asz
+ ldfp ufp1, seg, [1, t0, t1], dataSize=8
+ ldfp ufp2, seg, [1, t0, t1], 8, dataSize=8
+ mandn xmml, xmml, ufp1
+ mandn xmmh, xmmh, ufp2
+};
+
+def macroop ANDNPS_XMM_P {
+ rdip t7
+ lea t1, seg, riprel, disp, dataSize=asz
+ ldfp ufp1, seg, [1, t0, t1], dataSize=8
+ ldfp ufp2, seg, [1, t0, t1], 8, dataSize=8
+ mandn xmml, xmml, ufp1
+ mandn xmmh, xmmh, ufp2
+};
+
+def macroop ANDNPD_XMM_XMM {
+ mandn xmml, xmml, xmmlm
+ mandn xmmh, xmmh, xmmhm
+};
+
+def macroop ANDNPD_XMM_M {
+ lea t1, seg, sib, disp, dataSize=asz
+ ldfp ufp1, seg, [1, t0, t1], dataSize=8
+ ldfp ufp2, seg, [1, t0, t1], 8, dataSize=8
+ mandn xmml, xmml, ufp1
+ mandn xmmh, xmmh, ufp2
+};
+
+def macroop ANDNPD_XMM_P {
+ rdip t7
+ lea t1, seg, riprel, disp, dataSize=asz
+ ldfp ufp1, seg, [1, t0, t1], dataSize=8
+ ldfp ufp2, seg, [1, t0, t1], 8, dataSize=8
+ mandn xmml, xmml, ufp1
+ mandn xmmh, xmmh, ufp2
+};
'''
-# ANDNPS
-# ANDNPD