HomeSort by relevance Sort by last modified time
    Searched refs:COPY (Results 51 - 75 of 153) sorted by null

1 23 4 5 6 7

  /external/llvm/lib/Target/R600/
AMDGPUIndirectAddressing.cpp 14 /// to either a COPY or a MOV that uses indirect addressing.
108 BuildMI(MBB, I, MBB.findDebugLoc(I), TII->get(AMDGPU::COPY), DstReg)
259 // means it was written via a direct register access (i.e. COPY
262 // issue a copy.
263 BuildMI(MBB, I, MBB.findDebugLoc(I), TII->get(AMDGPU::COPY),
270 BuildMI(MBB, I, MBB.findDebugLoc(I), TII->get(AMDGPU::COPY),
R600MachineScheduler.cpp 201 if (MI->getOpcode() != AMDGPU::COPY)
265 case AMDGPU::COPY:
333 case AMDGPU::COPY:
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
SIAssignInterpRegs.cpp 131 TII->get(TargetOpcode::COPY), virtReg)
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
pa-risc2.s 144 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,%ret
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
SIAssignInterpRegs.cpp 131 TII->get(TargetOpcode::COPY), virtReg)
  /external/openssl/crypto/bn/asm/
pa-risc2.s 144 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,%ret
    [all...]
  /external/zlib/src/
gzguts.h 157 #define COPY 1 /* copy input directly */
177 int how; /* 0: get header, 1: copy, 2: decompress */
gzread.c 60 if (strm->avail_in) { /* copy what's there to the start */
77 /* Look for gzip header, set up for inflate or copy. state->x.have must be 0.
79 left unchanged if there is no more input data available, will be set to COPY
153 /* doing raw i/o, copy any leftover input to output -- this assumes that
162 state->how = COPY;
223 looked for to determine whether to copy or decompress. Returns -1 on error,
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 */
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
LogCatView.java 6 * You may obtain a copy of the License at
69 actionBars.setGlobalActionHandler(ActionFactory.COPY.getId(),
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
MonitorActionBarAdvisor.java 6 * You may obtain a copy of the License at
50 mCopyAction = ActionFactory.COPY.create(window);
  /external/elfutils/backends/
s390_reloc.def 14 You should have received a copy of the GNU General Public License along
37 RELOC_TYPE (COPY, EXEC)
common-reloc.c 14 You should have received a copy of the GNU General Public License along
115 return reloc == R_TYPE (COPY);
ia64_reloc.def 14 You should have received a copy of the GNU General Public License along
88 RELOC_TYPE (COPY, EXEC)
ppc64_reloc.def 14 You should have received a copy of the GNU General Public License along
46 RELOC_TYPE (COPY, EXEC)
ppc_reloc.def 14 You should have received a copy of the GNU General Public License along
47 RELOC_TYPE (COPY, EXEC)
  /external/chromium_org/third_party/zlib/
gzread.c 92 /* Look for gzip header, set up for inflate or copy. state->have must be zero.
94 left unchanged if there is no more input data available, will be set to COPY
210 /* doing raw i/o, save start of raw data for seeking, copy any leftover
220 state->how = COPY;
300 looked for (and skipped if found) to determine wither to copy or decompress.
301 Returns -1 on error, otherwise 0. gz_make() will leave state->have as COPY
315 if (state->how == COPY) { /* straight copy */
421 /* the copy above assures that we will leave with space in the
426 else if (state->how == COPY) { /* read directly *
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 262 /// instruction, or insert an extra copy to get the result in a previous
635 // DAG isel, it will want to copy the value to the vreg. However, there are
796 // First, try to perform the bitcast by inserting a reg-reg copy.
801 // Don't attempt a cross-class copy. It will likely fail.
804 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DL, TII.get(TargetOpcode::COPY),
809 // If the reg-reg copy failed, select a BITCAST opcode.
    [all...]
  /external/bison/djgpp/
djunpack.bat 22 Rem You should have received a copy of the GNU General Public License
48 Rem The following uses a feature of COPY whereby it does not copy
51 copy top_src.dir junk.tmp > nul
55 Rem See the comment above about the reason for using COPY.
56 copy ext_list.bat junk.tmp > nul
  /external/chromium_org/courgette/
encoded_program.cc 204 // Fold adjacent COPY instructions into one. This nearly halves the size of
212 ops_.back() = COPY;
215 if (ok && ops_.back() == COPY) {
228 ok = ops_.push_back(COPY) && copy_counts_.push_back(count);
557 case COPY: {
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/binding/editors/controls/
AbstractControlActionsManager.java 46 IWorkbenchActionDefinitionIds.COPY,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/scsi/
scsi.h 14 You should have received a copy of the GNU Lesser General Public
50 #define COPY 0x18
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/scsi/
scsi.h 14 You should have received a copy of the GNU Lesser General Public
50 #define COPY 0x18
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/scsi/
scsi.h 14 You should have received a copy of the GNU Lesser General Public
50 #define COPY 0x18
  /external/chromium_org/chrome/browser/resources/file_manager/common/js/
progress_center_common.js 42 // The item is file copy operation.
43 COPY: 'copy',
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
mergesort.c 189 goto COPY;
196 COPY: b = t;

Completed in 4804 milliseconds

1 23 4 5 6 7