/dalvik/vm/mterp/x86/ |
OP_DIV_INT.S | 2 %include "x86/bindiv.S" {"result":"%eax","special":"$0x80000000"}
|
OP_DIV_INT_2ADDR.S | 2 %include "x86/bindiv2addr.S" {"result":"%eax","special":"$0x80000000"}
|
OP_DIV_INT_LIT16.S | 2 %include "x86/bindivLit16.S" {"result":"%eax","special":"$0x80000000"}
|
OP_DIV_INT_LIT8.S | 2 %include "x86/bindivLit8.S" {"result":"%eax","special":"$0x80000000"}
|
OP_IGET_OBJECT_VOLATILE.S | 3 %include "x86/OP_IGET.S"
|
OP_IGET_VOLATILE.S | 3 %include "x86/OP_IGET.S"
|
OP_IPUT_BOOLEAN.S | 2 %include "x86/OP_IPUT.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_CHAR.S | 2 %include "x86/OP_IPUT.S" { "store":"movw", "reg":"rINSTw", "sqnum":"3" }
|
OP_IPUT_SHORT.S | 2 %include "x86/OP_IPUT.S" { "store":"movw", "reg":"rINSTw", "sqnum":"4" }
|
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_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"}
|
OP_XOR_INT_2ADDR.S | 2 %include "x86/binop2addr.S" {"instr":"xorl %eax,(rFP,%ecx,4)"}
|
/external/chromium_org/ppapi/native_client/tests/nacl_browser/manifest_file/ |
irt_manifest_file.nmf | 3 "x86-32": {"url": "irt_manifest_file_test_x86-32.nexe"}, 4 "x86-64": {"url": "irt_manifest_file_test_x86-64.nexe"}, 9 "x86-32": {"url": "irt_manifest_file_test_x86-32.nexe"}, 10 "x86-64": {"url": "irt_manifest_file_test_x86-64.nexe"},
|