Searched refs:bne (Results 1 – 18 of 18) sorted by relevance
/art/runtime/arch/arm/ |
D | memcmp16_arm.S | 63 bne 1b 93 bne 5f 132 bne 2f 144 bne 2f 150 bne 8f 169 bne 9f 171 bne 8b 206 bne 7f
|
D | jni_entrypoints_arm.S | 106 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
|
D | quick_entrypoints_arm.S | 656 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 …]
|
D | asm_support_arm.S | 312 bne 1f 379 bne 2f @ Check if unlocked.
|
/art/runtime/interpreter/mterp/armng/ |
D | object.S | 14 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
|
D | main.S | 283 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 …]
|
D | invoke.S | 95 bne 2f 107 bne 3f
|
D | other.S | 47 bne 3f
|
/art/runtime/interpreter/mterp/riscv64/ |
D | invoke.S | 680 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 …]
|
D | main.S | 247 bne xPC, \z1, \miss_label 659 bne t2, sp, .Lhotspill_osr_copy_loop
|
D | object.S | 15 bne a1, a2, .L${opcode}_slow 112 bne a1, a2, .L${opcode}_slow
|
/art/dex2oat/linker/arm/ |
D | relative_patcher_thumb2_test.cc | 758 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/ |
D | jni_entrypoints_arm64.S | 178 bne .Lcritical_copy_args_loop 290 bne .Lcritical_copy_args_back_loop
|
D | quick_entrypoints_arm64.S | 1022 bne .Laput_obj_check_assignability 1090 bne .Laput_obj_check_assignability
|
/art/runtime/interpreter/mterp/arm64ng/ |
D | object.S | 13 bne ${slow_path} 85 bne ${slow_path}
|
/art/runtime/arch/riscv64/ |
D | quick_entrypoints_riscv64.S | 999 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
|
D | asm_support_riscv64.S | 771 bne t6, t5, \slow_lock 812 bne t6, t5, \slow_unlock
|
/art/compiler/utils/ |
D | assembler_thumb_test_expected.cc.inc | 81 " f4: d16f bne 0x1d6 @ imm = #222\n"
|