HomeSort by relevance Sort by last modified time
    Searched full:x86 (Results 626 - 650 of 4487) sorted by null

<<21222324252627282930>>

  /dalvik/vm/mterp/x86/
OP_IPUT_BOOLEAN.S 2 %include "x86/OP_IPUT.S" { "store":"movb","reg":"rINSTbl", "sqnum":"1" }
OP_IPUT_BOOLEAN_JUMBO.S 2 %include "x86/OP_IPUT_JUMBO.S" { "store":"movb","reg":"rINSTbl", "sqnum":"1" }
OP_IPUT_BYTE.S 2 %include "x86/OP_IPUT.S" { "store":"movb", "reg":"rINSTbl", "sqnum":"2" }
OP_IPUT_BYTE_JUMBO.S 2 %include "x86/OP_IPUT_JUMBO.S" { "store":"movb", "reg":"rINSTbl", "sqnum":"2" }
OP_IPUT_CHAR.S 2 %include "x86/OP_IPUT.S" { "store":"movw", "reg":"rINSTw", "sqnum":"3" }
OP_IPUT_CHAR_JUMBO.S 2 %include "x86/OP_IPUT_JUMBO.S" { "store":"movw", "reg":"rINSTw", "sqnum":"3" }
OP_IPUT_SHORT.S 2 %include "x86/OP_IPUT.S" { "store":"movw", "reg":"rINSTw", "sqnum":"4" }
OP_IPUT_SHORT_JUMBO.S 2 %include "x86/OP_IPUT_JUMBO.S" { "store":"movw", "reg":"rINSTw", "sqnum":"4" }
OP_MUL_DOUBLE.S 2 %include "x86/binflop.S" {"instr":"fmull","load":"fldl","store":"fstpl"}
OP_MUL_DOUBLE_2ADDR.S 2 %include "x86/binflop2addr.S" {"instr":"fmull","load":"fldl","store":"fstpl"}
OP_MUL_FLOAT.S 2 %include "x86/binflop.S" {"instr":"fmuls","load":"flds","store":"fstps"}
OP_MUL_FLOAT_2ADDR.S 2 %include "x86/binflop2addr.S" {"instr":"fmuls","load":"flds","store":"fstps"}
OP_NEG_DOUBLE.S 2 %include "x86/fpcvt.S" {"instr":"fchs","load":"fldl","store":"fstpl"}
OP_NEG_FLOAT.S 2 %include "x86/fpcvt.S" {"instr":"fchs","load":"flds","store":"fstps"}
OP_OR_INT.S 2 %include "x86/binop.S" {"instr":"orl (rFP,%ecx,4),%eax"}
OP_OR_INT_2ADDR.S 2 %include "x86/binop2addr.S" {"instr":"orl %eax,(rFP,%ecx,4)"}
OP_RSUB_INT.S 2 %include "x86/binopLit16.S" {"instr":"subl %eax,%ecx","result":"%ecx"}
OP_RSUB_INT_LIT8.S 2 %include "x86/binopLit8.S" {"instr":"subl %eax,%ecx" , "result":"%ecx"}
OP_SUB_DOUBLE.S 2 %include "x86/binflop.S" {"instr":"fsubl","load":"fldl","store":"fstpl"}
OP_SUB_DOUBLE_2ADDR.S 2 %include "x86/binflop2addr.S" {"instr":"fsubl","load":"fldl","store":"fstpl"}
OP_SUB_FLOAT.S 2 %include "x86/binflop.S" {"instr":"fsubs","load":"flds","store":"fstps"}
OP_SUB_FLOAT_2ADDR.S 2 %include "x86/binflop2addr.S" {"instr":"fsubs","load":"flds","store":"fstps"}
OP_SUB_INT.S 2 %include "x86/binop.S" {"instr":"subl (rFP,%ecx,4),%eax"}
OP_SUB_INT_2ADDR.S 2 %include "x86/binop2addr.S" {"instr":"subl %eax,(rFP,%ecx,4)"}
OP_XOR_INT.S 2 %include "x86/binop.S" {"instr":"xorl (rFP,%ecx,4),%eax"}

Completed in 40 milliseconds

<<21222324252627282930>>