HomeSort by relevance Sort by last modified time
    Searched refs:STM (Results 1 - 25 of 59) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
thumb2_ldmstm_bad.d 1 #name: Invalid Thumb-2 LDM/STM instructions
udf.l 2 ^[^:]*:16: IT blocks containing 16-bit Thumb instructions of the following class are deprecated in ARMv8: Short branches, Undefined, SVC, LDM/STM
armv8-a-it-bad.l 7 .*:40: IT blocks containing 16-bit Thumb instructions of the following class are deprecated in ARMv8: Short branches, Undefined, SVC, LDM/STM
11 .*:55: IT blocks containing 16-bit Thumb instructions of the following class are deprecated in ARMv8: Short branches, Undefined, SVC, LDM/STM
13 .*:58: IT blocks containing 16-bit Thumb instructions of the following class are deprecated in ARMv8: Short branches, Undefined, SVC, LDM/STM
stm-ldm.d 2 #name: STM and LDM
5 # Test the `STM*' and `LDM*' instructions
thumb2_ldmstm_bad.s 15 @ UNPREDICTABLE Thumb-2 encodings of STM/STMIA/STMEA as specified
thumb2_ldmstm.s 38 @ Valid Thumb-2 encodings of STM/STMIA/STMEA as specified by section
48 @ as written, but gas translates (stm|ldm) rn(!), {rd} into an
thumb2_ldmstm.d 1 # name: Thumb-2 LDM/STM
  /external/llvm/lib/Target/AMDGPU/
AMDGPUAsmPrinter.cpp 117 const AMDGPUSubtarget &STM = MF->getSubtarget<AMDGPUSubtarget>();
119 if (STM.isAmdHsaOS()) {
127 const AMDGPUSubtarget &STM = MF->getSubtarget<AMDGPUSubtarget>();
128 if (MFI->isKernel() && STM.isAmdHsaOS()) {
159 const AMDGPUSubtarget &STM = MF.getSubtarget<AMDGPUSubtarget>();
161 if (STM.getGeneration() >= AMDGPUSubtarget::SOUTHERN_ISLANDS) {
163 if (!STM.isAmdHsaOS()) {
181 if (STM.getGeneration() >= AMDGPUSubtarget::SOUTHERN_ISLANDS) {
233 if (STM.dumpCode()) {
253 const R600Subtarget &STM = MF.getSubtarget<R600Subtarget>()
    [all...]
SILoadStoreOptimizer.cpp 414 const SISubtarget &STM = MF.getSubtarget<SISubtarget>();
415 if (!STM.loadStoreOptEnabled())
418 TII = STM.getInstrInfo();
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic54x/
set.s 6 STM #56h, AUX_R1
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/Ia32/
SmiException.asm 42 DB 0 ; BIOS to STM
43 DB 0 ; STM to BIOS
SmiException.S 44 .byte 0 # BIOS to STM
45 .byte 0 # STM to BIOS
SmiEntry.S 237 # below step is needed, because STM does not run above code.
272 # STM init finish
SmiEntry.asm 243 ; below step is needed, because STM does not run above code.
279 ; STM init finish
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/X64/
SmiException.asm 47 DB 0 ; BIOS to STM
48 DB 0 ; STM to BIOS
SmiException.S 47 .byte 0 # BIOS to STM
48 .byte 0 # STM to BIOS
SmiEntry.S 267 # below step is needed, because STM does not run above code.
278 # STM init finish
SmiEntry.asm 264 ; below step is needed, because STM does not run above code.
275 ; STM init finish
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Arm/
SetJumpLongJump.asm 42 STM R0, {R3-R12,R14}
  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 134 STM(AL, FD, SP, 1, LSAVED);
144 STM(AL, FD, SP, 1, touched | LLR);
326 void ARMAssembler::STM(int cc, int dir,
ARMAssemblerProxy.cpp 239 void ARMAssemblerProxy::STM(int cc, int dir, int Rn, int W, uint32_t reg_list) {
240 mTarget->STM(cc, dir, Rn, W, reg_list);
ARMAssembler.h 135 virtual void STM(int cc, int dir,
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetData.cpp 356 StructLayoutMap *STM = static_cast<StructLayoutMap*>(LayoutMap);
357 StructLayout *&SL = (*STM)[Ty];
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
inst.go 382 AddrLDM // R ? [R] but formats as R, for LDM/STM only
383 AddrLDM_WB // R! - [R], X where X is instruction-specific amount, for LDM/STM only
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
inst.go 382 AddrLDM // R ? [R] but formats as R, for LDM/STM only
383 AddrLDM_WB // R! - [R], X where X is instruction-specific amount, for LDM/STM only

Completed in 271 milliseconds

1 2 3