HomeSort by relevance Sort by last modified time
    Searched full:extract (Results 76 - 100 of 5734) sorted by null

1 2 34 5 6 7 8 91011>>

  /art/runtime/interpreter/mterp/mips/
op_const_wide_16.S 6 GET_INST_OPCODE(t0) # extract opcode from rINST
op_const_wide_high16.S 7 GET_INST_OPCODE(t0) # extract opcode from rINST
op_iput_object.S 15 GET_INST_OPCODE(t0) # extract opcode from rINST
op_iput_object_quick.S 10 GET_INST_OPCODE(t0) # extract opcode from rINST
op_monitor_enter.S 12 GET_INST_OPCODE(t0) # extract opcode from rINST
op_move_exception.S 6 GET_INST_OPCODE(t0) # extract opcode from rINST
op_move_result_wide.S 7 GET_INST_OPCODE(t0) # extract opcode from rINST
op_new_instance.S 12 GET_INST_OPCODE(t0) # extract opcode from rINST
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/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...]
  /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
  /toolchain/binutils/binutils-2.25/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\);

Completed in 947 milliseconds

1 2 34 5 6 7 8 91011>>