Searched defs:LDRH (Results 1 - 5 of 5) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp298 void ARMAssembler::LDRH(int cc, int Rd, int Rn, uint32_t offset) { function in class:android::ARMAssembler
544 // LDRH/LDRSB/LDRSH/STRH (immediate and Rm can be negative, which indicate U=0)
550 "LDRH/LDRSB/LDRSH/STRH immediate too big (%08x)",
562 "LDRH/LDRSB/LDRSH/STRH immediate too big (%08x)",
H A DARMAssemblerProxy.cpp133 // LDRH/LDRSB/LDRSH/STRH
224 void ARMAssemblerProxy::LDRH(int cc, int Rd, int Rn, uint32_t offset) { function in class:android::ARMAssemblerProxy
225 mTarget->LDRH(cc, Rd, Rn, offset);
H A DMIPS64Assembler.cpp281 // LDRH/LDRSB/LDRSH/STRH (immediate and Rm can be negative, which indicate U=0)
287 "LDRH/LDRSB/LDRSH/STRH immediate too big (%08x)",
295 "LDRH/LDRSB/LDRSH/STRH immediate too big (%08x)",
880 void ArmToMips64Assembler::LDRH(int cc, int Rd, int Rn, uint32_t offset) function in class:android::ArmToMips64Assembler
H A DArm64Assembler.cpp659 void ArmToArm64Assembler::LDRH(int cc, int Rd, int Rn, uint32_t op_type) function in class:android::ArmToArm64Assembler
989 "LDR","LDRB","LDRH","STR","STRB","STRH"
H A DMIPSAssembler.cpp290 // LDRH/LDRSB/LDRSH/STRH (immediate and Rm can be negative, which indicate U=0)
298 "LDRH/LDRSB/LDRSH/STRH immediate too big (%08x)",
308 "LDRH/LDRSB/LDRSH/STRH immediate too big (%08x)",
890 void ArmToMipsAssembler::LDRH(int cc, int Rd, int Rn, uint32_t offset) function in class:android::ArmToMipsAssembler

Completed in 119 milliseconds