square_root.py (6518:1ad4a7774b3c) square_root.py (6519:36369ba5fad6)
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

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

58# SQRTPD
59# SQRTSS
60
61def macroop SQRTSD_XMM_XMM {
62 sqrtfp xmml, xmml, xmmlm
63};
64
65def macroop SQRTSD_XMM_M {
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

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

58# SQRTPD
59# SQRTSS
60
61def macroop SQRTSD_XMM_XMM {
62 sqrtfp xmml, xmml, xmmlm
63};
64
65def macroop SQRTSD_XMM_M {
66 ldfp ufp1, seg, sib, disp
66 ldfp ufp1, seg, sib, disp, dataSize=8
67 sqrtfp xmml, xmml, ufp1
68};
69
70def macroop SQRTSD_XMM_P {
71 rdip t7
67 sqrtfp xmml, xmml, ufp1
68};
69
70def macroop SQRTSD_XMM_P {
71 rdip t7
72 ldfp ufp1, seg, riprel, disp
72 ldfp ufp1, seg, riprel, disp, dataSize=8
73 sqrtfp xmml, xmml, ufp1
74};
75'''
73 sqrtfp xmml, xmml, ufp1
74};
75'''