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

  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 321 void ARMAssembler::STRH(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
233 void ARMAssemblerProxy::STRH(int cc, int Rd, int Rn, uint32_t offset) {
234 mTarget->STRH(cc, Rd, Rn, offset);
MIPS64Assembler.cpp 288 // LDRH/LDRSB/LDRSH/STRH (immediate and Rm can be negative, which indicate U=0)
294 "LDRH/LDRSB/LDRSH/STRH immediate too big (%08x)",
302 "LDRH/LDRSB/LDRSH/STRH immediate too big (%08x)",
929 void ArmToMips64Assembler::STRH(int cc, int Rd, int Rn, uint32_t offset)
    [all...]
Arm64Assembler.cpp 673 void ArmToArm64Assembler::STRH(int cc, int Rd, int Rn, uint32_t op_type)
990 "LDR","LDRB","LDRH","STR","STRB","STRH"
    [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)",
937 void ArmToMipsAssembler::STRH(int cc, int Rd, int Rn, uint32_t offset)
    [all...]

Completed in 922 milliseconds