Home
last modified time | relevance | path

Searched refs:bne (Results 1 – 18 of 18) sorted by relevance

/art/runtime/arch/arm/
Dmemcmp16_arm.S63 bne 1b
93 bne 5f
132 bne 2f
144 bne 2f
150 bne 8f
169 bne 9f
171 bne 8b
206 bne 7f
Djni_entrypoints_arm.S106 bne .Llookup_stub_fast_or_critical_native
165 bne .Lcritical_copy_args_loop
203 bne .Lcritical_skip_prepare_runtime_method
267 bne .Lcritical_copy_args_loop_back
Dquick_entrypoints_arm.S656 bne \gray_slow_path_label
726 bne .Laput_obj_gc_marking
737 bne .Laput_obj_check_assignability
801 bne .Laput_obj_check_assignability
1681 bne .Lindexof_loop1
2312 bne .Ldone
2319 bne .Lentry2
2322 bne .Lentry1
2325 bne .Ldone
2332 bne .Lentry3
[all …]
Dasm_support_arm.S312 bne 1f
379 bne 2f @ Check if unlocked.
/art/runtime/interpreter/mterp/armng/
Dobject.S14 bne ${slow_path}
31 bne 2f
35 bne 5f
42 bne 1b
63 bne 2b
86 bne ${slow_path}
110 bne 5f
114 bne 3f
121 bne 1b
135 bne 5f
Dmain.S283 bne nterp_deliver_pending_exception
322 bne \label
659 bne 1b
712 bne \call_compiled_code
721 bne 2f
727 bne 1b
746 bne 1b
914 bne 2f
1026 bne .Lget_shorty_\suffix
1034 bne .Lget_shorty_\suffix
[all …]
Dinvoke.S95 bne 2f
107 bne 3f
Dother.S47 bne 3f
/art/runtime/interpreter/mterp/riscv64/
Dinvoke.S680 bne $z0, $quick, $skip
898 bne $z0, $z1, .L${uniq}_float_return_done
958 bne $z2, $old, .L${uniq}_subst_next
964 bne $z1, xFP, .L${uniq}_subst_try
1030 bne $z1, $z2, .L${uniq}_slow_4
1036 bne $z1, $z2, .L${uniq}_slow_3
1043 bne $z1, $z2, .L${uniq}_slow_2
1050 bne $z1, $z2, .L${uniq}_slow_1
1121 bne $z1, $z3, .L${uniq}_slow_4
1126 bne $z1, $z3, .L${uniq}_slow_3
[all …]
Dmain.S247 bne xPC, \z1, \miss_label
659 bne t2, sp, .Lhotspill_osr_copy_loop
Dobject.S15 bne a1, a2, .L${opcode}_slow
112 bne a1, a2, .L${opcode}_slow
/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc758 uint32_t bne = BneWWithOffset(GetMethodOffset(method_idx) + kLiteralOffset, thunk_offset); in TestBakerFieldWide() local
760 const std::vector<uint8_t> expected_code = RawCode({bne, ldr}); in TestBakerFieldWide()
761 ASSERT_EQ(kMethodCodeSize, expected_code.size()) << "bne=0x" << std::hex << bne; in TestBakerFieldWide()
862 uint32_t bne = BneWWithOffset(GetMethodOffset(method_idx) + kLiteralOffset, thunk_offset); in TestBakerFieldNarrow() local
864 const std::vector<uint8_t> expected_code = RawCode({bne, ldr}); in TestBakerFieldNarrow()
865 ASSERT_EQ(kMethodCodeSize, expected_code.size()) << "bne=0x" << std::hex << bne; in TestBakerFieldNarrow()
1059 const uint32_t bne = in TEST_F() local
1061 const std::vector<uint8_t> expected_code1 = RawCode({kNopWInsn, bne, kLdrWInsn, kNopInsn}); in TEST_F()
1166 uint32_t bne = BneWWithOffset(GetMethodOffset(method_idx) + kLiteralOffset, thunk_offset); in TEST_F() local
1167 const std::vector<uint8_t> expected_code = RawCode({bne, ldr(base_reg)}); in TEST_F()
[all …]
/art/runtime/arch/arm64/
Djni_entrypoints_arm64.S178 bne .Lcritical_copy_args_loop
290 bne .Lcritical_copy_args_back_loop
Dquick_entrypoints_arm64.S1022 bne .Laput_obj_check_assignability
1090 bne .Laput_obj_check_assignability
/art/runtime/interpreter/mterp/arm64ng/
Dobject.S13 bne ${slow_path}
85 bne ${slow_path}
/art/runtime/arch/riscv64/
Dquick_entrypoints_riscv64.S999 bne t1, sp, .Losr_loop
1270 bne a3, a4, .Laput_obj_check_assignability
1349 bne a3, a4, .Laput_obj_check_assignability
1959 bne a2, a3, .Lstring_indexof_loop
1977 bne a2, a3, .Lstring_indexof_compressed_loop
Dasm_support_riscv64.S771 bne t6, t5, \slow_lock
812 bne t6, t5, \slow_unlock
/art/compiler/utils/
Dassembler_thumb_test_expected.cc.inc81 " f4: d16f bne 0x1d6 @ imm = #222\n"