Home
last modified time | relevance | path

Searched refs:STORE (Results 1 – 25 of 72) sorted by relevance

123

/external/e2fsprogs/lib/ext2fs/
Dicount.c652 #define STORE 0x02 macro
664 { STORE, 42, 42, 42 },
665 { STORE, 1, 1, 1 },
666 { STORE, 2, 2, 2 },
667 { STORE, 3, 3, 3 },
668 { STORE, 10, 1, 1 },
669 { STORE, 42, 0, 0 },
690 { STORE, 1, 1, 1 },
691 { STORE, 2, 2, 2 },
692 { STORE, 3, 3, 3 },
[all …]
/external/valgrind/memcheck/tests/
Dcond_st.stderr.exp-64bit-non-arm3 STORE CASE 0
8 STORE CASE 1
13 STORE CASE 2
18 STORE CASE 3
23 STORE CASE 4
40 STORE CASE 5
57 STORE CASE 6
74 STORE CASE 7
91 STORE CASE 8
102 STORE CASE 9
[all …]
Dcond_st.stderr.exp-arm3 STORE CASE 0
8 STORE CASE 1
13 STORE CASE 2
18 STORE CASE 3
23 STORE CASE 4
40 STORE CASE 5
57 STORE CASE 6
74 STORE CASE 7
91 STORE CASE 8
102 STORE CASE 9
[all …]
Dcond_st.stderr.exp-32bit-non-arm3 STORE CASE 0
8 STORE CASE 1
13 STORE CASE 2
18 STORE CASE 3
23 STORE CASE 4
40 STORE CASE 5
57 STORE CASE 6
74 STORE CASE 7
91 STORE CASE 8
102 STORE CASE 9
[all …]
/external/bison/lib/
Dquotearg.c257 #define STORE(c) \ in quotearg_buffer_restyled() macro
274 STORE ('"'); in quotearg_buffer_restyled()
317 STORE (*quote_string); in quotearg_buffer_restyled()
330 STORE ('\''); in quotearg_buffer_restyled()
367 STORE ('\\'); in quotearg_buffer_restyled()
375 STORE ('0'); in quotearg_buffer_restyled()
376 STORE ('0'); in quotearg_buffer_restyled()
410 STORE ('?'); in quotearg_buffer_restyled()
411 STORE ('"'); in quotearg_buffer_restyled()
412 STORE ('"'); in quotearg_buffer_restyled()
[all …]
/external/elfutils/src/libelf/
Dgelf_xlate.c67 #define STORE(Bits, ptr, val) (*(uint##Bits##_t *) ptr = val) macro
79 #define STORE(Bits, ptr, val) (((union unaligned *) ptr)->u##Bits = val) macro
98 case 2: STORE (16, dest, bswap_16 (FETCH (16, ptr))); break; \
99 case 4: STORE (32, dest, bswap_32 (FETCH (32, ptr))); break; \
100 case 8: STORE (64, dest, bswap_64 (FETCH (64, ptr))); break; \
/external/boringssl/src/crypto/chacha/
Dchacha_vec.c53 #define STORE(m, r) ({ \ macro
85 #define STORE(m, r) _mm_storeu_si128((__m128i *)(m), (__m128i)(r)) macro
140 STORE(op + d + 0, LOAD(in + d + 0) ^ REVV_BE(v0)); \
141 STORE(op + d + 4, LOAD(in + d + 4) ^ REVV_BE(v1)); \
142 STORE(op + d + 8, LOAD(in + d + 8) ^ REVV_BE(v2)); \
143 STORE(op + d +12, LOAD(in + d +12) ^ REVV_BE(v3));
303 STORE(op + 0, LOAD(ip + 0) ^ REVV_BE(v0 + s0)); in CRYPTO_chacha_20_neon()
306 STORE(op + 4, LOAD(ip + 4) ^ REVV_BE(v1 + s1)); in CRYPTO_chacha_20_neon()
309 STORE(op + 8, LOAD(ip + 8) ^ in CRYPTO_chacha_20_neon()
/external/v8/src/compiler/
Dmachine-operator.cc165 #define STORE(Type) \ macro
184 MACHINE_TYPE_LIST(STORE)
185 #undef STORE
223 #define STORE(Type) \ in Store() macro
232 MACHINE_TYPE_LIST(STORE) in Store()
233 #undef STORE in Store()
/external/webp/src/dsp/
Ddec.c26 #define STORE(x, y, v) \ macro
31 STORE(0, y, DC + (d)); \
32 STORE(1, y, DC + (c)); \
33 STORE(2, y, DC - (c)); \
34 STORE(3, y, DC - (d)); \
71 STORE(0, 0, a + d); in TransformOne()
72 STORE(1, 0, b + c); in TransformOne()
73 STORE(2, 0, b - c); in TransformOne()
74 STORE(3, 0, a - d); in TransformOne()
112 STORE(i, j, DC); in TransformDC()
[all …]
Denc.c85 #define STORE(x, y, v) \ macro
117 STORE(0, i, a + d); in ITransformOne()
118 STORE(1, i, b + c); in ITransformOne()
119 STORE(2, i, b - c); in ITransformOne()
120 STORE(3, i, a - d); in ITransformOne()
193 #undef STORE
/external/pcre/dist/sljit/
DsljitNativeARM_64.c768 #define STORE 0x01 macro
923 tmp_r = (flags & STORE) ? TMP_REG3 : reg; in getput_arg()
1353 if (getput_arg_fast(compiler, flags | STORE, dst_r, dst, dstw)) in sljit_emit_op1()
1356 return getput_arg(compiler, flags | STORE, dst_r, dst, dstw, 0, 0); in sljit_emit_op1()
1389 if (getput_arg_fast(compiler, mem_flags | STORE, dst_r, dst, dstw)) in sljit_emit_op1()
1392 return getput_arg(compiler, mem_flags | STORE, dst_r, dst, dstw, 0, 0); in sljit_emit_op1()
1424 …if ((dst & SLJIT_MEM) && !getput_arg_fast(compiler, mem_flags | STORE | ARG_TEST, TMP_REG1, dst, d… in sljit_emit_op2()
1473 getput_arg_fast(compiler, mem_flags | STORE, dst_r, dst, dstw); in sljit_emit_op2()
1476 return getput_arg(compiler, mem_flags | STORE, TMP_REG1, dst, dstw, 0, 0); in sljit_emit_op2()
1527 if (!(flags & STORE)) in emit_fop_mem()
[all …]
DsljitNativeARM_T2_32.c788 #define STORE 0x01 macro
964 FAIL_IF(push_inst16(compiler, STR_SP | ((flags & STORE) ? 0 : 0x800) | RDN3(reg) | (argw >> 2))); in getput_arg_fast()
1014 tmp_r = (flags & STORE) ? TMP_REG3 : reg; in getput_arg()
1389 if (getput_arg_fast(compiler, flags | STORE, dst_r, dst, dstw)) in sljit_emit_op1()
1392 return getput_arg(compiler, flags | STORE, dst_r, dst, dstw, 0, 0); in sljit_emit_op1()
1421 if (getput_arg_fast(compiler, flags | STORE, dst_r, dst, dstw)) in sljit_emit_op1()
1424 return getput_arg(compiler, flags | STORE, dst_r, dst, dstw, 0, 0); in sljit_emit_op1()
1448 …if ((dst & SLJIT_MEM) && !getput_arg_fast(compiler, WORD_SIZE | STORE | ARG_TEST, TMP_REG1, dst, d… in sljit_emit_op2()
1500 getput_arg_fast(compiler, WORD_SIZE | STORE, dst_r, dst, dstw); in sljit_emit_op2()
1503 return getput_arg(compiler, WORD_SIZE | STORE, TMP_REG1, dst, dstw, 0, 0); in sljit_emit_op2()
[all …]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
DH264TrackImpl.java223 IGNORE, BUFFER, STORE, END enumConstant
261 case STORE: in readSamples()
352 action = NALActions.STORE; // Will only work in single slice per frame mode! in handleNALUnit()
/external/llvm/test/Transforms/SLPVectorizer/X86/
Dhorizontal.ll372 …or-store -S < %s -mtriple=x86_64-apple-macosx -mcpu=corei7-avx | FileCheck %s --check-prefix=STORE
381 ; STORE-LABEL: store_red_double
382 ; STORE: fmul fast <2 x double>
383 ; STORE: extractelement <2 x double>
384 ; STORE: extractelement <2 x double>
/external/llvm/lib/Target/R600/
DAMDGPUISelLowering.cpp147 setOperationAction(ISD::STORE, MVT::f32, Promote); in AMDGPUTargetLowering()
148 AddPromotedToType(ISD::STORE, MVT::f32, MVT::i32); in AMDGPUTargetLowering()
150 setOperationAction(ISD::STORE, MVT::v2f32, Promote); in AMDGPUTargetLowering()
151 AddPromotedToType(ISD::STORE, MVT::v2f32, MVT::v2i32); in AMDGPUTargetLowering()
153 setOperationAction(ISD::STORE, MVT::v4f32, Promote); in AMDGPUTargetLowering()
154 AddPromotedToType(ISD::STORE, MVT::v4f32, MVT::v4i32); in AMDGPUTargetLowering()
156 setOperationAction(ISD::STORE, MVT::v8f32, Promote); in AMDGPUTargetLowering()
157 AddPromotedToType(ISD::STORE, MVT::v8f32, MVT::v8i32); in AMDGPUTargetLowering()
159 setOperationAction(ISD::STORE, MVT::v16f32, Promote); in AMDGPUTargetLowering()
160 AddPromotedToType(ISD::STORE, MVT::v16f32, MVT::v16i32); in AMDGPUTargetLowering()
[all …]
DSIISelLowering.cpp87 setOperationAction(ISD::STORE, MVT::v8i32, Custom); in SITargetLowering()
88 setOperationAction(ISD::STORE, MVT::v16i32, Custom); in SITargetLowering()
90 setOperationAction(ISD::STORE, MVT::i1, Custom); in SITargetLowering()
91 setOperationAction(ISD::STORE, MVT::v4i32, Custom); in SITargetLowering()
182 case ISD::STORE: in SITargetLowering()
223 setTargetDAGCombine(ISD::STORE); in SITargetLowering()
700 case ISD::STORE: return LowerSTORE(Op, DAG); in LowerOperation()
1737 case ISD::STORE: in PerformDAGCombine()
1766 NewOps[N->getOpcode() == ISD::STORE ? 2 : 1] = NewPtr; in PerformDAGCombine()
/external/mockito/cglib-and-asm/src/org/mockito/asm/
DLabel.java73 static final int STORE = 32; field in Label
/external/llvm/lib/Target/Mips/
DMipsISelDAGToDAG.cpp211 case ISD::STORE: in Select()
DMips16ISelDAGToDAG.cpp144 case ISD::STORE: { in getMips16SPRefReg()
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h509 LOAD, STORE, enumerator
DSelectionDAGNodes.h1127 return getOperand(getOpcode() == ISD::STORE ? 2 : 1);
1135 N->getOpcode() == ISD::STORE ||
1858 N->getOpcode() == ISD::STORE;
1896 : LSBaseSDNode(ISD::STORE, Order, dl, ChainValuePtrOff, 4,
1915 return N->getOpcode() == ISD::STORE;
/external/llvm/lib/Target/SystemZ/
DSystemZPatterns.td40 // with LOAD, OPERATOR and STORE being the read, modify and write
98 // condition is false. Record that they are equivalent to a LOAD/select/STORE
DREADME.txt88 We don't use the halfword forms of LOAD REVERSED and STORE REVERSED
/external/llvm/lib/Target/BPF/
DBPFInstrInfo.td286 // STORE instructions
287 class STORE<bits<2> SizeOp, string OpcodeStr, list<dag> Pattern>
307 : STORE<Opc, OpcodeStr, [(OpNode i64:$src, ADDRri:$addr)]>;
/external/v8/src/
Dhydrogen-instructions.cc4678 if (access_type == STORE) { in SetGVNFlags()
4690 if (access_type == STORE) { in SetGVNFlags()
4697 if (access_type == STORE) { in SetGVNFlags()
4704 if (access_type == STORE) { in SetGVNFlags()
4711 if (access_type == STORE) { in SetGVNFlags()
4718 if (access_type == STORE) { in SetGVNFlags()
4725 if (access_type == STORE) { in SetGVNFlags()
4732 if (access_type == STORE) { in SetGVNFlags()
4739 if (access_type == STORE) { in SetGVNFlags()

123