HomeSort by relevance Sort by last modified time
    Searched refs:STR (Results 151 - 175 of 278) sorted by null

1 2 3 4 5 67 8 91011>>

  /system/core/libpixelflinger/codeflinger/
load_store.cpp 33 if (inc) STR(AL, s.reg, addr.reg, immed12_post(4));
34 else STR(AL, s.reg, addr.reg);
ARMAssembler.h 75 // LDR(B)/STR(B)/PLD
119 virtual void STR (int cc, int Rd,
ARMAssemblerProxy.h 64 // LDR(B)/STR(B)/PLD
108 virtual void STR (int cc, int Rd,
GGLAssembler.h 44 STR(AL, REG, mBuilderContext.Rctx, immed12_pre(GGL_OFFSETOF(FIELD)))
144 mGen.STR(mGen.AL, reg, mGen.SP, mGen.immed12_pre(-4, 1));
  /toolchain/binutils/binutils-2.25/libiberty/testsuite/
test-pexecute.c 136 check_line (int line, FILE *e, const char *str)
142 p = str;
173 #define CHECK_LINE(E, STR) check_line (__LINE__, E, STR)
  /external/libopus/celt/arm/
celt_pitch_xcorr_arm.s 406 STR r14, [r2], #4
496 STR r10, [r2], #4
498 STR r11, [r2], #4
537 STR r14, [r2], #4
  /external/tremolo/Tremolo/
floor1ARM.s 61 STR r5,[r1],#4
  /toolchain/binutils/binutils-2.25/gas/config/
tc-arm.h 179 #define TC_START_LABEL(C,S,STR) (C == ':' || (C == '/' && arm_data_in_code ()))
180 #define tc_canonicalize_symbol_name(str) arm_canonicalize_symbol_name (str);
276 # define md_elf_section_type(str, len) arm_elf_section_type (str, len)
tc-nds32.h 134 #define TC_START_LABEL(C, S, STR) (C == ':' && nds32_start_label (0, 0))
  /external/libedit/src/
search.c 111 el_match(const Char *str, const Char *pat)
127 if (Strstr(str, pat) != 0)
132 rv = regexec(&re, ct_encode_string(str, &conv), (size_t)0, NULL,
141 rv = regexec(re, ct_encode_string(str, &conv));
151 return re_exec(ct_encode_string(str, &conv) == 1);
160 c_hmatch(EditLine *el, const Char *str)
164 el->el_search.patbuf, str);
167 return el_match(str, el->el_search.patbuf);
470 dir == ED_SEARCH_PREV_HISTORY ? STR("\n/") : STR("\n?") )
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s 698 STR tmp1, [pDst], #4
711 STR tmp1, [pDst], dstStep
  /hardware/qcom/audio/post_proc/
volume_listener.c 29 #define XSTR(x) STR(x)
30 #define STR(x) #x
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
sp-pc-validations-bad.s 165 @ STR (immediate, ARM)
166 str r0,[pc],#4 @ Unpredictable label
167 str r0,[pc,#4]! @ ditto label
169 @ STR (register)
170 str r0,[r1,pc, LSL #4] @ Unpredictable label
171 str r0,[r1,pc, LSL #4]! @ ditto label
172 str r0,[r1],pc, LSL #4 @ ditto label
  /external/libunwind/src/dwarf/
Gfde.c 59 # define STR(x) STR2(x)
  /external/llvm/test/MC/AArch64/
arm64-diags.s 118 str d1, [x3, w3, sxtx #3]
122 ; CHECK-ERRORS: str d1, [x3, w3, sxtx #3]
177 str x2, [x2], #8
178 str x2, [x2, #8]!
179 str w2, [x2], #8
180 str w2, [x2, #8]!
236 ; CHECK-ERRORS: error: unpredictable STR instruction, writeback base is also a source
237 ; CHECK-ERRORS: str x2, [x2], #8
239 ; CHECK-ERRORS: error: unpredictable STR instruction, writeback base is also a source
240 ; CHECK-ERRORS: str x2, [x2, #8]
    [all...]
  /external/mesa3d/src/mesa/program/
program_lexer.l 238 STR{sz}{cc}{sat} { return_opcode(require_NV_fp, BIN_OP, STR, 3); }
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_DecodeCoeffsToPair_s.s 318 STR pPosCoefbuf, [ppPosCoefbuf]
omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s 468 STR sum1,[pDstTemp]
omxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s 319 STR Q_0, [pQ0], #4
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_DecodeCoeffsToPair_s.s 318 STR pPosCoefbuf, [ppPosCoefbuf]
  /development/ndk/platforms/android-9/arch-mips/include/asm/
mipsregs.h 29 #ifndef STR
30 #define STR(x) __STR(x)
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
persistence.hpp 464 STR = 3, //!< text string in UTF-8 encoding
465 STRING = STR, //!< synonym for STR
741 CV_EXPORTS FileStorage& operator << (FileStorage& fs, const String& str);
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/
mipsregs.h 29 #ifndef STR
30 #define STR(x) __STR(x)
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm/
mipsregs.h 29 #ifndef STR
30 #define STR(x) __STR(x)
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm/
mipsregs.h 29 #ifndef STR
30 #define STR(x) __STR(x)
    [all...]

Completed in 1010 milliseconds

1 2 3 4 5 67 8 91011>>