HomeSort by relevance Sort by last modified time
    Searched full:insns (Results 226 - 250 of 626) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
target.def 572 /* Function which returns the maximum number of insns that can be
580 /* Calculate how much this insn affects how many more insns we
611 /* Reorder insns in a machine-dependent fashion, in two different
624 after evaluation forward dependencies of insns in chain given
633 dfa_post_cycle_insn give functions returning insns which are used to
637 used to initialize the corresponding insns. The default values of
677 which defines how many insns in queue `ready' will we try for
682 insns on the same cycle. */
689 what insns from the ready insn queue will be considered for the
797 the dep that represents the dependence between the two insns. Th
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
elf.h 98 /* Define this macro if jump tables (for `tablejump' insns) should be
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
flags.h 60 /* True if printing into -fdump-final-insns= dump. */
target.def 572 /* Function which returns the maximum number of insns that can be
580 /* Calculate how much this insn affects how many more insns we
611 /* Reorder insns in a machine-dependent fashion, in two different
624 after evaluation forward dependencies of insns in chain given
633 dfa_post_cycle_insn give functions returning insns which are used to
637 used to initialize the corresponding insns. The default values of
677 which defines how many insns in queue `ready' will we try for
682 insns on the same cycle. */
689 what insns from the ready insn queue will be considered for the
797 the dep that represents the dependence between the two insns. Th
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp 283 ArrayList insns; local
285 fn->orderInstructions(insns);
288 bbFirstTex.resize(fn->allBBlocks.getSize(), insns.getSize());
289 bbFirstUse.resize(fn->allBBlocks.getSize(), insns.getSize());
299 for (int i = 0; i < insns.getSize(); ++i) {
300 Instruction *tex = reinterpret_cast<Instruction *>(insns.get(i));
308 insns.clear();
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp 283 ArrayList insns; local
285 fn->orderInstructions(insns);
288 bbFirstTex.resize(fn->allBBlocks.getSize(), insns.getSize());
289 bbFirstUse.resize(fn->allBBlocks.getSize(), insns.getSize());
299 for (int i = 0; i < insns.getSize(); ++i) {
300 Instruction *tex = reinterpret_cast<Instruction *>(insns.get(i));
308 insns.clear();
    [all...]
  /dalvik/vm/mterp/out/
InterpC-portable.cpp 99 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns".
108 if (pc + myoff < curMethod->insns || \
109 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \
114 myoff, (int) (pc - curMethod->insns), \
140 self->threadId, (int)(pc - curMethod->insns), debugStrBuf); \
    [all...]
InterpC-allstubs.cpp 99 * Assumes the existence of "const u2* pc" and "const u2* curMethod->insns".
108 if (pc + myoff < curMethod->insns || \
109 pc + myoff >= curMethod->insns + dvmGetMethodInsnsSize(curMethod)) \
114 myoff, (int) (pc - curMethod->insns), \
140 self->threadId, (int)(pc - curMethod->insns), debugStrBuf); \
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp 590 struct tgsi_full_instruction *insns; member in class:tgsi::Source
630 if (insns)
631 FREE(insns);
649 insns = (struct tgsi_full_instruction *)MALLOC(scan.num_instructions *
650 sizeof(insns[0]));
651 if (!insns)
690 insns[insnCount++] = parse.FullToken.FullInstruction;
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp 590 struct tgsi_full_instruction *insns; member in class:tgsi::Source
630 if (insns)
631 FREE(insns);
649 insns = (struct tgsi_full_instruction *)MALLOC(scan.num_instructions *
650 sizeof(insns[0]));
651 if (!insns)
690 insns[insnCount++] = parse.FullToken.FullInstruction;
    [all...]
  /external/valgrind/main/VEX/priv/
host_generic_reg_alloc2.c 304 Takes an expandable array of pointers to unallocated insns.
305 Returns an expandable array of pointers to allocated insns.
329 args are out parameters, through which the generated insns are
407 number of insns to 15000 comfortably guards against them
531 /* ------ start of ITERATE OVER INSNS ------ */
685 } /* iterate over insns */
687 /* ------ end of ITERATE OVER INSNS ------ */
    [all...]
  /external/valgrind/main/coregrind/
m_machine.c 715 have_sse1 = (edx & (1<<25)) != 0; /* True => have sse insns */
716 have_sse2 = (edx & (1<<26)) != 0; /* True => have sse2 insns */
786 have_sse3 = (ecx & (1<<0)) != 0; /* True => have sse3 insns */
895 /* standard FP insns */
903 /* Altivec insns */
    [all...]
  /dalvik/vm/analysis/
CodeVerify.cpp 425 const u2* insns = meth->insns; local
461 Opcode opcode = dexOpcodeFromCodeUnit(*insns);
466 insns += width;
3801 const u2* insns = meth->insns + insnIdx; local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/man/man1/
arm-eabi-g++.1 341 \&\fB\-fdump\-final\-insns=\fR\fIfile\fR
419 \&\-fsched\-stalled\-insns\-dep[=\fR\fIn\fR\fB] \-fsched\-stalled\-insns[=\fR\fIn\fR\fB]
423 \&\-fschedule\-insns \-fschedule\-insns2 \-fsection\-anchors
501 \&\-mcirrus\-fix\-invalid\-insns \-mno\-cirrus\-fix\-invalid\-insns
669 \&\-msched\-prefer\-non\-data\-spec\-insns \-msched\-prefer\-non\-control\-spec\-insns
672 \&\-msched\-max\-memory\-insns\-hard\-limit \-msched\-max\-memory\-insns=\fR\fImax-insns\f
    [all...]
arm-eabi-gcc.1 341 \&\fB\-fdump\-final\-insns=\fR\fIfile\fR
419 \&\-fsched\-stalled\-insns\-dep[=\fR\fIn\fR\fB] \-fsched\-stalled\-insns[=\fR\fIn\fR\fB]
423 \&\-fschedule\-insns \-fschedule\-insns2 \-fsection\-anchors
501 \&\-mcirrus\-fix\-invalid\-insns \-mno\-cirrus\-fix\-invalid\-insns
669 \&\-msched\-prefer\-non\-data\-spec\-insns \-msched\-prefer\-non\-control\-spec\-insns
672 \&\-msched\-max\-memory\-insns\-hard\-limit \-msched\-max\-memory\-insns=\fR\fImax-insns\f
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/man/man1/
arm-linux-androideabi-g++.1 341 \&\fB\-fdump\-final\-insns=\fR\fIfile\fR
419 \&\-fsched\-stalled\-insns\-dep[=\fR\fIn\fR\fB] \-fsched\-stalled\-insns[=\fR\fIn\fR\fB]
423 \&\-fschedule\-insns \-fschedule\-insns2 \-fsection\-anchors
501 \&\-mcirrus\-fix\-invalid\-insns \-mno\-cirrus\-fix\-invalid\-insns
669 \&\-msched\-prefer\-non\-data\-spec\-insns \-msched\-prefer\-non\-control\-spec\-insns
672 \&\-msched\-max\-memory\-insns\-hard\-limit \-msched\-max\-memory\-insns=\fR\fImax-insns\f
    [all...]
arm-linux-androideabi-gcc.1 341 \&\fB\-fdump\-final\-insns=\fR\fIfile\fR
419 \&\-fsched\-stalled\-insns\-dep[=\fR\fIn\fR\fB] \-fsched\-stalled\-insns[=\fR\fIn\fR\fB]
423 \&\-fschedule\-insns \-fschedule\-insns2 \-fsection\-anchors
501 \&\-mcirrus\-fix\-invalid\-insns \-mno\-cirrus\-fix\-invalid\-insns
669 \&\-msched\-prefer\-non\-data\-spec\-insns \-msched\-prefer\-non\-control\-spec\-insns
672 \&\-msched\-max\-memory\-insns\-hard\-limit \-msched\-max\-memory\-insns=\fR\fImax-insns\f
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/man/man1/
arm-eabi-g++.1 341 \&\fB\-fdump\-final\-insns=\fR\fIfile\fR
419 \&\-fsched\-stalled\-insns\-dep[=\fR\fIn\fR\fB] \-fsched\-stalled\-insns[=\fR\fIn\fR\fB]
423 \&\-fschedule\-insns \-fschedule\-insns2 \-fsection\-anchors
501 \&\-mcirrus\-fix\-invalid\-insns \-mno\-cirrus\-fix\-invalid\-insns
669 \&\-msched\-prefer\-non\-data\-spec\-insns \-msched\-prefer\-non\-control\-spec\-insns
672 \&\-msched\-max\-memory\-insns\-hard\-limit \-msched\-max\-memory\-insns=\fR\fImax-insns\f
    [all...]
arm-eabi-gcc.1 341 \&\fB\-fdump\-final\-insns=\fR\fIfile\fR
419 \&\-fsched\-stalled\-insns\-dep[=\fR\fIn\fR\fB] \-fsched\-stalled\-insns[=\fR\fIn\fR\fB]
423 \&\-fschedule\-insns \-fschedule\-insns2 \-fsection\-anchors
501 \&\-mcirrus\-fix\-invalid\-insns \-mno\-cirrus\-fix\-invalid\-insns
669 \&\-msched\-prefer\-non\-data\-spec\-insns \-msched\-prefer\-non\-control\-spec\-insns
672 \&\-msched\-max\-memory\-insns\-hard\-limit \-msched\-max\-memory\-insns=\fR\fImax-insns\f
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/man/man1/
arm-linux-androideabi-g++.1 341 \&\fB\-fdump\-final\-insns=\fR\fIfile\fR
419 \&\-fsched\-stalled\-insns\-dep[=\fR\fIn\fR\fB] \-fsched\-stalled\-insns[=\fR\fIn\fR\fB]
423 \&\-fschedule\-insns \-fschedule\-insns2 \-fsection\-anchors
501 \&\-mcirrus\-fix\-invalid\-insns \-mno\-cirrus\-fix\-invalid\-insns
669 \&\-msched\-prefer\-non\-data\-spec\-insns \-msched\-prefer\-non\-control\-spec\-insns
672 \&\-msched\-max\-memory\-insns\-hard\-limit \-msched\-max\-memory\-insns=\fR\fImax-insns\f
    [all...]
arm-linux-androideabi-gcc.1 341 \&\fB\-fdump\-final\-insns=\fR\fIfile\fR
419 \&\-fsched\-stalled\-insns\-dep[=\fR\fIn\fR\fB] \-fsched\-stalled\-insns[=\fR\fIn\fR\fB]
423 \&\-fschedule\-insns \-fschedule\-insns2 \-fsection\-anchors
501 \&\-mcirrus\-fix\-invalid\-insns \-mno\-cirrus\-fix\-invalid\-insns
669 \&\-msched\-prefer\-non\-data\-spec\-insns \-msched\-prefer\-non\-control\-spec\-insns
672 \&\-msched\-max\-memory\-insns\-hard\-limit \-msched\-max\-memory\-insns=\fR\fImax-insns\f
    [all...]
  /dalvik/vm/interp/
Stack.cpp     [all...]
  /dalvik/vm/mterp/armv5te/
footer.S 547 ldr r2, [r0, #offMethod_insns] @ r2<- method->insns
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nvfx_fragprog.c 1120 struct util_dynarray insns; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_fragprog.c 1120 struct util_dynarray insns; local
    [all...]

Completed in 2392 milliseconds

1 2 3 4 5 6 7 8 91011>>