/external/skia/tools/ |
compare_baselines.py | 39 Note that the above instructions will only *update* already-checked-in
|
/device/asus/grouper/ |
BoardConfigCommon.mk | 76 # Avoid the generation of ldrcc instructions
|
/external/chromium_org/media/base/simd/ |
scale_yuv_to_rgb_sse2_x64.asm | 9 ; This file uses MMX, SSE2 and instructions.
|
linear_scale_yuv_to_rgb_mmx_x64.asm | 9 ; This file uses MMX instructions.
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
loop_analysis.cpp | 522 analyze_loop_variables(exec_list *instructions) 526 v.run(instructions);
|
opt_algebraic.cpp | 439 do_algebraic(exec_list *instructions) 443 visit_list_elements(&v, instructions);
|
ir_validate.cpp | 658 validate_ir_tree(exec_list *instructions) 662 v.run(instructions); 664 foreach_iter(exec_list_iterator, iter, *instructions) {
|
ir_clone.cpp | 418 fixup_function_calls(struct hash_table *ht, exec_list *instructions) 421 v.run(instructions);
|
ir_print_visitor.cpp | 41 _mesa_print_ir(exec_list *instructions, 62 foreach_iter(exec_list_iterator, iter, *instructions) {
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-995.js | 29 // A number of hydrogen instructions did not correctly compare its
|
/external/llvm/test/MC/Mips/ |
micromips-alu-instructions.s | 3 # for arithmetic and logical instructions. 5 # Arithmetic and Logical Instructions
|
mips-jump-instructions.s | 9 # Branch instructions 90 # Jump instructions
|
/external/mesa3d/src/glsl/ |
loop_analysis.cpp | 522 analyze_loop_variables(exec_list *instructions) 526 v.run(instructions);
|
opt_algebraic.cpp | 439 do_algebraic(exec_list *instructions) 443 visit_list_elements(&v, instructions);
|
ir_validate.cpp | 658 validate_ir_tree(exec_list *instructions) 662 v.run(instructions); 664 foreach_iter(exec_list_iterator, iter, *instructions) {
|
/external/smack/src/org/jivesoftware/smackx/ |
Form.java | 391 * Returns the instructions that explain how to fill out the form and what the form is about. 393 * @return instructions that explain how to fill out the form. 397 // Join the list of instructions together separated by newlines 441 * Sets instructions that explain how to fill out the form and what the form is about. 443 * @param instructions instructions that explain how to fill out the form. 445 public void setInstructions(String instructions) { 446 // Split the instructions into multiple instructions for each existent newline 448 StringTokenizer st = new StringTokenizer(instructions, "\n") [all...] |
/external/v8/test/mjsunit/regress/ |
regress-995.js | 29 // A number of hydrogen instructions did not correctly compare its
|
/external/oprofile/events/x86-64/family10/ |
unit_masks | 66 0x01 x87 instructions 67 0x02 MMX & 3DNow instructions 68 0x04 SSE instructions (SSE, SSE2, SSE3, and SSE4A) 211 0x02 Data cache misses by locked instructions 238 0x01 Number of locked instructions executed 353 0x01 Invalidating probe that did not hit any in-flight instructions 354 0x02 Invalidating probe that hit one or more in-flight instructions
|
/external/elfutils/libcpu/ |
i386_parse.y | 198 static struct instruction *instructions; 360 newp->next = instructions; 361 instructions = newp; 905 struct instruction *runp = instructions; 954 instructions = reversed; 1191 for (instr = instructions; instr != NULL; instr = instr->next) 1246 for (instr = instructions; instr != NULL; instr = instr->next, ++cnt) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_glsl_to_tgsi.cpp | 264 * At the point that TGSI instructions for function calls are 366 exec_list instructions; member in class:glsl_to_tgsi_visitor 576 this->instructions.push_tail(inst); 607 * Emits the code to convert the result of float SET instructions to integers. [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_glsl_to_tgsi.cpp | 264 * At the point that TGSI instructions for function calls are 366 exec_list instructions; member in class:glsl_to_tgsi_visitor 576 this->instructions.push_tail(inst); 607 * Emits the code to convert the result of float SET instructions to integers. [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
pprof | [all...] |
/build/target/board/generic/ |
BoardConfig.mk | 13 # Technically, the emulator supports ARMv7-A _and_ NEON instructions, but
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/ |
README | 44 are instructions on how to do this at the project site.
|
/external/chromium_org/v8/test/mjsunit/ |
object-literal-overwrite.js | 105 // no store instructions are generated for the literals.
|