/art/runtime/interpreter/mterp/armng/ |
D | main.S | 305 cmp rINST, #0 319 cmp r2, #0 437 cmp rINST, #0 444 cmp lr, \fp 458 cmp r2, #0 564 cmp r0, #2 567 cmp r0, #4 655 cmp r2, #0 720 cmp r2, r3 729 cmp lr, \old_value [all …]
|
D | object.S | 5 cmp rMR, #0 10 cmp r0, #0 33 cmp rMR, #0 38 cmp r0, #0 78 cmp r3, #0 88 cmp rMR, #0 112 cmp r0, #0 118 cmp r3, #0 131 cmp rMR, #0 174 cmp r1, #0 [all …]
|
D | array.S | 13 cmp r0, #0 @ null array object? 17 cmp r1, r3 @ compare unsigned index, length 29 cmp rMR, #0 75 cmp r0, #0 @ null array object? 78 cmp r1, r3 @ compare unsigned index, length 127 cmp r0, #0 @ is object null?
|
D | invoke.S | 22 cmp r1, #0 62 cmp r1, #0 72 cmp r1, #0
|
D | control_flow.S | 14 cmp r0, r3 @ compare (vA, vB) 34 cmp r0, #0 // compare (vA, 0)
|
/art/libdexfile/dex/ |
D | string_reference_test.cc | 48 StringReferenceValueComparator cmp; in TEST() local 49 EXPECT_TRUE(cmp(sr1, sr2)); // "String1" < "String2" is true. in TEST() 50 EXPECT_FALSE(cmp(sr2, sr1)); // "String2" < "String1" is false. in TEST() 99 StringReferenceValueComparator cmp; in TEST() local 104 EXPECT_EQ(expectedCmp12[index1][index2], cmp(sr1, sr2)) << index1 << " " << index2; in TEST() 105 EXPECT_EQ(expectedCmp21[index2][index1], cmp(sr2, sr1)) << index1 << " " << index2; in TEST()
|
/art/test/069-field-type/src/ |
D | Main.java | 29 Comparable cmp = (Comparable) holder.mValue; in main() local 30 cmp.compareTo(cmp); in main()
|
/art/runtime/arch/x86/ |
D | memcmp16_x86.S | 52 cmp $48, %ecx 95 cmp $0, %edx 97 cmp $2, %edx 99 cmp $4, %edx 101 cmp $6, %edx 103 cmp $8, %edx 105 cmp $10, %edx 107 cmp $12, %edx 113 cmp $80, %ecx 160 cmp $0, %ecx [all …]
|
/art/runtime/interpreter/mterp/arm64ng/ |
D | main.S | 413 cmp ip2, \fp 547 cmp ip2, #2 550 cmp ip2, #4 709 cmp x2, x3 717 cmp wip2, \old_value 723 cmp ip2, xFP 734 cmp wip, #68 // if (wip == 'D') goto FOUND_DOUBLE 736 cmp wip, #70 // if (wip == 'F') goto FOUND_FLOAT 741 cmp wip, #74 // if (wip != 'J') goto LOOP 751 cmp \arg_index, #4 [all …]
|
D | control_flow.S | 13 cmp w2, w3 // compare (vA, vB) 33 cmp w2, #0 // compare (vA, 0)
|
/art/runtime/interpreter/mterp/arm/ |
D | array.S | 19 cmp r0, #0 @ null array object? 23 cmp r1, r3 @ compare unsigned index, length 56 cmp r1, #0 79 cmp r0, #0 @ null array object? 83 cmp r1, r3 @ compare unsigned index, length 111 cmp r0, #0 @ null array object? 115 cmp r1, r3 @ compare unsigned index, length 142 cmp r0, #0 164 cmp r0, #0 @ null array object? 168 cmp r1, r3 @ compare unsigned index, length [all …]
|
D | invoke.S | 14 cmp r0, #0 18 cmp r0, #0 37 cmp r0, #0 41 cmp r0, #0
|
D | control_flow.S | 14 cmp r0, r3 @ compare (vA, vB) 16 cmp rPROFILE, #JIT_CHECK_OSR @ possible OSR re-entry? 33 cmp r0, #0 @ compare (vA, 0) 35 cmp rPROFILE, #JIT_CHECK_OSR @ possible OSR re-entry? 197 cmp r1, #0 @ null object?
|
D | floating_point.S | 339 cmp r2, r3 @ MINLONG < x > MAXLONG? 344 cmp r2, r3 380 cmp r2, #0xbe @ MININT < x > MAXINT? 384 cmp r2, #0xff @ NaN or infinity?
|
D | object.S | 12 cmp r0, #0 31 cmp r0, #0
|
/art/runtime/arch/x86_64/ |
D | memcmp16_x86_64.S | 48 cmp $79, %rdx 71 cmp $128, %rdx 95 cmp $32, %rdx 118 cmp $512, %rdx 120 cmp $256, %rdx 168 cmp $64, %rdx 171 cmp $32, %rdx 276 cmp $128, %rdx 279 cmp $64, %rdx 282 cmp $32, %rdx [all …]
|
/art/compiler/optimizing/ |
D | bounds_check_elimination_test.cc | 82 HInstruction* cmp = new (GetAllocator()) HGreaterThanOrEqual(parameter2, constant_0); in TEST_F() local 83 HIf* if_inst = new (GetAllocator()) HIf(cmp); in TEST_F() 84 block1->AddInstruction(cmp); in TEST_F() 105 cmp = new (GetAllocator()) HLessThan(parameter2, array_length); in TEST_F() 106 if_inst = new (GetAllocator()) HIf(cmp); in TEST_F() 109 block3->AddInstruction(cmp); in TEST_F() 180 HInstruction* cmp = new (GetAllocator()) HLessThanOrEqual(parameter2, constant_0); in TEST_F() local 181 HIf* if_inst = new (GetAllocator()) HIf(cmp); in TEST_F() 182 block1->AddInstruction(cmp); in TEST_F() 247 HInstruction* cmp = new (GetAllocator()) HGreaterThanOrEqual(parameter2, array_length); in TEST_F() local [all …]
|
D | induction_var_analysis.cc | 100 IfCondition cmp, in IsGuardedBy() argument 131 return cmp == other_cmp; in IsGuardedBy() 133 switch (cmp) { in IsGuardedBy() 138 default: LOG(FATAL) << "unexpected cmp: " << cmp; in IsGuardedBy() 925 IfCondition cmp) { in VisitCondition() argument 928 switch (cmp) { in VisitCondition() 951 if (cmp == kCondNE && RewriteBreakLoop(loop, body, stride_value, type)) { in VisitCondition() 952 cmp = stride_value > 0 ? kCondLE : kCondGE; in VisitCondition() 957 if (cmp == kCondNE && ((stride_value == +1 && IsTaken(lower_expr, upper_expr, kCondLE)) || in VisitCondition() 959 cmp = stride_value > 0 ? kCondLT : kCondGT; in VisitCondition() [all …]
|
D | induction_var_analysis.h | 209 IfCondition cmp); 216 IfCondition cmp); 217 bool IsTaken(InductionInfo* lower_expr, InductionInfo* upper_expr, IfCondition cmp); 221 IfCondition cmp); 226 IfCondition cmp);
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 726 cmp r3, ip @ value's type == array's component type - trivial assignability 1008 cmp r3, r12 1012 cmp r3, #ROSALLOC_MAX_THREAD_LOCAL_BRACKET_SIZE // Check if the size is for a thread 1121 cmp r3, r12 // Check if it fits. 1208 cmp r2, r12 // Check if the total_size fits. 1260 cmp r1, r2 1287 cmp r1, r2 1297 cmp r1, r2 1308 cmp r1, r2 1319 cmp r1, r2 [all …]
|
/art/runtime/interpreter/mterp/arm64/ |
D | control_flow.S | 14 cmp w2, w3 // compare (vA, vB) 16 cmp wPROFILE, #JIT_CHECK_OSR // possible OSR re-entry? 34 cmp w2, #0 // compare (vA, 0) 37 cmp wPROFILE, #JIT_CHECK_OSR // possible OSR re-entry?
|
D | array.S | 22 cmp w1, w3 // compare unsigned index, length 79 cmp w1, w3 // compare unsigned index, length 108 cmp w1, w3 // compare unsigned index, length 158 cmp w1, w3 // compare unsigned index, length
|
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 426 cmp w10, #'V' 430 cmp w10, #'D' 434 cmp w10, #'F' 517 cmp w17, #'F' // is this a float? 520 cmp x15, # 8*12 // Skip this load if all registers full. 527 cmp w17, #'D' // is this a double? 530 cmp x15, # 8*12 // Skip this load if all registers full. 537 cmp w17, #'J' // is this a long? 540 cmp x8, # 6*12 // Skip this load if all registers full. 547 cmp x8, # 6*12 // Skip this load if all registers full. [all …]
|
/art/libartbase/base/ |
D | intrusive_forward_list.h | 327 void merge(IntrusiveForwardList& other, Compare cmp) { in merge() argument 333 if (cmp(*other_current, *current)) { in merge() 347 void merge(IntrusiveForwardList&& other, Compare cmp) { in merge() argument 348 merge(other, cmp); // Use l-value overload. in merge() 354 void sort(Compare cmp) { in sort() argument 361 sort(cmp); in sort() 362 second_half.sort(cmp); in sort() 363 merge(second_half, cmp); in sort()
|
/art/test/800-smali/smali/ |
D | CmpLong.smali | 16 cmp-long v0, v101, v4
|