Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
OP_ADD_DOUBLE.S | D | 03-May-2024 | 82 | 3 | 2 | |
OP_ADD_DOUBLE_2ADDR.S | D | 03-May-2024 | 87 | 3 | 2 | |
OP_ADD_FLOAT.S | D | 03-May-2024 | 78 | 3 | 2 | |
OP_ADD_FLOAT_2ADDR.S | D | 03-May-2024 | 83 | 3 | 2 | |
OP_CMPG_DOUBLE.S | D | 03-May-2024 | 1.5 KiB | 43 | 41 | |
OP_CMPG_FLOAT.S | D | 03-May-2024 | 1.5 KiB | 43 | 41 | |
OP_CMPL_DOUBLE.S | D | 03-May-2024 | 1.5 KiB | 43 | 41 | |
OP_CMPL_FLOAT.S | D | 03-May-2024 | 1.5 KiB | 43 | 41 | |
OP_DIV_DOUBLE.S | D | 03-May-2024 | 82 | 3 | 2 | |
OP_DIV_DOUBLE_2ADDR.S | D | 03-May-2024 | 87 | 3 | 2 | |
OP_DIV_FLOAT.S | D | 03-May-2024 | 78 | 3 | 2 | |
OP_DIV_FLOAT_2ADDR.S | D | 03-May-2024 | 83 | 3 | 2 | |
OP_DOUBLE_TO_FLOAT.S | D | 03-May-2024 | 81 | 3 | 2 | |
OP_DOUBLE_TO_INT.S | D | 03-May-2024 | 82 | 3 | 2 | |
OP_FLOAT_TO_DOUBLE.S | D | 03-May-2024 | 78 | 3 | 2 | |
OP_FLOAT_TO_INT.S | D | 03-May-2024 | 73 | 3 | 2 | |
OP_INT_TO_DOUBLE.S | D | 03-May-2024 | 78 | 3 | 2 | |
OP_INT_TO_FLOAT.S | D | 03-May-2024 | 73 | 3 | 2 | |
OP_MUL_DOUBLE.S | D | 03-May-2024 | 82 | 3 | 2 | |
OP_MUL_DOUBLE_2ADDR.S | D | 03-May-2024 | 87 | 3 | 2 | |
OP_MUL_FLOAT.S | D | 03-May-2024 | 78 | 3 | 2 | |
OP_MUL_FLOAT_2ADDR.S | D | 03-May-2024 | 83 | 3 | 2 | |
OP_SUB_DOUBLE.S | D | 03-May-2024 | 82 | 3 | 2 | |
OP_SUB_DOUBLE_2ADDR.S | D | 03-May-2024 | 87 | 3 | 2 | |
OP_SUB_FLOAT.S | D | 03-May-2024 | 78 | 3 | 2 | |
OP_SUB_FLOAT_2ADDR.S | D | 03-May-2024 | 83 | 3 | 2 | |
README.txt | D | 03-May-2024 | 366 | 8 | 6 | |
fbinop.S | D | 03-May-2024 | 1.1 KiB | 24 | 14 | |
fbinop2addr.S | D | 03-May-2024 | 947 | 22 | 12 | |
fbinopWide.S | D | 03-May-2024 | 1 KiB | 24 | 14 | |
fbinopWide2addr.S | D | 03-May-2024 | 963 | 23 | 12 | |
funop.S | D | 03-May-2024 | 828 | 19 | 11 | |
funopNarrower.S | D | 03-May-2024 | 840 | 19 | 11 | |
funopWider.S | D | 03-May-2024 | 840 | 19 | 11 |
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