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

  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 307 void ARMAssembler::STRH(int cc, int Rd, int Rn, uint32_t offset) {
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)",
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 284 // LDRH/LDRSB/LDRSH/STRH (immediate and Rm can be negative, which indicate U=0)
290 "LDRH/LDRSB/LDRSH/STRH immediate too big (%08x)",
298 "LDRH/LDRSB/LDRSH/STRH immediate too big (%08x)",
921 void ArmToMips64Assembler::STRH(int cc __unused, int Rd, int Rn, uint32_t offset)
    [all...]
Arm64Assembler.cpp 672 void ArmToArm64Assembler::STRH(int cc, int Rd, int Rn, uint32_t op_type)
989 "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)",
933 void ArmToMipsAssembler::STRH(int cc __unused, int Rd, int Rn, uint32_t offset)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
tables.go 370 STRH
839 STRH: "STRH",
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
tables.go 370 STRH
839 STRH: "STRH",
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
tables.go 2658 STRH
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
tables.go 2658 STRH
    [all...]

Completed in 492 milliseconds