/external/llvm/tools/llvm-extract/ |
CMakeLists.txt | 9 add_llvm_tool(llvm-extract 10 llvm-extract.cpp
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
sample1a-expected-assistant1.txt | 2 Extract Android String : Initiates the "Extract Android String" refactoring 3 Extract Style : Initiates the "Extract Style" refactoring
|
sample1a-expected-assistant4.txt | 3 Extract Style : Initiates the "Extract Style" refactoring
|
sample1a-expected-assistant2.txt | 6 Extract as Include : Initiates the "Extract as Include" refactoring 7 Extract Style : Initiates the "Extract Style" refactoring
|
sample1a-expected-assistant3.txt | 6 Extract as Include : Initiates the "Extract as Include" refactoring 7 Extract Style : Initiates the "Extract Style" refactoring
|
/external/v8/test/unittests/interpreter/ |
bytecode-utils.h | 12 #define EXTRACT(x, n) static_cast<uint8_t>((x) >> (8 * n)) 13 #define U16(i) EXTRACT(i, 0), EXTRACT(i, 1) 14 #define U32(i) EXTRACT(i, 0), EXTRACT(i, 1), EXTRACT(i, 2), EXTRACT(i, 3) 18 #define EXTRACT(x, n) static_cast<uint8_t>((x) >> (8 * n)) 20 #define U16(i) EXTRACT(i, 1), EXTRACT(i, 0 [all...] |
/art/runtime/interpreter/mterp/mips/ |
op_nop.S | 2 GET_INST_OPCODE(t0) # extract opcode from rINST
|
op_const_16.S | 5 GET_INST_OPCODE(t0) # extract opcode from rINST
|
/art/runtime/interpreter/mterp/mips64/ |
op_nop.S | 2 GET_INST_OPCODE v0 # extract opcode from rINST
|
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
|
/external/libunwind/src/mi/ |
Ldyn-extract.c | 4 #include "Gdyn-extract.c"
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
extract-symbol-1sym.d | 1 #name: --extract-symbol test 1 (symbols) 2 #source: extract-symbol-1.s 4 #objcopy_linked_file: --extract-symbol
|
/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.25/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/policycoreutils/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
|
/device/asus/fugu/self-extractors/ |
PART3 | 5 echo ERROR: Couldn\'t extract files. 1>&2
|