HomeSort by relevance Sort by last modified time
    Searched full:extract (Results 101 - 125 of 8518) sorted by null

1 2 3 45 6 7 8 91011>>

  /art/runtime/interpreter/mterp/mips/
op_sput_object.S 15 GET_INST_OPCODE(t0) # extract opcode from rINST
  /art/runtime/interpreter/mterp/mips64/
op_aput_object.S 13 GET_INST_OPCODE v0 # extract opcode from rINST
op_const.S 7 GET_INST_OPCODE v0 # extract opcode from rINST
op_const_16.S 5 GET_INST_OPCODE v0 # extract opcode from rINST
op_const_4.S 6 GET_INST_OPCODE v0 # extract opcode from rINST
op_const_high16.S 6 GET_INST_OPCODE v0 # extract opcode from rINST
op_const_wide_16.S 5 GET_INST_OPCODE v0 # extract opcode from rINST
op_const_wide_32.S 7 GET_INST_OPCODE v0 # extract opcode from rINST
op_const_wide_high16.S 6 GET_INST_OPCODE v0 # extract opcode from rINST
op_int_to_long.S 6 GET_INST_OPCODE v0 # extract opcode from rINST
op_monitor_enter.S 13 GET_INST_OPCODE v0 # extract opcode from rINST
op_move_exception.S 6 GET_INST_OPCODE v0 # extract opcode from rINST
op_move_result_wide.S 7 GET_INST_OPCODE v0 # extract opcode from rINST
op_new_instance.S 13 GET_INST_OPCODE v0 # extract opcode from rINST
  /external/google-benchmark/cmake/Modules/
FindLLVMAr.cmake 15 DESCRIPTION "create, modify, and extract from archives"
  /external/llvm/test/Transforms/SLPVectorizer/ARM/
sroa.ll 17 %a.coerce.fca.0.extract = extractvalue [4 x i32] %a.coerce, 0
18 %a.sroa.0.0.insert.ext = zext i32 %a.coerce.fca.0.extract to i64
19 %a.coerce.fca.1.extract = extractvalue [4 x i32] %a.coerce, 1
20 %a.sroa.0.4.insert.ext = zext i32 %a.coerce.fca.1.extract to i64
24 %a.coerce.fca.2.extract = extractvalue [4 x i32] %a.coerce, 2
25 %a.sroa.3.8.insert.ext = zext i32 %a.coerce.fca.2.extract to i64
26 %a.coerce.fca.3.extract = extractvalue [4 x i32] %a.coerce, 3
27 %a.sroa.3.12.insert.ext = zext i32 %a.coerce.fca.3.extract to i64
31 %b.coerce.fca.0.extract = extractvalue [4 x i32] %b.coerce, 0
32 %b.sroa.0.0.insert.ext = zext i32 %b.coerce.fca.0.extract to i6
    [all...]
  /prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/testdata/
escapeinfo.go 1 // Test case for escape info in export data. To compile and extract .gox file:
  /prebuilts/go/linux-x86/src/go/internal/gccgoimporter/testdata/
escapeinfo.go 1 // Test case for escape info in export data. To compile and extract .gox file:
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/nios2/
bmx.d 10 0+0000 <[^>]*> cfe0f820 extract ra,zero,31,0
11 0+0004 <[^>]*> cf0707e0 extract zero,ra,24,7
12 0+0008 <[^>]*> cfe022a0 extract r4,r10,31,0
13 0+000c <[^>]*> ce8fbae0 extract r23,r11,20,15
  /external/llvm/test/Analysis/CostModel/X86/
insert-extract-at-zero.ll 6 define i32 @insert-extract-at-zero-idx(i32 %arg, float %fl) {
7 ;CHECK: cost of 0 {{.*}} extract
9 ;CHECK: cost of 1 {{.*}} extract
11 ;CHECK: cost of 1 {{.*}} extract
14 ;CHECK: cost of 0 {{.*}} extract
16 ;CHECK: cost of 1 {{.*}} extract
19 ;CHECK: cost of 1 {{.*}} extract
  /system/netd/libnetdutils/
SliceTest.cpp 50 EXPECT_EQ(sizeof(a), extract(s1, a));
51 EXPECT_EQ(sizeof(a) + sizeof(b), extract(s1, a, b));
52 EXPECT_EQ(sizeof(a) + sizeof(b) + sizeof(c), extract(s1, a, b, c));
80 TEST_F(SliceTest, extract) {
105 // Non-variadic extract
107 size_t len = extract(buffer, a1);
113 // Variadic extract, 2 destinations
116 size_t len = extract(buffer, a1, b);
123 // Variadic extract, 3 destinations
126 size_t len = extract(buffer, a1, b, a2)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/
bit.d 27 0000001a <extract>:
28 1a: 0a c6 0a 08 R4 = EXTRACT \(R2, R1.L\) \(Z\);
29 1e: 0a c6 10 04 R2 = EXTRACT \(R0, R2.L\) \(Z\);
30 22: 0a c6 23 4e R7 = EXTRACT \(R3, R4.L\) \(X\);
31 26: 0a c6 0e 4a R5 = EXTRACT \(R6, R1.L\) \(X\);
  /external/llvm/test/CodeGen/ARM/
vector-promotion.ll 2 ; RUN: opt -codegenprepare -mtriple=thumbv7-apple-ios %s -o - -mattr=+neon -S -stress-cgp-store-extract | FileCheck --check-prefix=IR-BOTH --check-prefix=IR-STRESS %s
8 ; IR-BOTH-NEXT: [[EXTRACT:%[a-zA-Z_0-9-]+]] = extractelement <2 x i32> [[VECTOR_OR]], i32 1
9 ; IR-BOTH-NEXT: store i32 [[EXTRACT]], i32* %dest
20 %extract = extractelement <2 x i32> %in1, i32 1
21 %out = or i32 %extract, 1
28 ; IR-BOTH-NEXT: [[EXTRACT:%[a-zA-Z_0-9-]+]] = extractelement <2 x i32> [[LOAD]], i32 0
29 ; IR-BOTH-NEXT: [[CMP:%[a-zA-Z_0-9-]+]] = icmp eq i32 [[EXTRACT]], %in2
39 %extract = extractelement <2 x i32> %in1, i32 0
40 %out = icmp eq i32 %extract, %in2
48 ; IR-BOTH-NEXT: [[EXTRACT:%[a-zA-Z_0-9-]+]] = extractelement <2 x i32> [[LOAD]], i32
    [all...]
  /external/libavc/encoder/arm/
ih264e_half_pel.s 103 vext.8 d31, d2, d3, #5 @//extract a[5] (column1,row0)
104 vext.8 d30, d3, d4, #5 @//extract a[5] (column2,row0)
107 vext.8 d29, d4, d4, #5 @//extract a[5] (column3,row0)
109 vext.8 d28, d5, d6, #5 @//extract a[5] (column1,row1)
111 vext.8 d27, d6, d7, #5 @//extract a[5] (column2,row1)
113 vext.8 d26, d7, d7, #5 @//extract a[5] (column3,row1)
116 vext.8 d31, d2, d3, #2 @//extract a[2] (column1,row0)
118 vext.8 d30, d3, d4, #2 @//extract a[2] (column2,row0)
120 vext.8 d29, d4, d4, #2 @//extract a[2] (column3,row0)
122 vext.8 d28, d5, d6, #2 @//extract a[2] (column1,row1
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/util/
ZipUtil2.java 54 * Utility method to extract entire contents of zip file into given directory
56 * @param zipFile the {@link ZipFile} to extract
57 * @param destDir the local dir to extract file to
58 * @throws IOException if failed to extract file
78 * Utility method to extract a zip file into a given directory. The zip file being presented as
82 * @param destDir the local dir to extract file to
83 * @throws IOException if failed to extract file
92 * Utility method to extract one specific file from zip file into a tmp file
94 * @param zipFile the {@link ZipFile} to extract
95 * @param filePath the filePath of to extract
    [all...]

Completed in 892 milliseconds

1 2 3 45 6 7 8 91011>>