Searched refs:Bind (Results 1 - 25 of 59) sorted by relevance

123

/art/compiler/utils/arm/
H A Dassembler_thumb2_test.cc529 __ Bind(&start);
540 __ Bind(&end);
559 __ Bind(&label0);
561 __ Bind(&label1);
566 __ Bind(&label2);
593 __ Bind(&label0);
595 __ Bind(&label1);
600 __ Bind(&label2);
629 __ Bind(&label0);
631 __ Bind(
[all...]
H A Dassembler_arm_vixl.h171 void Bind(Label* label ATTRIBUTE_UNUSED) OVERRIDE {
172 UNIMPLEMENTED(FATAL) << "Do not use Bind for ARM";
/art/compiler/optimizing/
H A Dintrinsics_utils.h52 assembler->Bind(GetEntryLabel());
H A Doptimizing_cfi_test.cc217 __ Bind(&target);
247 __ Bind(&target);
277 __ Bind(&target);
H A Dintrinsics_x86.cc112 __ Bind(GetEntryLabel());
126 __ Bind(&loop);
563 __ Bind(&nan);
590 __ Bind(&op2_label);
598 __ Bind(&done);
930 __ Bind(&skip_incr);
938 __ Bind(&skip_incr);
952 __ Bind(&done);
1335 __ Bind(slow_path->GetExitLabel());
1363 __ Bind(slow_pat
[all...]
H A Dintrinsics_arm_vixl.cc93 __ Bind(GetEntryLabel());
201 __ Bind(GetEntryLabel());
206 __ Bind(&loop);
363 __ Bind(&end);
411 __ Bind(&end);
573 __ Bind(&nan);
578 __ Bind(&done);
652 __ Bind(&handle_nan_eq);
656 __ Bind(&done);
852 __ Bind(
[all...]
H A Dintrinsics_x86_64.cc98 __ Bind(GetEntryLabel());
100 __ Bind(&loop);
404 __ Bind(&nan);
413 __ Bind(&op2_label);
421 __ Bind(&done);
691 __ Bind(&skip_incr);
703 __ Bind(&done);
735 __ Bind(&skip_incr);
747 __ Bind(&done);
1111 __ Bind(slow_pat
[all...]
H A Dintrinsics_arm64.cc116 __ Bind(GetEntryLabel());
182 __ Bind(GetEntryLabel());
184 __ Bind(&slow_copy_loop);
735 __ Bind(&done);
1195 __ Bind(&loop_head);
1201 __ Bind(&exit_loop);
1355 __ Bind(&loop);
1370 __ Bind(&find_char_diff);
1405 __ Bind(&different_compression);
1436 __ Bind(
[all...]
H A Dintrinsics_arm.cc129 __ Bind(GetEntryLabel());
134 __ Bind(&loop);
297 __ Bind(&end);
345 __ Bind(&end);
851 __ Bind(&loop_head);
1051 __ Bind(&loop_head);
1208 __ Bind(&loop);
1225 __ Bind(&find_char_diff_2nd_cmp);
1236 __ Bind(&find_char_diff);
1283 __ Bind(
[all...]
H A Dcode_generator_arm64.cc254 __ Bind(GetEntryLabel());
287 __ Bind(GetEntryLabel());
336 __ Bind(GetEntryLabel());
372 __ Bind(strp_label);
417 __ Bind(GetEntryLabel());
442 __ Bind(strp_label);
465 __ Bind(GetEntryLabel());
493 __ Bind(GetEntryLabel());
539 __ Bind(GetEntryLabel());
588 __ Bind(GetEntryLabe
1609 void CodeGeneratorARM64::Bind(HBasicBlock* block) { function in class:art::arm64::CodeGeneratorARM64
[all...]
H A Dintrinsics_mips.cc107 __ Bind(GetEntryLabel());
899 __ Bind(&noNaNs);
922 __ Bind(&noNaNs);
931 __ Bind(&done);
954 __ Bind(&ordered);
992 __ Bind(&compare);
1012 __ Bind(&select);
1022 __ Bind(&done);
1146 __ Bind(&compare_done);
1211 __ Bind(
[all...]
H A Dcode_generator_mips64.cc112 __ Bind(GetEntryLabel());
148 __ Bind(GetEntryLabel());
175 __ Bind(GetEntryLabel());
239 __ Bind(GetEntryLabel());
283 __ Bind(GetEntryLabel());
310 __ Bind(GetEntryLabel());
350 __ Bind(GetEntryLabel());
399 __ Bind(GetEntryLabel());
421 __ Bind(GetEntryLabel());
500 __ Bind(GetEntryLabe
1164 void CodeGeneratorMIPS64::Bind(HBasicBlock* block) { function in class:art::mips64::CodeGeneratorMIPS64
[all...]
H A Dcode_generator_x86.cc60 __ Bind(GetEntryLabel());
86 __ Bind(GetEntryLabel());
105 __ Bind(GetEntryLabel());
129 __ Bind(GetEntryLabel());
188 __ Bind(GetEntryLabel());
227 __ Bind(GetEntryLabel());
243 __ Bind(fixup_label);
267 __ Bind(GetEntryLabel());
299 __ Bind(fixup_label);
330 __ Bind(GetEntryLabe
1124 void CodeGeneratorX86::Bind(HBasicBlock* block) { function in class:art::x86::CodeGeneratorX86
[all...]
H A Dcode_generator_x86_64.cc64 __ Bind(GetEntryLabel());
90 __ Bind(GetEntryLabel());
109 __ Bind(GetEntryLabel());
145 __ Bind(GetEntryLabel());
183 __ Bind(GetEntryLabel());
247 __ Bind(GetEntryLabel());
278 __ Bind(fixup_label);
307 __ Bind(GetEntryLabel());
325 __ Bind(fixup_label);
348 __ Bind(GetEntryLabe
1352 void CodeGeneratorX86_64::Bind(HBasicBlock* block) { function in class:art::x86_64::CodeGeneratorX86_64
[all...]
H A Dcode_generator_mips.cc161 __ Bind(GetEntryLabel());
197 __ Bind(GetEntryLabel());
224 __ Bind(GetEntryLabel());
293 __ Bind(GetEntryLabel());
338 __ Bind(GetEntryLabel());
365 __ Bind(GetEntryLabel());
404 __ Bind(GetEntryLabel());
453 __ Bind(GetEntryLabel());
475 __ Bind(GetEntryLabel());
554 __ Bind(GetEntryLabe
1371 void CodeGeneratorMIPS::Bind(HBasicBlock* block) { function in class:art::mips::CodeGeneratorMIPS
[all...]
H A Dintrinsics_mips64.cc96 __ Bind(GetEntryLabel());
578 __ Bind(&noNaNs);
601 __ Bind(&noNaNs);
610 __ Bind(&done);
868 __ Bind(&done);
971 __ Bind(&finite);
990 __ Bind(&add);
999 __ Bind(&done);
1580 __ Bind(&loop_head);
1608 __ Bind(
[all...]
H A Dcode_generator_arm_vixl.cc278 __ Bind(GetEntryLabel());
305 __ Bind(GetEntryLabel());
325 __ Bind(GetEntryLabel());
365 __ Bind(GetEntryLabel());
409 __ Bind(GetEntryLabel());
496 __ Bind(GetEntryLabel());
555 __ Bind(GetEntryLabel());
610 __ Bind(GetEntryLabel());
633 __ Bind(GetEntryLabel());
768 __ Bind(GetEntryLabe
2221 void CodeGeneratorARMVIXL::Bind(HBasicBlock* block) { function in class:art::arm::CodeGeneratorARMVIXL
[all...]
H A Dcode_generator_arm.cc252 __ Bind(GetEntryLabel());
278 __ Bind(GetEntryLabel());
298 __ Bind(GetEntryLabel());
338 __ Bind(GetEntryLabel());
382 __ Bind(GetEntryLabel());
471 __ Bind(GetEntryLabel());
533 __ Bind(GetEntryLabel());
587 __ Bind(GetEntryLabel());
609 __ Bind(GetEntryLabel());
746 __ Bind(GetEntryLabe
2129 void CodeGeneratorARM::Bind(HBasicBlock* block) { function in class:art::arm::CodeGeneratorARM
[all...]
/art/compiler/utils/mips/
H A Dassembler_mips32r6_test.cc229 __ Bind(&label);
679 __ Bind(&label);
695 __ Bind(&label);
747 __ Bind(&label);
772 __ Bind(&label);
796 __ Bind(&label1);
801 __ Bind(&label2);
806 __ Bind(&label3);
811 __ Bind(&label4);
846 __ Bind(
[all...]
H A Dassembler_mips_test.cc198 __ Bind(&label);
227 __ Bind(&label);
2082 __ Bind(&label1);
2088 __ Bind(&label2);
2124 __ Bind(&label);
2151 __ Bind(&label);
2198 __ Bind(&label);
2227 __ Bind(&label);
2256 __ Bind(&label);
2285 __ Bind(
[all...]
/art/compiler/utils/arm64/
H A Dassembler_arm64.h101 void Bind(Label* label ATTRIBUTE_UNUSED) OVERRIDE {
102 UNIMPLEMENTED(FATAL) << "Do not use Bind for ARM64";
/art/compiler/utils/x86/
H A Djni_macro_assembler_x86.cc440 __ Bind(&null_arg);
458 __ Bind(&null_arg);
479 __ Bind(&null_arg);
563 void X86JNIMacroAssembler::Bind(JNIMacroLabel* label) { function in class:art::x86::X86JNIMacroAssembler
565 __ Bind(X86JNIMacroLabel::Cast(label)->AsX86());
573 __ Bind(&entry_);
/art/compiler/utils/x86_64/
H A Djni_macro_assembler_x86_64.cc497 __ Bind(&null_arg);
515 __ Bind(&null_arg);
536 __ Bind(&null_arg);
625 void X86_64JNIMacroAssembler::Bind(JNIMacroLabel* label) { function in class:art::x86_64::X86_64JNIMacroAssembler
627 __ Bind(X86_64JNIMacroLabel::Cast(label)->AsX86_64());
635 __ Bind(&entry_);
/art/compiler/linker/arm64/
H A Drelative_patcher_arm64.cc436 __ Bind(&slow_path);
445 __ Bind(&throw_npe);
465 __ Bind(&return_label);
467 __ Bind(&not_marked);
475 __ Bind(&forwarding_address);
/art/compiler/utils/
H A Dassembler_thumb_test.cc706 __ Bind(&l1);
712 __ Bind(&l2);
717 __ Bind(&l3);
724 __ Bind(&l4);
733 __ Bind(&l5);
744 __ Bind(&l1);
751 __ Bind(&l2);
756 __ Bind(&l3);
763 __ Bind(&l4);
772 __ Bind(
[all...]

Completed in 2431 milliseconds

123