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

1 2 3 4 5 67 8 91011>>

  /frameworks/compile/libbcc/tools/bcc/
Main.cpp 50 #define STR(a) STR2(a)
299 dlsym(RTLD_DEFAULT, STR(RS_COMPILER_DRIVER_INIT_FN));
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerProxy.cpp 110 // LDR(B)/STR(B)/PLD
218 void ARMAssemblerProxy::STR(int cc, int Rd, int Rn, uint32_t offset) {
219 mTarget->STR(cc, Rd, Rn, offset);
load_store.cpp 37 if (inc) STR(AL, s.reg, addr.reg, immed12_post(4));
38 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)
  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Include/Omap3530/
Omap3530MMCHS.h 38 #define STR BIT3
  /device/linaro/bootloader/edk2/Omap35xxPkg/Include/Omap3530/
Omap3530MMCHS.h 38 #define STR BIT3
  /external/libopus/celt/arm/
celt_pitch_xcorr_arm_gnu.s 411 STR r14, [r2], #4
501 STR r10, [r2], #4
503 STR r11, [r2], #4
542 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...]
  /external/ltp/testcases/kernel/ipc/pipeio/
pipeio.c 862 #define STR "parent: received SIGCHLD\n"
863 write(STDOUT_FILENO, str, strlen(STR));
  /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 32 #define XSTR(x) STR(x)
33 #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); }
  /external/swiftshader/third_party/LLVM/test/MC/ARM/
thumb-diagnostics.s 98 @ Out of range immediates for STR instruction.
99 str r2, [r7, #-1]
100 str r5, [r1, #3]
101 str r3, [r7, #128]
103 @ CHECK-ERRORS: str r2, [r7, #-1]
106 @ CHECK-ERRORS: str r5, [r1, #3]
109 @ CHECK-ERRORS: str r3, [r7, #128]
  /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

Completed in 1057 milliseconds

1 2 3 4 5 67 8 91011>>