| /external/piex/ |
| README | 1 The Preview Image Extractor (PIEX) is designed to find and extract the largest
|
| /external/llvm/test/CodeGen/ARM/ |
| 2013-04-18-load-overlap-PR14824.ll | 16 %data.i.i677.48.extract.shift = lshr i512 %s122, 384 17 %data.i.i677.48.extract.trunc = trunc i512 %data.i.i677.48.extract.shift to i64 18 %s123 = insertelement <8 x i64> undef, i64 %data.i.i677.48.extract.trunc, i32 0 19 %data.i.i677.32.extract.shift = lshr i512 %s122, 256 20 %data.i.i677.32.extract.trunc = trunc i512 %data.i.i677.32.extract.shift to i64 21 %s124 = insertelement <8 x i64> %s123, i64 %data.i.i677.32.extract.trunc, i32 1 22 %data.i.i677.16.extract.shift = lshr i512 %s122, 128 23 %data.i.i677.16.extract.trunc = trunc i512 %data.i.i677.16.extract.shift to i6 [all...] |
| /toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/ |
| bit2.s | 65 //Dreg = EXTRACT ( Dreg, Dreg_lo ) (Z) ; /* zero-extended (b)*/ 66 R7 = EXTRACT(R0, R1.L)(Z); 67 R7 = EXTRACT(R7, R1.L)(Z); 68 R7 = EXTRACT(R7, R7.L)(Z); 69 R1 = EXTRACT(R0, R1.L)(Z); 70 R2 = EXTRACT(R7, R1.L)(Z); 71 R3 = EXTRACT(R7, R7.L)(Z); 73 //Dreg = EXTRACT ( Dreg, Dreg_lo ) (X) ; /* sign-extended (b)*/ 74 R7 = EXTRACT(R0, R1.L)(X); 75 R7 = EXTRACT(R7, R1.L)(X) [all...] |
| /external/llvm/test/Transforms/SLPVectorizer/X86/ |
| pr18060.ll | 9 %extract.t = trunc i64 %Value to i32 10 %extract = lshr i64 %Value, 12 11 %extract.t6 = trunc i64 %extract to i32 25 %extract.t5 = trunc i64 %shr to i32 27 %extract.t8 = trunc i64 %extract7 to i32 31 %Value.addr.0.off0 = phi i32 [ %extract.t, %entry ], [ %extract.t5, %sw.bb1 ] 32 %Value.addr.0.off12 = phi i32 [ %extract.t6, %entry ], [ %extract.t8, %sw.bb1 [all...] |
| /external/selinux/semodule-utils/semodule_package/ |
| semodule_unpackage.8 | 3 semodule_unpackage \- Extract policy module and file context file from an SELinux policy module unpackage. 10 semodule_unpackage is the tool used to extract the SELinux policy module 15 # Extract the httpd module file from httpd policy package.
|
| /external/mesa3d/src/mesa/drivers/dri/nouveau/ |
| nouveau_array.c | 33 #define EXTRACT(in_t, out_t) extract_func_##in_t##_to_##out_t 36 static out_t EXTRACT(in_t, out_t) \ 66 *extract_u = EXTRACT(GLchar, unsigned); 67 *extract_f = EXTRACT(GLchar, float); 70 *extract_u = EXTRACT(GLubyte, unsigned); 71 *extract_f = EXTRACT(GLubyte, float); 74 *extract_u = EXTRACT(GLshort, unsigned); 75 *extract_f = EXTRACT(GLshort, float); 78 *extract_u = EXTRACT(GLushort, unsigned); 79 *extract_f = EXTRACT(GLushort, float) [all...] |
| /art/runtime/interpreter/mterp/arm/ |
| op_iput_object_quick.S | 9 GET_INST_OPCODE ip @ extract opcode from rINST
|
| /art/runtime/interpreter/mterp/arm64/ |
| op_iput_object.S | 9 GET_INST_OPCODE ip // extract opcode from rINST
|
| op_iput_object_quick.S | 8 GET_INST_OPCODE ip // extract opcode from rINST
|
| op_sput_object.S | 9 GET_INST_OPCODE ip // extract opcode from rINST
|
| /art/runtime/interpreter/mterp/mips/ |
| op_const_16.S | 5 GET_INST_OPCODE(t0) # extract opcode from rINST
|
| /art/runtime/interpreter/mterp/mips64/ |
| op_iput_object.S | 10 GET_INST_OPCODE v0 # extract opcode from rINST
|
| op_iput_object_quick.S | 9 GET_INST_OPCODE v0 # extract opcode from rINST
|
| op_sput_object.S | 10 GET_INST_OPCODE v0 # extract opcode from rINST
|
| /device/google/marlin/self-extractors/ |
| PART3 | 5 echo ERROR: Couldn\'t extract files. 1>&2
|
| /device/google/marlin/self-extractors_sailfish/ |
| PART3 | 5 echo ERROR: Couldn\'t extract files. 1>&2
|
| /device/google/muskie/self-extractors/ |
| PART3 | 5 echo ERROR: Couldn\'t extract files. 1>&2
|
| /device/google/taimen/self-extractors/ |
| PART3 | 5 echo ERROR: Couldn\'t extract files. 1>&2
|
| /device/linaro/hikey/self-extractors/ |
| PART3 | 5 echo ERROR: Couldn\'t extract files. 1>&2
|
| /device/linaro/hikey/self-extractors_hikey960/ |
| PART3 | 5 echo ERROR: Couldn\'t extract files. 1>&2
|
| /external/llvm/docs/CommandGuide/ |
| llvm-extract.rst | 1 llvm-extract - extract a function from an LLVM module 7 :program:`llvm-extract` [*options*] **--func** *function-name* [*filename*] 12 The :program:`llvm-extract` command takes the name of a function and extracts 17 :program:`llvm-extract` will also remove unreachable global variables, 20 The :program:`llvm-extract` command reads its input from standard input if 29 Enable binary output on terminals. Normally, :program:`llvm-extract` will 31 this option, :program:`llvm-extract` will write raw bitcode regardless of the 36 Extract the function named *function-name* from the LLVM bitcode. May be 37 specified multiple times to extract multiple functions at once [all...] |
| /external/owasp/sanitizer/empiricism/ |
| README.html | 3 be run in browser to extract information about how it deals with tags.
|
| /external/swiftshader/third_party/LLVM/docs/CommandGuide/ |
| llvm-extract.pod | 5 llvm-extract - extract a function from an LLVM module
9 B<llvm-extract> [I<options>] B<--func> I<function-name> [I<filename>]
13 The B<llvm-extract> command takes the name of a function and extracts it from
18 B<llvm-extract> will also remove unreachable global variables, prototypes, and
21 The B<llvm-extract> command reads its input from standard input if filename is
31 Enable binary output on terminals. Normally, B<llvm-extract> will refuse to
33 B<llvm-extract> will write raw bitcode regardless of the output device.
37 Extract the function named I<function-name> from the LLVM bitcode. May be
38 specified multiple times to extract multiple functions at once. [all...] |
| /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0/include/ |
| BUILD | 3 # proto compiler in a extract jar step.
|
| /system/core/rootdir/ |
| asan_extract.rc | 1 # When /data is available, look for /system/asan.tar.gz and potentially extract.
|