Lines Matching full:redx
78 unsigned *rECX, unsigned *rEDX) {
88 "=d" (*rEDX)
98 "=d" (*rEDX)
113 *rEDX = registers[3];
125 unsigned *rEDX) {
135 "=d" (*rEDX)
145 *rEDX = registers[3];
158 "=d" (*rEDX)
173 mov esi,rEDX
185 static bool GetX86XCR0(unsigned *rEAX, unsigned *rEDX) {
190 __asm__ (".byte 0x0f, 0x01, 0xd0" : "=a" (*rEAX), "=d" (*rEDX) : "c" (0));
195 *rEDX = Result >> 32;