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

  /system/core/libpixelflinger/codeflinger/
ARMAssemblerProxy.cpp 133 // LDRH/LDRSB/LDRSH/STRH
224 void ARMAssemblerProxy::LDRH(int cc, int Rd, int Rn, uint32_t offset) {
225 mTarget->LDRH(cc, Rd, Rn, offset);
ARMAssembler.cpp 312 void ARMAssembler::LDRH(int cc, int Rd, int Rn, uint32_t offset) {
558 // LDRH/LDRSB/LDRSH/STRH (immediate and Rm can be negative, which indicate U=0)
564 "LDRH/LDRSB/LDRSH/STRH immediate too big (%08x)",
576 "LDRH/LDRSB/LDRSH/STRH immediate too big (%08x)",
MIPSAssembler.cpp 295 // LDRH/LDRSB/LDRSH/STRH (immediate and Rm can be negative, which indicate U=0)
303 "LDRH/LDRSB/LDRSH/STRH immediate too big (%08x)",
313 "LDRH/LDRSB/LDRSH/STRH immediate too big (%08x)",
895 void ArmToMipsAssembler::LDRH(int cc, int Rd, int Rn, uint32_t offset)
    [all...]
  /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 67 milliseconds