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