Lines Matching defs:condition
2456 Register condition) {
2458 seleqz(dest, dest, condition);
2460 Movn(dest, zero_reg, condition);
2465 Register condition) {
2467 selnez(dest, dest, condition);
2469 Movz(dest, zero_reg, condition);
2516 // Tests an FP condition code and then conditionally move rs to rd.
2523 // than test its cc (floating point condition code) bit (for cc = 0, it is
2542 // Tests an FP condition code and then conditionally move rs to rd.
2549 // than test its cc (floating point condition code) bit (for cc = 0, it is
2883 // should be used which has no condition field so is not patchable.