Lines Matching defs:zero
678 __ mov(r0, 0x0); // Set to zero to indicate success.
1232 // Here we used to check the pool size, which can now be zero as we emit the
2440 Label zero;
2446 __ Cbz(r0, &zero);
2455 __ Bind(&zero);
2468 // veneer for "exit" is emitted before the veneer for "zero" and the "zero"
2475 Label zero;
2484 __ Cbz(r0, &zero);
2490 __ Bind(&zero);
3577 case 1: // Compare and branch if zero (untaken as r0 == 1).
3580 case 2: { // Compare and branch if not zero.