/external/oprofile/events/mips/sb1/ |
events | 31 # Grouping Co-issued Instructions 32 event:0x27 counters:1,2,3 um:zero minimum:500 name:INSN_STAGE4 :One or more instructions survives stage 4
|
/ndk/build/core/ |
main.mk | 105 Please follow the instructions in docs/NDK-APPS.TXT to write one.)
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
UnwindRegistersRestore.S | 343 @ VFP and iwMMX instructions are only available when compiling with the flags 345 @ want the compiler to generate instructions that access those) but this is
|
UnwindRegistersSave.S | 343 @ VFP and iwMMX instructions are only available when compiling with the flags 345 @ want the compiler to generate instructions that access those) but this is 349 @ So, generate the instructions using the corresponding coprocessor mnemonic.
|
DwarfParser.hpp | 81 /// by "running" the dwarf FDE "instructions" 112 static bool parseInstructions(A &addressSpace, pint_t instructions, 342 /// "run" the dwarf instructions and create the abstact PrologInfo for an FDE 352 // parse CIE then FDE instructions 361 /// "run" the dwarf instructions 363 bool CFI_Parser<A>::parseInstructions(A &addressSpace, pint_t instructions, 369 pint_t p = instructions; 373 fprintf(stderr, "parseInstructions(instructions=0x%0llX)\n",
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.equinox.p2.metadata.repository_1.2.100.v20130327-2119.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.equinox.p2.metadata.repository_1.2.100.v20130327-2119.jar | |
/art/compiler/optimizing/ |
nodes.h | 257 // A block in a method. Contains the list of instructions represented 588 // When doing liveness analysis, instructions that have uses get an SSA index. 591 // List of instructions that have this instruction as input. 689 explicit HInstructionIterator(const HInstructionList& instructions) 690 : instruction_(instructions.first_instruction_) { 710 explicit HBackwardInstructionIterator(const HInstructionList& instructions) 711 : instruction_(instructions.last_instruction_) { 839 // Instructions aborting the method (HTrow and HReturn) must branch to the 1098 // Constants of the type int. Those can be from Dex instructions, or [all...] |
/external/chromium_org/courgette/ |
adjustment_method_2.cc | 1253 const InstructionVector& instructions = program->instructions(); local [all...] |
/external/chromium_org/third_party/freetype/include/freetype/internal/ |
tttypes.h | 1416 FT_Byte* instructions; member in struct:TT_LoaderRec_ [all...] |
/external/chromium_org/v8/tools/gyp/ |
v8_base.host.darwin-arm64.mk | 91 v8/src/hydrogen-instructions.cc \ 190 v8/src/arm64/instructions-arm64.cc \
|
v8_base.host.linux-arm64.mk | 91 v8/src/hydrogen-instructions.cc \ 190 v8/src/arm64/instructions-arm64.cc \
|
/external/freetype/include/internal/ |
tttypes.h | 1492 FT_Byte* instructions; member in struct:TT_LoaderRec_ [all...] |
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/ |
tttypes.h | 1416 FT_Byte* instructions; member in struct:TT_LoaderRec_ [all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/ |
tttypes.h | 1416 FT_Byte* instructions; member in struct:TT_LoaderRec_ [all...] |
/external/chromium_org/third_party/opus/src/celt/arm/ |
celt_pitch_xcorr_arm.s | 70 ; This loop has 19 total instructions (10 cycles to issue, minimum), with 72 ; - 10 cycles of load/store/byte permute instructions, and 73 ; - 9 cycles of data processing instructions.
|
/external/libcxxabi/src/Unwind/ |
DwarfParser.hpp | 81 /// by "running" the dwarf FDE "instructions" 112 static bool parseInstructions(A &addressSpace, pint_t instructions, 342 /// "run" the dwarf instructions and create the abstact PrologInfo for an FDE 352 // parse CIE then FDE instructions 361 /// "run" the dwarf instructions 363 bool CFI_Parser<A>::parseInstructions(A &addressSpace, pint_t instructions, 369 pint_t p = instructions; 373 fprintf(stderr, "parseInstructions(instructions=0x%0llX)\n",
|
/external/libopus/celt/arm/ |
celt_pitch_xcorr_arm.s | 70 ; This loop has 19 total instructions (10 cycles to issue, minimum), with 72 ; - 10 cycles of load/store/byte permute instructions, and 73 ; - 9 cycles of data processing instructions.
|
/external/lldb/examples/python/ |
crashlog.py | [all...] |
/external/llvm/test/MC/AArch64/ |
arm64-diags.s | 155 ; Load pair instructions where Rt==Rt2 and writeback load/store instructions 221 ; logical instructions on 32-bit regs with shift > 31 is not legal
|
/libcore/dex/src/main/java/com/android/dex/ |
Dex.java | 649 short[] instructions = readShortArray(instructionsSize); local 653 if (instructions.length % 2 == 1) { 670 return new Code(registersSize, insSize, outsSize, debugInfoOffset, instructions, [all...] |
/external/chromium_org/third_party/mesa/src/src/glsl/ |
linker.cpp | 786 * \param instructions Instruction stream where new variable declarations 800 this->instructions = target->ir; 822 this->instructions->push_head(copy); 832 exec_list *instructions; member in class:remap_visitor 851 * \param instructions Source instruction stream 852 * \param last Instruction after which new instructions should be 854 * \param make_copies Flag selecting whether instructions in \c instructions 864 move_non_declarations(exec_list *instructions, exec_node *last, 873 foreach_list_safe(node, instructions) { [all...] |
/external/mesa3d/src/glsl/ |
linker.cpp | 786 * \param instructions Instruction stream where new variable declarations 800 this->instructions = target->ir; 822 this->instructions->push_head(copy); 832 exec_list *instructions; member in class:remap_visitor 851 * \param instructions Source instruction stream 852 * \param last Instruction after which new instructions should be 854 * \param make_copies Flag selecting whether instructions in \c instructions 864 move_non_declarations(exec_list *instructions, exec_node *last, 873 foreach_list_safe(node, instructions) { [all...] |
/external/llvm/bindings/ocaml/llvm/ |
llvm.ml | 144 (* Terminator Instructions *) 444 (*--... Operations on instructions .........................................--*) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_vec4_visitor.cpp | 49 this->instructions.push_tail(inst); [all...] |