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

  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 315 void ARMAssembler::LDRSB(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)",
ARMAssemblerProxy.cpp 133 // LDRH/LDRSB/LDRSH/STRH
227 void ARMAssemblerProxy::LDRSB(int cc, int Rd, int Rn, uint32_t offset) {
228 mTarget->LDRSB(cc, Rd, Rn, offset);
Arm64Assembler.cpp 664 void ArmToArm64Assembler::LDRSB(int /*cc*/, int /*Rd*/, int /*Rn*/, uint32_t /*offset*/)
    [all...]
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)",
923 void ArmToMipsAssembler::LDRSB(int cc, int Rd, int Rn, uint32_t offset)
    [all...]

Completed in 105 milliseconds