Home | History | Annotate | Download | only in sljit

Lines Matching refs:FB

123 #define FB(fb)		((fb) << 11)
1728 FAIL_IF(push_inst(compiler, (op == SLJIT_CONV_S32_FROM_F64 ? FCTIWZ : FCTIDZ) | FD(TMP_FREG1) | FB(src)));
1742 FAIL_IF(push_inst(compiler, FCTIWZ | FD(TMP_FREG1) | FB(src)));
1813 FAIL_IF(push_inst(compiler, FCFID | FD(dst_r) | FB(TMP_FREG1)));
1818 return push_inst(compiler, FRSP | FD(dst_r) | FB(dst_r));
1851 FAIL_IF(push_inst(compiler, FSUB | FD(dst_r) | FA(TMP_FREG1) | FB(TMP_FREG2)));
1856 return push_inst(compiler, FRSP | FD(dst_r) | FB(dst_r));
1876 return push_inst(compiler, FCMPU | CRD(4) | FA(src1) | FB(src2));
1906 FAIL_IF(push_inst(compiler, FRSP | FD(dst_r) | FB(src)));
1913 FAIL_IF(push_inst(compiler, FMR | FD(dst_r) | FB(src)));
1919 FAIL_IF(push_inst(compiler, FNEG | FD(dst_r) | FB(src)));
1922 FAIL_IF(push_inst(compiler, FABS | FD(dst_r) | FB(src)));
1987 FAIL_IF(push_inst(compiler, SELECT_FOP(op, FADDS, FADD) | FD(dst_r) | FA(src1) | FB(src2)));
1991 FAIL_IF(push_inst(compiler, SELECT_FOP(op, FSUBS, FSUB) | FD(dst_r) | FA(src1) | FB(src2)));
1999 FAIL_IF(push_inst(compiler, SELECT_FOP(op, FDIVS, FDIV) | FD(dst_r) | FA(src1) | FB(src2)));