OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LDRSH
(Results
1 - 3
of
3
) sorted by null
/system/core/libpixelflinger/codeflinger/
ARMAssemblerProxy.cpp
133
// LDRH/LDRSB/
LDRSH
/STRH
230
void ARMAssemblerProxy::
LDRSH
(int cc, int Rd, int Rn, uint32_t offset) {
231
mTarget->
LDRSH
(cc, Rd, Rn, offset);
ARMAssembler.cpp
318
void ARMAssembler::
LDRSH
(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)",
930
void ArmToMipsAssembler::
LDRSH
(int cc, int Rd, int Rn, uint32_t offset)
[
all
...]
Completed in 1065 milliseconds