HomeSort by relevance Sort by last modified time
    Searched defs:LDRH (Results 1 - 3 of 3) sorted by null

  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 307 void ARMAssembler::LDRH(int cc, int Rd, int Rn, uint32_t offset) {
ARMAssemblerProxy.cpp 133 void ARMAssemblerProxy::LDRH(int cc, int Rd, int Rn, uint32_t offset) {
134 mTarget->LDRH(cc, Rd, Rn, offset);
  /external/webkit/Source/JavaScriptCore/assembler/
ARMAssembler.h 150 LDRH = 0x00100090,
512 emitInst(static_cast<ARMWord>(cc) | LDRH | HDT_UH | DT_UP | DT_PRE, rd, rn, rm);
517 emitInst(static_cast<ARMWord>(cc) | LDRH | HDT_UH | DT_PRE, rd, rb, op2);
522 emitInst(static_cast<ARMWord>(cc) | LDRH | HDT_UH | DT_UP | DT_PRE, rd, rb, op2);

Completed in 103 milliseconds