Lines Matching defs:target
47 // Tests declared with this macro will only target T32.
59 // Test declared with this macro will only target A32.
690 // The jump target needs to have its least significant bit set to indicate
701 // The jump target needs to have its least significant bit set to indicate
713 // The jump target needs to have its least significant bit set to indicate
2506 Label target;
2507 __ Cbz(r0, &target);
2511 // Bind the target label using the `Assembler`.
2515 __ bind(&target);
2519 VIXL_CHECK(target.IsBound());
3490 Label target;
3491 __ B(eq, &target);
3523 __ Bind(&target);
3948 Label target;
3949 __ Cbz(r0, &target);
3975 __ Bind(&target);
4899 Label target;
4901 __ B(eq, &target);
4910 __ Cbz(r0, &target);
4920 __ Bind(&target);
5592 // The jump target needs to have its least significant bit set to indicate