/art/runtime/interpreter/mterp/mips/ |
D | main.S | 84 #define zero $$0 /* always zero */ macro 199 jalr zero, rt 338 sw zero, 0(t8) 347 sw zero, 0(t8) 373 sw zero, 0(t8); \ 374 sw zero, 4(t8) 384 sw zero, 0(t8); \ 385 sw zero, 4(t8) 393 sw zero, 0(t8) 402 sw zero, 0(t8) [all …]
|
D | control_flow.S | 32 b${condition} a0, zero, MterpCommonTakenBranchNoFlags 152 move v1, zero 167 move v0, zero 168 move v1, zero 178 move v0, zero 179 move v1, zero
|
D | floating_point.S | 276 mtc1 zero, fa1 284 mtc1 zero, fa0 285 MOVE_TO_FPU_HIGH(zero, fa0, fa0f) 319 mtc1 zero, fa1 327 nor rRESULT0, rRESULT0, zero 328 nor rRESULT1, rRESULT1, zero 371 mtc1 zero, fa0 411 nor rRESULT0, rRESULT0, zero 412 nor rRESULT1, rRESULT1, zero
|
/art/test/003-omnibus-opcodes/src/ |
D | FloatMath.java | 237 static int[] convI(long l, float f, double d, float zero) { in convI() argument 242 results[3] = (int) (1.0f / zero); // +inf in convI() 243 results[4] = (int) (-1.0f / zero); // -inf in convI() 244 results[5] = (int) ((1.0f / zero) / (1.0f / zero)); // NaN in convI() 257 static long[] convL(int i, float f, double d, double zero) { in convL() argument 262 results[3] = (long) (1.0 / zero); // +inf in convL() 263 results[4] = (long) (-1.0 / zero); // -inf in convL() 264 results[5] = (long) ((1.0 / zero) / (1.0 / zero)); // NaN in convL()
|
D | Compare.java | 25 static void testIntCompare(int minus, int plus, int plus2, int zero) { in testIntCompare() argument 58 if (zero != 0) in testIntCompare() 61 if (zero == 0) { in testIntCompare()
|
/art/test/474-fp-sub-neg/ |
D | info.txt | 4 fp calculation because we can lose the sign of zero for 8 Addition or subtraction with fp zero should not be eliminated
|
/art/runtime/arch/mips64/ |
D | memcmp16_mips64.S | 26 move $t0, $zero 27 move $t1, $zero
|
D | quick_entrypoints_mips64.S | 183 jalr $zero, $ra 676 sd $zero, 0($sp) # Store null for ArtMethod* at bottom of frame 859 jalr $zero, $t9 # artThrowNullPointerExceptionFromCode(Thread*) 872 jalr $zero, $t9 # artThrowNullPointerExceptionFromSignal(uinptr_t, Thread*) 883 jalr $zero, $t9 # artThrowDivZeroFromCode(Thread*) 897 jalr $zero, $t9 # artThrowArrayBoundsFromCode(index, limit, Thread*) 909 jalr $zero, $t9 # artThrowStringBoundsFromCode(index, limit, Thread*) 920 jalr $zero, $t9 # artThrowStackOverflowFromCode(Thread*) 950 beq $v0, $zero, 1f 952 jalr $zero, $t9 [all …]
|
D | jni_entrypoints_mips64.S | 70 beq $v0, $zero, .Lno_native_code_found 74 jalr $zero, $t9 # leaf call to method's code
|
D | asm_support_mips64.S | 73 dsubu \rRef, $zero, \rRef 81 dsubu \rRef, $zero, \rRef
|
/art/compiler/optimizing/ |
D | constant_folding_test.cc | 754 HInstruction* zero = graph_->GetIntConstant(0); in TEST_F() local 757 block->AddInstruction(last = new (GetAllocator()) HAbove(zero, parameter)); in TEST_F() 759 block->AddInstruction(last = new (GetAllocator()) HAbove(parameter, zero)); in TEST_F() 761 block->AddInstruction(last = new (GetAllocator()) HAboveOrEqual(zero, parameter)); in TEST_F() 763 block->AddInstruction(last = new (GetAllocator()) HAboveOrEqual(parameter, zero)); in TEST_F() 765 block->AddInstruction(last = new (GetAllocator()) HBelow(zero, parameter)); in TEST_F() 767 block->AddInstruction(last = new (GetAllocator()) HBelow(parameter, zero)); in TEST_F() 769 block->AddInstruction(last = new (GetAllocator()) HBelowOrEqual(zero, parameter)); in TEST_F() 771 block->AddInstruction(last = new (GetAllocator()) HBelowOrEqual(parameter, zero)); in TEST_F() 773 block->AddInstruction(new (GetAllocator()) HReturn(zero)); in TEST_F()
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 167 jalr $zero, $ra 561 jalr $zero, $t9 # artDeliverPendingExceptionFromCode(Thread*) 580 jalr $zero, $ra 590 jalr $zero, $ra # return on success 600 jalr $zero, $ra # return on success 653 sw $zero, 0($sp) # Store null for ArtMethod* at bottom of frame 701 jalr $zero, $ra 708 jalr $zero, $t9 769 move $v0, $zero # clear result registers v0 and v1 (in branch delay slot) 770 jalr $zero, $t9 # do long jump [all …]
|
D | jni_entrypoints_mips.S | 53 beq $v0, $zero, .Lno_native_code_found 57 jalr $zero, $t9 # leaf call to method's code
|
/art/test/665-checker-simd-zero/ |
D | info.txt | 1 Functional tests on zero-out SIMD vectorization.
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 69 const JValue zero; in InvokeProxyInvocationHandler() local 76 return zero; in InvokeProxyInvocationHandler() 88 return zero; in InvokeProxyInvocationHandler() 109 return zero; in InvokeProxyInvocationHandler() 119 return zero; in InvokeProxyInvocationHandler() 157 return zero; in InvokeProxyInvocationHandler()
|
/art/test/590-infinite-loop-with-nop/smali/ |
D | TestCase.smali | 27 # Failure to verify dex file '...': Offset(208) should be zero when size is zero for field-ids.
|
/art/test/474-checker-boolean-input/ |
D | info.txt | 1 Tests if zero/one constants and integer Phis are accepted as boolean values.
|
/art/test/615-checker-arm64-store-zero/ |
D | info.txt | 1 Checker test to verify we correctly use wzr and xzr to store zero constants.
|
/art/test/475-simplify-mul-zero/ |
D | info.txt | 2 Mul should expect zero constant as input.
|
/art/runtime/interpreter/mterp/mips64/ |
D | main.S | 18 #define zero $$0 /* always zero */ macro 243 sw zero, 0(AT) 259 sw zero, 0(AT) 292 sw zero, 0(AT) 293 sw zero, 4(AT) 299 sw zero, 0(AT) 300 sw zero, 4(AT) 434 jalr zero, t9 # (self, shadow_frame, dex_pc_ptr) Note: tail call.
|
D | arithmetic.S | 23 beqz a1, common_errDivideByZero # is second operand zero? 54 beqz a1, common_errDivideByZero # is second operand zero? 82 beqz a1, common_errDivideByZero # is second operand zero? 112 beqz a1, common_errDivideByZero # is second operand zero? 144 beqz a1, common_errDivideByZero # is second operand zero? 175 beqz a1, common_errDivideByZero # is second operand zero?
|
/art/test/412-new-array/ |
D | info.txt | 3 address, zero-extending a register instead of sign-extending.
|
/art/test/045-reflect-array/ |
D | expected.txt | 7 zero one two ++
|
/art/test/501-regression-packed-switch/ |
D | info.txt | 4 address, zero-extending a register instead of sign-extending.
|
/art/test/020-string/ |
D | expected.txt | 3 Compare result is greater than zero
|