Searched
refs:instructions (Results
451 -
475 of
660) sorted by null
<<11121314151617181920>>
/external/libvpx/libvpx/vp9/common/arm/neon/ |
vp9_convolve8_neon.asm | 98 ; save a few instructions in the inner loop
|
/external/llvm/test/MC/ARM/ |
basic-thumb-instructions.s | 13 @ once then spot check that following instructions accept the form generally. 18 @ FIXME: Some 3-operand instructions have a 2-operand assembly syntax.
|
diagnostics.s | 188 @ Shifter operand validation for PKH instructions. 309 @ Illegal rotate operators for extend instructions
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_tgsi_aos.c | 468 * Although not stricitly necessary, we avoid generating instructions for 470 * complex instructions, like texture sampling, it is more convenient to 1079 struct tgsi_full_instruction *instr = bld.bld_base.instructions + pc; 1096 FREE(bld.bld_base.instructions);
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_vec4_emit.cpp | 58 foreach_list(node, &this->instructions) { 858 foreach_list(node, &this->instructions) {
|
brw_fs_visitor.cpp | 192 fs_inst *pre_inst = (fs_inst *) this->instructions.get_tail(); 197 fs_inst *last_inst = (fs_inst *) this->instructions.get_tail(); 219 /* 3-src instructions were introduced in gen6. */ 670 * up reliably removing instructions where it can be tricky to do so 716 fs_inst *pre_rhs_inst = (fs_inst *) this->instructions.get_tail(); 721 fs_inst *last_rhs_inst = (fs_inst *) this->instructions.get_tail(); 833 * instructions. We'll need to do SIMD16 here. [all...] |
/external/mesa3d/src/mesa/program/ |
prog_optimize.c | 170 * \return number of instructions removed 183 /* begin a run of instructions to remove */ 188 /* extend the run of instructions to remove */ 194 * instructions are to be removed. 224 struct prog_instruction *inst = prog->Instructions + i; 244 * Remove dead instructions from the given program. 246 * that are written to but never read. Remove any instructions that 268 const struct prog_instruction *inst = prog->Instructions + i; 321 /* find instructions that write to dead registers, flag for removal */ 323 struct prog_instruction *inst = prog->Instructions + i [all...] |
/external/owasp/sanitizer/tools/findbugs/lib/ |
asm-commons-3.3.jar | |
asm-tree-3.3.jar | |
/external/valgrind/main/none/tests/ |
cmdline1.stdout.exp | 105 --sigill-diagnostics=yes|no warn about illegal instructions? [yes]
|
/external/wpa_supplicant_8/wpa_supplicant/ |
nmake.mak | 16 # Build and installed following instructions in INSTALL.W32
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
vp9_convolve8_avg_neon.asm | 98 ; save a few instructions in the inner loop
|
vp9_convolve8_neon.asm | 98 ; save a few instructions in the inner loop
|
/prebuilts/devtools/tools/lib/ |
asm-tree-4.0.jar | |
/prebuilts/sdk/tools/lib/ |
asm-tree-4.0.jar | |
/prebuilts/tools/common/asm-tools/ |
asm-tree-4.0.jar | |
/prebuilts/tools/common/m2/repository/asm/asm-commons/3.3/ |
asm-commons-3.3.jar | |
/prebuilts/tools/common/m2/repository/asm/asm-tree/3.3/ |
asm-tree-3.3.jar | |
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-tree/4.0/ |
asm-tree-4.0.jar | |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_fs_visitor.cpp | 192 fs_inst *pre_inst = (fs_inst *) this->instructions.get_tail(); 197 fs_inst *last_inst = (fs_inst *) this->instructions.get_tail(); 219 /* 3-src instructions were introduced in gen6. */ 670 * up reliably removing instructions where it can be tricky to do so 716 fs_inst *pre_rhs_inst = (fs_inst *) this->instructions.get_tail(); 721 fs_inst *last_rhs_inst = (fs_inst *) this->instructions.get_tail(); 833 * instructions. We'll need to do SIMD16 here. [all...] |
/external/llvm/bindings/ocaml/llvm/ |
llvm.mli | 32 (** Any value in the LLVM IR. Functions, instructions, global variables, 43 (** Used to generate instructions in the LLVM IR. See the [llvm::LLVMBuilder] 196 (** The opcodes for LLVM instructions and constant expressions. *) 200 (* Terminator Instructions *) 664 the symbol name. For instructions and basic blocks, it is the SSA register 768 (** {7 Operations on instructions} *) [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/ |
sparccpuid.S | 246 ! takes to execute rdtick and pair of VIS1 instructions. US-Tx VIS unit
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
transform_neon.S | 11 @ done in C code and ARM instructions, but quality by assembly code is
|
/external/chromium_org/v8/src/arm64/ |
assembler-arm64.cc | 184 void RelocInfo::PatchCode(byte* instructions, int instruction_count) { 185 // Patch the code at the current address with the supplied instructions. 187 Instr* instr = reinterpret_cast<Instr*>(instructions); 198 // Additional guard instructions can be added if required. 463 // Bind label to the address at pc_. All instructions (most likely branches) 523 // instructions must link directly to the label as they will not be 529 // Note that offset can be zero for self-referential instructions. (This 571 // ADR instructions are not handled by veneers. 644 // The constant pool marker is made of two instructions. These instructions [all...] |
/external/chromium_org/v8/src/ |
lithium.h | 634 const ZoneList<LInstruction*>* instructions() const { return &instructions_; } function in class:v8::internal::LChunk
|
Completed in 527 milliseconds
<<11121314151617181920>>