Searched refs:COPY (Results 26 - 50 of 129) sorted by relevance

123456

/external/elfutils/0.153/backends/
H A Darm_reloc.def48 RELOC_TYPE (COPY, EXEC)
H A Di386_reloc.def29 RELOC_TYPE (COPY, EXEC)
H A Dsh_reloc.def59 RELOC_TYPE (COPY, EXEC)
H A Dx86_64_reloc.def33 RELOC_TYPE (COPY, EXEC)
H A Ds390_reloc.def37 RELOC_TYPE (COPY, EXEC)
/external/chromium_org/third_party/zlib/
H A Dgzguts.h82 #define COPY 1 /* copy input directly */ macro
H A Dgzread.c94 left unchanged if there is no more input data available, will be set to COPY
220 state->how = COPY;
301 Returns -1 on error, otherwise 0. gz_make() will leave state->have as COPY
315 if (state->how == COPY) { /* straight copy */
426 else if (state->how == COPY) { /* read directly */
/external/freetype/src/gzip/
H A Dinfcodes.c22 COPY, /* o: copying bytes in window, waiting for space */ enumerator in enum:__anon21548
46 } copy; /* if EXT or COPY, where and how much */
196 c->mode = COPY;
197 case COPY: /* o: copying bytes in window, waiting for space */
/external/libpng/projects/owatcom/
H A Dpngconfig.mak13 COPY=copy macro
33 $(COPY) pnglibconf.h $@
53 $(COPY) dfn2.out $@
64 $(COPY) dfn2.out $@
103 @$(COPY) << config.inf
118 @$(COPY) << pngconfig.dfa
/external/llvm/lib/Target/R600/
H A DSIFixSGPRCopies.cpp18 /// %vreg1 <vsrc> = COPY %vreg0 <sgpr>
23 /// %vreg3 <vsrc> = COPY %vreg2 <vgpr>
38 /// %vreg3 <vsrc> = COPY %vreg2 <vgpr>
53 /// %vreg3 <sgpr> = COPY %vreg2 <vgpr>
64 /// will be unable to perform the COPY removal from the above example which
65 /// ultimately led to the creation of an illegal COPY.
131 /// that isn't a COPY returns the register class of that instruction.
132 /// \return The register defined by the first non-COPY instruction.
139 // or a COPY, therefore it cannot be a physical register.
148 case AMDGPU::COPY
[all...]
H A DR600MachineScheduler.cpp184 if (MI->getOpcode() != AMDGPU::COPY)
234 case AMDGPU::COPY:
306 case AMDGPU::COPY:
/external/openssl/crypto/bn/asm/
H A Dpa-risc2W.s135 COPY %r0,%ret0 ; return 0 by default
303 COPY %r0,%ret0 ; return 0 by default
384 COPY ht_1,%ret0 ; carry = ht
426 COPY ht_0,%ret0 ; copy carry
585 COPY %r0,%ret0 ; return 0 by default
661 COPY %r0,%ret0 ; return 0 by default
682 COPY sub_tmp2,%ret0
693 COPY sub_tmp2,%ret0
714 COPY sub_tmp2,%ret0
758 COPY
[all...]
H A Dpa-risc2.s144 COPY %r0,%ret1 ; return 0 by default
314 COPY %r0,%ret1 ; return 0 by default
394 COPY ht_1,%ret1 ; carry = ht
436 COPY ht_0,%ret1 ; copy carry
596 COPY %r0,%ret1 ; return 0 by default
672 COPY %r0,%ret1 ; return 0 by default
693 COPY sub_tmp2,%ret1
704 COPY sub_tmp2,%ret1
725 COPY sub_tmp2,%ret1
765 COPY
[all...]
/external/chromium_org/courgette/
H A Dencoded_program.h69 COPY = 1, // COPY <count> <bytes> - copy bytes to output. enumerator in enum:courgette::EncodedProgram::OP
70 COPY1 = 2, // COPY1 <byte> - same as COPY 1 <byte>.
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DSIAssignInterpRegs.cpp131 TII->get(TargetOpcode::COPY), virtReg)
/external/mesa3d/src/gallium/drivers/radeon/
H A DSIAssignInterpRegs.cpp131 TII->get(TargetOpcode::COPY), virtReg)
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dgzguts.h173 #define COPY 1 /* copy input directly */ macro
H A Dgzread.c79 left unchanged if there is no more input data available, will be set to COPY
162 state->how = COPY;
224 otherwise 0. gz_fetch() will leave state->how as COPY or GZIP unless the
233 case LOOK: /* -> LOOK, COPY (only if never GZIP), or GZIP */
239 case COPY: /* -> COPY */
355 else if (state->how == COPY) { /* read directly */
/external/qemu/distrib/zlib-1.2.8/
H A Dgzguts.h157 #define COPY 1 /* copy input directly */ macro
H A Dgzread.c79 left unchanged if there is no more input data available, will be set to COPY
162 state->how = COPY;
224 otherwise 0. gz_fetch() will leave state->how as COPY or GZIP unless the
233 case LOOK: /* -> LOOK, COPY (only if never GZIP), or GZIP */
239 case COPY: /* -> COPY */
355 else if (state->how == COPY) { /* read directly */
/external/zlib/src/
H A Dgzguts.h157 #define COPY 1 /* copy input directly */ macro
/external/chromium_org/third_party/skia/src/core/
H A DSkPaint.cpp107 #define COPY(field) field = src.field macro
121 COPY(fTextSize);
122 COPY(fTextScaleX);
123 COPY(fTextSkewX);
124 COPY(fColor);
125 COPY(fWidth);
126 COPY(fMiterLimit);
127 COPY(fBitfields);
128 COPY(fDirtyBits);
131 COPY(fGenerationI
134 #undef COPY macro
156 #define COPY macro
187 #undef COPY macro
[all...]
/external/skia/src/core/
H A DSkPaint.cpp109 #define COPY(field) field = src.field macro
123 COPY(fTextSize);
124 COPY(fTextScaleX);
125 COPY(fTextSkewX);
126 COPY(fColor);
127 COPY(fWidth);
128 COPY(fMiterLimit);
129 COPY(fBitfields);
130 COPY(fDirtyBits);
134 COPY(fGenerationI
137 #undef COPY macro
159 #define COPY macro
192 #undef COPY macro
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/cglib/beans/
H A DBeanCopier.java38 private static final Signature COPY = field in class:BeanCopier
107 CodeEmitter e = ce.begin_method(Constants.ACC_PUBLIC, COPY, null);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp909 TII.get(TargetOpcode::COPY), ResultReg).addReg(Op0);
1332 // If it's not legal to COPY between the register classes, something
1336 TII.get(TargetOpcode::COPY), NewOp).addReg(Op);
1367 TII.get(TargetOpcode::COPY), ResultReg).addReg(II.ImplicitDefs[0]);
1392 TII.get(TargetOpcode::COPY), ResultReg).addReg(II.ImplicitDefs[0]);
1420 TII.get(TargetOpcode::COPY), ResultReg).addReg(II.ImplicitDefs[0]);
1444 TII.get(TargetOpcode::COPY), ResultReg).addReg(II.ImplicitDefs[0]);
1469 TII.get(TargetOpcode::COPY), ResultReg).addReg(II.ImplicitDefs[0]);
1492 TII.get(TargetOpcode::COPY), ResultReg).addReg(II.ImplicitDefs[0]);
1519 TII.get(TargetOpcode::COPY), ResultRe
[all...]

Completed in 570 milliseconds

123456