Lines Matching defs:target
176 Label target;
177 __ CompareAndBranchIfZero(arm::R0, &target);
178 // Push the target out of range of CBZ.
182 __ Bind(&target);
204 mips::MipsLabel target;
205 __ Beqz(mips::A0, &target);
206 // Push the target out of range of BEQZ.
210 __ Bind(&target);
232 mips64::Mips64Label target;
233 __ Beqc(mips64::A1, mips64::A2, &target);
234 // Push the target out of range of BEQC.
238 __ Bind(&target);