/dalvik/vm/mterp/x86/ |
OP_NEG_INT.S | 2 %include "x86/unop.S" {"instr":"negl %eax"}
|
OP_NOT_INT.S | 2 %include "x86/unop.S" {"instr":"notl %eax"}
|
OP_OR_INT_LIT16.S | 2 %include "x86/binopLit16.S" {"instr":"orl %ecx,%eax"}
|
OP_OR_INT_LIT8.S | 2 %include "x86/binopLit8.S" {"instr":"orl %ecx,%eax"}
|
OP_REM_INT.S | 2 %include "x86/bindiv.S" {"result":"rIBASE","special":"$0"}
|
OP_REM_INT_2ADDR.S | 2 %include "x86/bindiv2addr.S" {"result":"rIBASE","special":"$0"}
|
OP_REM_INT_LIT16.S | 2 %include "x86/bindivLit16.S" {"result":"rIBASE","special":"$0"}
|
OP_REM_INT_LIT8.S | 2 %include "x86/bindivLit8.S" {"result":"rIBASE","special":"$0"}
|
OP_REM_LONG.S | 2 %include "x86/OP_DIV_LONG.S" {"routine":"__moddi3","special":"$0"}
|
OP_REM_LONG_2ADDR.S | 2 %include "x86/OP_DIV_LONG_2ADDR.S" {"routine":"__moddi3","special":"$0"}
|
OP_SHL_INT.S | 2 %include "x86/binop1.S" {"instr":"sall %cl,%eax"}
|
OP_SHL_INT_2ADDR.S | 2 %include "x86/shop2addr.S" {"instr":"sall %cl,%eax"}
|
OP_SHL_INT_LIT8.S | 2 %include "x86/binopLit8.S" {"instr":"sall %cl,%eax"}
|
OP_SHR_INT.S | 2 %include "x86/binop1.S" {"instr":"sarl %cl,%eax"}
|
OP_SHR_INT_2ADDR.S | 2 %include "x86/shop2addr.S" {"instr":"sarl %cl,%eax"}
|
OP_SHR_INT_LIT8.S | 2 %include "x86/binopLit8.S" {"instr":"sarl %cl,%eax"}
|
OP_SPARSE_SWITCH.S | 2 %include "x86/OP_PACKED_SWITCH.S" { "func":"dvmInterpHandleSparseSwitch" }
|
OP_USHR_INT.S | 2 %include "x86/binop1.S" {"instr":"shrl %cl,%eax"}
|
OP_USHR_INT_2ADDR.S | 2 %include "x86/shop2addr.S" {"instr":"shrl %cl,%eax"}
|
OP_USHR_INT_LIT8.S | 2 %include "x86/binopLit8.S" {"instr":"shrl %cl,%eax"}
|
OP_XOR_INT_LIT16.S | 2 %include "x86/binopLit16.S" {"instr":"xor %ecx,%eax"}
|
OP_XOR_INT_LIT8.S | 2 %include "x86/binopLit8.S" {"instr":"xor %ecx,%eax"}
|
/external/linux-tools-perf/bench/ |
mem-memcpy-x86-64-asm.S | 2 #include "../../../arch/x86/lib/memcpy_64.S"
|
/external/valgrind/main/none/tests/x86/ |
insn_basic.vgtest | 1 prog: ../../../none/tests/x86/insn_basic
|
/external/openssl/crypto/bn/asm/ |
x86.pl | 6 require("x86/mul_add.pl"); 7 require("x86/mul.pl"); 8 require("x86/sqr.pl"); 9 require("x86/div.pl"); 10 require("x86/add.pl"); 11 require("x86/sub.pl"); 12 require("x86/comba.pl");
|