/art/runtime/interpreter/mterp/mips64/ |
op_const_string.S | 12 GET_INST_OPCODE v0 # extract opcode from rINST
|
op_const_string_jumbo.S | 14 GET_INST_OPCODE v0 # extract opcode from rINST
|
op_move.S | 8 GET_INST_OPCODE v0 # extract opcode from rINST
|
op_move_16.S | 8 GET_INST_OPCODE v0 # extract opcode from rINST
|
op_move_from16.S | 8 GET_INST_OPCODE v0 # extract opcode from rINST
|
op_move_result.S | 8 GET_INST_OPCODE v0 # extract opcode from rINST
|
op_move_wide.S | 7 GET_INST_OPCODE v0 # extract opcode from rINST
|
op_move_wide_16.S | 7 GET_INST_OPCODE v0 # extract opcode from rINST
|
op_move_wide_from16.S | 7 GET_INST_OPCODE v0 # extract opcode from rINST
|
op_new_array.S | 18 GET_INST_OPCODE v0 # extract opcode from rINST
|
op_rem_double.S | 10 GET_INST_OPCODE v0 # extract opcode from rINST
|
op_rem_double_2addr.S | 10 GET_INST_OPCODE v0 # extract opcode from rINST
|
op_rem_float.S | 10 GET_INST_OPCODE v0 # extract opcode from rINST
|
op_rem_float_2addr.S | 10 GET_INST_OPCODE v0 # extract opcode from rINST
|
op_sget_wide.S | 17 GET_INST_OPCODE v0 # extract opcode from rINST
|
/external/avahi/ |
.gitignore | 1 intltool-extract.in
|
/external/llvm/test/Other/ |
extract-alias.ll | 1 ; RUN: llvm-extract -func foo -S < %s | FileCheck %s 2 ; RUN: llvm-extract -delete -func foo -S < %s | FileCheck --check-prefix=DELETE %s 3 ; RUN: llvm-extract -alias zeda0 -S < %s | FileCheck --check-prefix=ALIAS %s 4 ; RUN: llvm-extract -ralias '.*bar' -S < %s | FileCheck --check-prefix=ALIASRE %s
|
/external/llvm/test/Transforms/InstSimplify/ |
2011-09-05-InsertExtractValue.ll | 42 %extract = extractelement <8 x i8> %add, i32 6 43 ret i8 %extract 46 ; CHECK-NEXT: %[[extract:.*]] = extractelement <8 x i8> %[[add]], i32 6 47 ; CHECK-NEXT: ret i8 %[[extract]]
|
/external/libcxx/utils/sym_check/sym_check/ |
extract.py | 3 extract - A set of function that extract symbol lists from shared libraries. 13 NMExtractor - Extract symbol lists from libraries using nm. 25 Initialize the nm executable and flags that will be used to extract 35 def extract(self, lib): member in class:NMExtractor 37 Extract symbols from a library and return the results as a dict of 96 ReadElfExtractor - Extract symbol lists from libraries using readelf. 109 extract symbols from shared libraries. 118 def extract(self, lib): member in class:ReadElfExtractor 120 Extract symbols from a library and return the results as a dict o [all...] |
/external/llvm/test/CodeGen/AArch64/ |
arm64-neon-copyPhysReg-tuple.ll | 11 %extract = extractvalue { <4 x i32>, <4 x i32> } %vld, 0 12 %vld1 = tail call { <4 x i32>, <4 x i32> } @llvm.aarch64.neon.ld2lane.v4i32.p0i32(<4 x i32> %extract, <4 x i32> <i32 -1, i32 -1, i32 -1, i32 -1>, i64 1, i32* %b) 13 %vld1.fca.0.extract = extractvalue { <4 x i32>, <4 x i32> } %vld1, 0 14 ret <4 x i32> %vld1.fca.0.extract 25 %extract = extractvalue { <4 x i32>, <4 x i32>, <4 x i32> } %vld, 0 26 %vld1 = tail call { <4 x i32>, <4 x i32>, <4 x i32> } @llvm.aarch64.neon.ld3lane.v4i32.p0i32(<4 x i32> %extract, <4 x i32> <i32 -1, i32 -1, i32 -1, i32 -1>, <4 x i32> %c, i64 1, i32* %b) 27 %vld1.fca.0.extract = extractvalue { <4 x i32>, <4 x i32>, <4 x i32> } %vld1, 0 28 ret <4 x i32> %vld1.fca.0.extract 40 %extract = extractvalue { <4 x i32>, <4 x i32>, <4 x i32>, <4 x i32> } %vld, 0 41 %vld1 = tail call { <4 x i32>, <4 x i32>, <4 x i32>, <4 x i32> } @llvm.aarch64.neon.ld4lane.v4i32.p0i32(<4 x i32> %extract, <4 x i32> <i32 -1, i32 -1, i32 -1, i32 -1>, <4 x i32> %c, <4 x i32> %c, i64 1, i32* %b [all...] |
/external/llvm/test/Transforms/EarlyCSE/AArch64/ |
intrinsics.ll | 9 %s.coerce.fca.0.extract = extractvalue [2 x <4 x i32>] %s.coerce, 0 10 %s.coerce.fca.1.extract = extractvalue [2 x <4 x i32>] %s.coerce, 1 21 %1 = bitcast <4 x i32> %s.coerce.fca.0.extract to <16 x i8> 22 %2 = bitcast <4 x i32> %s.coerce.fca.1.extract to <16 x i8> 28 %vld2.fca.0.extract = extractvalue { <4 x i32>, <4 x i32> } %vld2, 0 29 %vld2.fca.1.extract = extractvalue { <4 x i32>, <4 x i32> } %vld2, 1 30 %call = call <4 x i32> @vaddq_s32(<4 x i32> %vld2.fca.0.extract, <4 x i32> %vld2.fca.0.extract) 44 %s.coerce.fca.0.extract = extractvalue [2 x <4 x i32>] %s.coerce, 0 45 %s.coerce.fca.1.extract = extractvalue [2 x <4 x i32>] %s.coerce, [all...] |
/external/llvm/tools/llvm-extract/ |
Android.mk | 7 # llvm-extract command line tool 11 llvm-extract.cpp 28 LOCAL_MODULE := llvm-extract
|
/external/selinux/policycoreutils/semanage/ |
semanage-module.8 | 5 .B semanage module [\-h] [\-n] [\-N] [\-S STORE] (\-a | \-r | \-e | \-d | \-\-extract | \-\-list [\-C] | \-\-deleteall) [module_name] 36 .I \-E, \-\-extract 37 Extract customizable commands, for use within a transaction
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/ |
bit2.d | 50 6c: 0a c6 08 0e R7 = EXTRACT \(R0, R1.L\) \(Z\); 51 70: 0a c6 0f 0e R7 = EXTRACT \(R7, R1.L\) \(Z\); 52 74: 0a c6 3f 0e R7 = EXTRACT \(R7, R7.L\) \(Z\); 53 78: 0a c6 08 02 R1 = EXTRACT \(R0, R1.L\) \(Z\); 54 7c: 0a c6 0f 04 R2 = EXTRACT \(R7, R1.L\) \(Z\); 55 80: 0a c6 3f 06 R3 = EXTRACT \(R7, R7.L\) \(Z\); 56 84: 0a c6 08 4e R7 = EXTRACT \(R0, R1.L\) \(X\); 57 88: 0a c6 0f 4e R7 = EXTRACT \(R7, R1.L\) \(X\); 58 8c: 0a c6 3f 4e R7 = EXTRACT \(R7, R7.L\) \(X\); 59 90: 0a c6 08 42 R1 = EXTRACT \(R0, R1.L\) \(X\) [all...] |
/external/llvm/lib/Transforms/IPO/ |
LoopExtractor.cpp | 1 //===- LoopExtractor.cpp - Extract each loop into a new function ----------===// 10 // A pass wrapper around the ExtractLoop() scalar transformation to extract each 32 #define DEBUG_TYPE "loop-extract" 58 INITIALIZE_PASS_BEGIN(LoopExtractor, "loop-extract", 59 "Extract loops into new functions", false, false) 63 INITIALIZE_PASS_END(LoopExtractor, "loop-extract", 64 "Extract loops into new functions", false, false) 75 INITIALIZE_PASS(SingleLoopExtractor, "loop-extract-single", 76 "Extract at most one loop into a new function", false, false) 99 // If there is more than one top-level loop in this function, extract all o [all...] |