Lines Matching refs:DOP
115 #define DOP(op) ((op) << 5)
129 #define FABSS (OPC1(0x2) | OPC3(0x34) | DOP(0x09))
130 #define FADDD (OPC1(0x2) | OPC3(0x34) | DOP(0x42))
131 #define FADDS (OPC1(0x2) | OPC3(0x34) | DOP(0x41))
132 #define FCMPD (OPC1(0x2) | OPC3(0x35) | DOP(0x52))
133 #define FCMPS (OPC1(0x2) | OPC3(0x35) | DOP(0x51))
134 #define FDIVD (OPC1(0x2) | OPC3(0x34) | DOP(0x4e))
135 #define FDIVS (OPC1(0x2) | OPC3(0x34) | DOP(0x4d))
136 #define FDTOI (OPC1(0x2) | OPC3(0x34) | DOP(0xd2))
137 #define FDTOS (OPC1(0x2) | OPC3(0x34) | DOP(0xc6))
138 #define FITOD (OPC1(0x2) | OPC3(0x34) | DOP(0xc8))
139 #define FITOS (OPC1(0x2) | OPC3(0x34) | DOP(0xc4))
140 #define FMOVS (OPC1(0x2) | OPC3(0x34) | DOP(0x01))
141 #define FMULD (OPC1(0x2) | OPC3(0x34) | DOP(0x4a))
142 #define FMULS (OPC1(0x2) | OPC3(0x34) | DOP(0x49))
143 #define FNEGS (OPC1(0x2) | OPC3(0x34) | DOP(0x05))
144 #define FSTOD (OPC1(0x2) | OPC3(0x34) | DOP(0xc9))
145 #define FSTOI (OPC1(0x2) | OPC3(0x34) | DOP(0xd1))
146 #define FSUBD (OPC1(0x2) | OPC3(0x34) | DOP(0x46))
147 #define FSUBS (OPC1(0x2) | OPC3(0x34) | DOP(0x45))