Home | History | Annotate | only in /dalvik/vm/mterp/arm-vfp
Up to higher level directory
NameDateSize
fbinop.S03-Jun-20141.1K
fbinop2addr.S03-Jun-2014947
fbinopWide.S03-Jun-20141K
fbinopWide2addr.S03-Jun-2014963
funop.S03-Jun-2014828
funopNarrower.S03-Jun-2014840
funopWider.S03-Jun-2014840
OP_ADD_DOUBLE.S03-Jun-201482
OP_ADD_DOUBLE_2ADDR.S03-Jun-201487
OP_ADD_FLOAT.S03-Jun-201478
OP_ADD_FLOAT_2ADDR.S03-Jun-201483
OP_CMPG_DOUBLE.S03-Jun-20141.5K
OP_CMPG_FLOAT.S03-Jun-20141.5K
OP_CMPL_DOUBLE.S03-Jun-20141.5K
OP_CMPL_FLOAT.S03-Jun-20141.5K
OP_DIV_DOUBLE.S03-Jun-201482
OP_DIV_DOUBLE_2ADDR.S03-Jun-201487
OP_DIV_FLOAT.S03-Jun-201478
OP_DIV_FLOAT_2ADDR.S03-Jun-201483
OP_DOUBLE_TO_FLOAT.S03-Jun-201481
OP_DOUBLE_TO_INT.S03-Jun-201482
OP_FLOAT_TO_DOUBLE.S03-Jun-201478
OP_FLOAT_TO_INT.S03-Jun-201473
OP_INT_TO_DOUBLE.S03-Jun-201478
OP_INT_TO_FLOAT.S03-Jun-201473
OP_MUL_DOUBLE.S03-Jun-201482
OP_MUL_DOUBLE_2ADDR.S03-Jun-201487
OP_MUL_FLOAT.S03-Jun-201478
OP_MUL_FLOAT_2ADDR.S03-Jun-201483
OP_SUB_DOUBLE.S03-Jun-201482
OP_SUB_DOUBLE_2ADDR.S03-Jun-201487
OP_SUB_FLOAT.S03-Jun-201478
OP_SUB_FLOAT_2ADDR.S03-Jun-201483
README.txt03-Jun-2014366

README.txt

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