Home | History | Annotate | Download | only in sljit

Lines Matching refs:FB

119 #define FB(fb)		((fb) << 11)
1739 FAIL_IF(push_inst(compiler, (op == SLJIT_CONVI_FROMD ? FCTIWZ : FCTIDZ) | FD(TMP_FREG1) | FB(src)));
1753 FAIL_IF(push_inst(compiler, FCTIWZ | FD(TMP_FREG1) | FB(src)));
1824 FAIL_IF(push_inst(compiler, FCFID | FD(dst_r) | FB(TMP_FREG1)));
1829 return push_inst(compiler, FRSP | FD(dst_r) | FB(dst_r));
1862 FAIL_IF(push_inst(compiler, FSUB | FD(dst_r) | FA(TMP_FREG1) | FB(TMP_FREG2)));
1867 return push_inst(compiler, FRSP | FD(dst_r) | FB(dst_r));
1887 return push_inst(compiler, FCMPU | CRD(4) | FA(src1) | FB(src2));
1917 FAIL_IF(push_inst(compiler, FRSP | FD(dst_r) | FB(src)));
1924 FAIL_IF(push_inst(compiler, FMR | FD(dst_r) | FB(src)));
1930 FAIL_IF(push_inst(compiler, FNEG | FD(dst_r) | FB(src)));
1933 FAIL_IF(push_inst(compiler, FABS | FD(dst_r) | FB(src)));
1998 FAIL_IF(push_inst(compiler, SELECT_FOP(op, FADDS, FADD) | FD(dst_r) | FA(src1) | FB(src2)));
2002 FAIL_IF(push_inst(compiler, SELECT_FOP(op, FSUBS, FSUB) | FD(dst_r) | FA(src1) | FB(src2)));
2010 FAIL_IF(push_inst(compiler, SELECT_FOP(op, FDIVS, FDIV) | FD(dst_r) | FA(src1) | FB(src2)));