/system/core/libpixelflinger/codeflinger/ |
ARMAssemblerProxy.h | 125 virtual void SWP(int cc, int Rn, int Rd, int Rm);
|
ARMAssemblerProxy.cpp | 243 void ARMAssemblerProxy::SWP(int cc, int Rn, int Rd, int Rm) { 244 mTarget->SWP(cc, Rn, Rd, Rm);
|
ARMAssembler.h | 138 virtual void SWP(int cc, int Rn, int Rd, int Rm);
|
ARMAssemblerInterface.h | 178 virtual void SWP(int cc, int Rn, int Rd, int Rm) = 0;
|
ARMAssembler.cpp | 355 void ARMAssembler::SWP(int cc, int Rn, int Rd, int Rm) {
|
MIPSAssembler.h | 137 virtual void SWP(int cc, int Rn, int Rd, int Rm);
|
MIPSAssembler.cpp | 1005 void ArmToMipsAssembler::SWP(int cc, int Rn, int Rd, int Rm) { [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/ |
SDL_os2fslib.c | 127 SWP swpDesktop, swp; local 147 WinQueryWindowPos(hwnd, &swp); 148 if (x+swp.cx>swpDesktop.cx) 149 x = swpDesktop.cx - swp.cx; 154 if (y+swp.cy>swpDesktop.cy) 155 y = swpDesktop.cy - swp.cy; 161 WinQueryWindowPos(hwnd, &swp); 162 x = swp.x; 163 y = swp.y 533 SWP swp; local 667 SWP swp; local 992 SWP swp; local [all...] |
/external/llvm/test/MC/ARM/ |
basic-arm-instructions.s | [all...] |