Home | History | Annotate | only in /dalvik/vm/mterp/arm-vfp
Up to higher level directory
NameDateSize
fbinop.S11-Dec-20131.1K
fbinop2addr.S11-Dec-2013947
fbinopWide.S11-Dec-20131K
fbinopWide2addr.S11-Dec-2013963
funop.S11-Dec-2013828
funopNarrower.S11-Dec-2013840
funopWider.S11-Dec-2013840
OP_ADD_DOUBLE.S11-Dec-201382
OP_ADD_DOUBLE_2ADDR.S11-Dec-201387
OP_ADD_FLOAT.S11-Dec-201378
OP_ADD_FLOAT_2ADDR.S11-Dec-201383
OP_CMPG_DOUBLE.S11-Dec-20131.5K
OP_CMPG_FLOAT.S11-Dec-20131.5K
OP_CMPL_DOUBLE.S11-Dec-20131.5K
OP_CMPL_FLOAT.S11-Dec-20131.5K
OP_DIV_DOUBLE.S11-Dec-201382
OP_DIV_DOUBLE_2ADDR.S11-Dec-201387
OP_DIV_FLOAT.S11-Dec-201378
OP_DIV_FLOAT_2ADDR.S11-Dec-201383
OP_DOUBLE_TO_FLOAT.S11-Dec-201381
OP_DOUBLE_TO_INT.S11-Dec-201382
OP_FLOAT_TO_DOUBLE.S11-Dec-201378
OP_FLOAT_TO_INT.S11-Dec-201373
OP_INT_TO_DOUBLE.S11-Dec-201378
OP_INT_TO_FLOAT.S11-Dec-201373
OP_MUL_DOUBLE.S11-Dec-201382
OP_MUL_DOUBLE_2ADDR.S11-Dec-201387
OP_MUL_FLOAT.S11-Dec-201378
OP_MUL_FLOAT_2ADDR.S11-Dec-201383
OP_SUB_DOUBLE.S11-Dec-201382
OP_SUB_DOUBLE_2ADDR.S11-Dec-201387
OP_SUB_FLOAT.S11-Dec-201378
OP_SUB_FLOAT_2ADDR.S11-Dec-201383
README.txt11-Dec-2013366

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