Home | History | Annotate | Download | only in sljit_src

Lines Matching defs:FB

125 #define FB(fb)		((fb) << 11)
1742 FAIL_IF(push_inst(compiler, (op == SLJIT_CONV_S32_FROM_F64 ? FCTIWZ : FCTIDZ) | FD(TMP_FREG1) | FB(src)));
1756 FAIL_IF(push_inst(compiler, FCTIWZ | FD(TMP_FREG1) | FB(src)));
1827 FAIL_IF(push_inst(compiler, FCFID | FD(dst_r) | FB(TMP_FREG1)));
1832 return push_inst(compiler, FRSP | FD(dst_r) | FB(dst_r));
1865 FAIL_IF(push_inst(compiler, FSUB | FD(dst_r) | FA(TMP_FREG1) | FB(TMP_FREG2)));
1870 return push_inst(compiler, FRSP | FD(dst_r) | FB(dst_r));
1890 return push_inst(compiler, FCMPU | CRD(4) | FA(src1) | FB(src2));
1920 FAIL_IF(push_inst(compiler, FRSP | FD(dst_r) | FB(src)));
1927 FAIL_IF(push_inst(compiler, FMR | FD(dst_r) | FB(src)));
1933 FAIL_IF(push_inst(compiler, FNEG | FD(dst_r) | FB(src)));
1936 FAIL_IF(push_inst(compiler, FABS | FD(dst_r) | FB
2001 FAIL_IF(push_inst(compiler, SELECT_FOP(op, FADDS, FADD) | FD(dst_r) | FA(src1) | FB(src2)));
2005 FAIL_IF(push_inst(compiler, SELECT_FOP(op, FSUBS, FSUB) | FD(dst_r) | FA(src1) | FB(src2)));
2013 FAIL_IF(push_inst(compiler, SELECT_FOP(op, FDIVS, FDIV) | FD(dst_r) | FA(src1) | FB(src2)));