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

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
pr20068.s 4 LDR R0, =0x12345678
5 @LDR R0, =0x87654321
  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 285 void ARMAssembler::LDR(int cc, int Rd, int Rn, uint32_t offset) {
512 // LDR(B)/STR(B)/PLD (immediate and Rm can be negative, which indicate U=0)
516 "LDR(B)/STR(B)/PLD immediate too big (%08x)",
525 "LDR(B)/STR(B)/PLD immediate too big (%08x)",
ARMAssemblerProxy.cpp 110 // LDR(B)/STR(B)/PLD
212 void ARMAssemblerProxy::LDR(int cc, int Rd, int Rn, uint32_t offset) {
213 mTarget->LDR(cc, Rd, Rn, offset);
MIPS64Assembler.cpp 244 // LDR(B)/STR(B)/PLD (immediate and Rm can be negative, which indicate U=0)
248 "LDR(B)/STR(B)/PLD immediate too big (%08x)",
258 "LDR(B)/STR(B)/PLD immediate too big (%08x)",
750 void ArmToMips64Assembler::LDR(int cc __unused, int Rd, int Rn, uint32_t offset)
762 Rn = R_sp; // convert LDR via Arm SP to LW via Mips SP
    [all...]
Arm64Assembler.cpp 641 void ArmToArm64Assembler::LDR(int cc, int Rd, int Rn, uint32_t op_type)
989 "LDR","LDRB","LDRH","STR","STRB","STRH"
1035 LOG_INSTR("LDR W%d, [SP], #%d\n",Rt,simm);
1037 LOG_INSTR("LDR W%d, [X%d], #%d\n",Rt, Rn, simm);
    [all...]
MIPSAssembler.cpp 255 // LDR(B)/STR(B)/PLD (immediate and Rm can be negative, which indicate U=0)
259 "LDR(B)/STR(B)/PLD immediate too big (%08x)",
269 "LDR(B)/STR(B)/PLD immediate too big (%08x)",
762 void ArmToMipsAssembler::LDR(int cc __unused, int Rd, int Rn, uint32_t offset)
774 Rn = R_sp; // convert LDR via Arm SP to LW via Mips SP
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
tables.go 188 LDR
657 LDR: "LDR",
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
tables.go 188 LDR
657 LDR: "LDR",
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
tables.go 530 LDR
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
tables.go 530 LDR
    [all...]

Completed in 498 milliseconds