Home | History | Annotate | only in /dalvik/vm/mterp/arm-vfp
Up to higher level directory
NameDateSize
fbinop.S19-Dec-20101.1K
fbinop2addr.S19-Dec-2010947
fbinopWide.S19-Dec-20101K
fbinopWide2addr.S19-Dec-2010963
funop.S19-Dec-2010828
funopNarrower.S19-Dec-2010840
funopWider.S19-Dec-2010840
OP_ADD_DOUBLE.S19-Dec-201082
OP_ADD_DOUBLE_2ADDR.S19-Dec-201087
OP_ADD_FLOAT.S19-Dec-201078
OP_ADD_FLOAT_2ADDR.S19-Dec-201083
OP_CMPG_DOUBLE.S19-Dec-20101.5K
OP_CMPG_FLOAT.S19-Dec-20101.5K
OP_CMPL_DOUBLE.S19-Dec-20101.5K
OP_CMPL_FLOAT.S19-Dec-20101.5K
OP_DIV_DOUBLE.S19-Dec-201082
OP_DIV_DOUBLE_2ADDR.S19-Dec-201087
OP_DIV_FLOAT.S19-Dec-201078
OP_DIV_FLOAT_2ADDR.S19-Dec-201083
OP_DOUBLE_TO_FLOAT.S19-Dec-201081
OP_DOUBLE_TO_INT.S19-Dec-201082
OP_FLOAT_TO_DOUBLE.S19-Dec-201078
OP_FLOAT_TO_INT.S19-Dec-201073
OP_INT_TO_DOUBLE.S19-Dec-201078
OP_INT_TO_FLOAT.S19-Dec-201073
OP_MUL_DOUBLE.S19-Dec-201082
OP_MUL_DOUBLE_2ADDR.S19-Dec-201087
OP_MUL_FLOAT.S19-Dec-201078
OP_MUL_FLOAT_2ADDR.S19-Dec-201083
OP_SUB_DOUBLE.S19-Dec-201082
OP_SUB_DOUBLE_2ADDR.S19-Dec-201087
OP_SUB_FLOAT.S19-Dec-201078
OP_SUB_FLOAT_2ADDR.S19-Dec-201083
README.txt19-Dec-2010366

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