• Home
Name Date Size #Lines LOC

..--

OP_ADD_DOUBLE.SD03-May-202482 32

OP_ADD_DOUBLE_2ADDR.SD03-May-202487 32

OP_ADD_FLOAT.SD03-May-202478 32

OP_ADD_FLOAT_2ADDR.SD03-May-202483 32

OP_CMPG_DOUBLE.SD03-May-20241.5 KiB4341

OP_CMPG_FLOAT.SD03-May-20241.5 KiB4341

OP_CMPL_DOUBLE.SD03-May-20241.5 KiB4341

OP_CMPL_FLOAT.SD03-May-20241.5 KiB4341

OP_DIV_DOUBLE.SD03-May-202482 32

OP_DIV_DOUBLE_2ADDR.SD03-May-202487 32

OP_DIV_FLOAT.SD03-May-202478 32

OP_DIV_FLOAT_2ADDR.SD03-May-202483 32

OP_DOUBLE_TO_FLOAT.SD03-May-202481 32

OP_DOUBLE_TO_INT.SD03-May-202482 32

OP_FLOAT_TO_DOUBLE.SD03-May-202478 32

OP_FLOAT_TO_INT.SD03-May-202473 32

OP_INT_TO_DOUBLE.SD03-May-202478 32

OP_INT_TO_FLOAT.SD03-May-202473 32

OP_MUL_DOUBLE.SD03-May-202482 32

OP_MUL_DOUBLE_2ADDR.SD03-May-202487 32

OP_MUL_FLOAT.SD03-May-202478 32

OP_MUL_FLOAT_2ADDR.SD03-May-202483 32

OP_SUB_DOUBLE.SD03-May-202482 32

OP_SUB_DOUBLE_2ADDR.SD03-May-202487 32

OP_SUB_FLOAT.SD03-May-202478 32

OP_SUB_FLOAT_2ADDR.SD03-May-202483 32

README.txtD03-May-2024366 86

fbinop.SD03-May-20241.1 KiB2414

fbinop2addr.SD03-May-2024947 2212

fbinopWide.SD03-May-20241 KiB2414

fbinopWide2addr.SD03-May-2024963 2312

funop.SD03-May-2024828 1911

funopNarrower.SD03-May-2024840 1911

funopWider.SD03-May-2024840 1911

README.txt

1Instruction handlers that take advantage of ARM VFP.  These work with VFP
2v2 and v3 (VFPLite).
3
4The ARM code driving the floating-point calculations will run on ARMv5TE
5and later.  It assumes that word alignment is sufficient for double-word
6accesses (which is true for some ARMv5 and all ARMv6/v7), to avoid having
7to transfer double-precision values in two steps.
8