HomeSort by relevance Sort by last modified time
    Searched refs:rcr (Results 1 - 4 of 4) sorted by null

  /external/qemu/hw/
smc91c111.c 23 uint16_t rcr; member in struct:__anon6335
235 s->rcr = 0;
268 case 4: /* RCR */
269 SET_LOW(rcr, value);
272 SET_HIGH(rcr, value);
273 if (s->rcr & RCR_SOFT_RST)
440 case 4: /* RCR */
441 return s->rcr & 0xff;
443 return s->rcr >> 8;
598 if ((s->rcr & RCR_RXEN) == 0 || (s->rcr & RCR_SOFT_RST)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_stdlib.c 175 rcr ecx,1
177 rcr eax,1
235 rcr ebx,1
237 rcr eax,1
311 rcr ecx,1
313 rcr eax,1
369 rcr ebx,1
371 rcr eax,1
455 rcr ecx,1
457 rcr eax,
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
assyntax.h 545 #define RCR_L(a, b) CHOICE(rcrl ARG2(a,b), rcrl ARG2(a,b), _LTOG rcr ARG2(b,a))
546 #define RCR_W(a, b) CHOICE(rcrw ARG2(a,b), rcrw ARG2(a,b), _WTOG rcr ARG2(b,a))
    [all...]
  /external/v8/src/x64/
assembler-x64.h 805 void rcr(Register dst, Immediate imm8) { function in class:v8::internal::Assembler
    [all...]

Completed in 215 milliseconds