HomeSort by relevance Sort by last modified time
    Searched refs:STRH (Results 76 - 92 of 92) sorted by null

1 2 34

  /system/core/libpixelflinger/codeflinger/
Arm64Assembler.cpp 672 void ArmToArm64Assembler::STRH(int cc, int Rd, int Rn, uint32_t op_type)
989 "LDR","LDRB","LDRH","STR","STRB","STRH"
    [all...]
GGLAssembler.cpp 781 STRH(ic, depth, zbase);
    [all...]
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...]
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...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 964 case ARM::STRi12: case ARM::STRH: case ARM::STRBi12:
    [all...]
ARMAsmPrinter.cpp     [all...]
ARMFastISel.cpp     [all...]
  /system/core/libpixelflinger/tests/arch-mips64/assembler/
mips64_assembler_test.cpp 544 case INSTR_STRH: a64asm->STRH(test.cond, Rd,Rn,op2); break;
  /system/core/libpixelflinger/tests/arch-arm64/assembler/
arm64_assembler_test.cpp 591 case INSTR_STRH: a64asm->STRH(test.cond, Rd,Rn,op2); break;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp     [all...]
ARMFastISel.cpp     [all...]
ARMBaseInstrInfo.cpp     [all...]
  /external/llvm/test/MC/ARM/
v8_IT_manual.s 387 @ STRH reg, encoding T1
391 @ STRH reg, encoding T2 (32-bit)
395 @ STRH imm, encoding T1
402 @ STRH imm, encoding T2 (32-bit)
406 @ STRH imm, encoding T3 (32-bit)
    [all...]
basic-thumb2-instructions.s     [all...]
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp     [all...]
  /external/swiftshader/third_party/LLVM/test/MC/ARM/
basic-thumb2-instructions.s     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp     [all...]

Completed in 1448 milliseconds

1 2 34