Lines Matching defs:zero
947 // operation, not even into the zero register.
4370 double zero) {
4373 if (zero == 0.0) {
4374 fcmeq(pd, pg, zn, zero);
4391 double zero) {
4394 if (zero == 0.0) {
4395 fcmge(pd, pg, zn, zero);
4412 double zero) {
4415 if (zero == 0.0) {
4416 fcmgt(pd, pg, zn, zero);
4448 double zero) {
4451 if (zero == 0.0) {
4452 fcmle(pd, pg, zn, zero);
4469 double zero) {
4472 if (zero == 0.0) {
4473 fcmlt(pd, pg, zn, zero);
4490 double zero) {
4493 if (zero == 0.0) {
4494 fcmne(pd, pg, zn, zero);
6333 // The saturation is based on the size of `rn`. The result is zero-extended
6397 // The saturation is based on the size of `rn`. The result is zero-extended