/dalvik/vm/mterp/x86/ |
OP_CONST_4.S | 3 movsx rINSTbl,%eax # eax<-ssssssBx
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/ |
gas-movsxs.asm | 25 movsx 5,%eax label
|
/external/llvm/test/MC/X86/ |
x86-64.s | 749 movsx %al, %ax label 753 movsx %al, %eax label 757 movsx %ax, %eax label 761 movsx %bl, %rax label 765 movsx %cx, %rax label 769 movsx %edi, %rax label 793 movsx (%rax), %ax label
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_variance_impl_mmx.asm | 285 movsx rdx, WORD PTR [rsp+8] 286 movsx rcx, WORD PTR [rsp+10] 287 movsx rbx, WORD PTR [rsp+12] 288 movsx rax, WORD PTR [rsp+14] 400 movsx rdx, WORD PTR [rsp+8] 401 movsx rcx, WORD PTR [rsp+10] 402 movsx rbx, WORD PTR [rsp+12] 403 movsx rax, WORD PTR [rsp+14]
|
vp9_variance_impl_sse2.asm | 386 movsx rcx, dx
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
genopcode.asm | 29 movsx ax, [ecx] label
|
/external/libvpx/libvpx/vp8/common/x86/ |
variance_impl_mmx.asm | 285 movsx rdx, WORD PTR [rsp+8] 286 movsx rcx, WORD PTR [rsp+10] 287 movsx rbx, WORD PTR [rsp+12] 288 movsx rax, WORD PTR [rsp+14] 400 movsx rdx, WORD PTR [rsp+8] 401 movsx rcx, WORD PTR [rsp+10] 402 movsx rbx, WORD PTR [rsp+12] 403 movsx rax, WORD PTR [rsp+14] [all...] |
variance_impl_sse2.asm | 388 movsx rcx, dx [all...] |
/dalvik/vm/compiler/codegen/x86/libenc/ |
encoder.h | 513 ENCODER_DECLARE_EXPORT char * movsx( char * stream, const R_Opnd & r, const RM_Opnd & rm, Opnd_Size sz = size_platf);
|
encoder.inl | 354 ENCODER_DECLARE_EXPORT char * movsx(char * stream, const R_Opnd & r, const RM_Opnd & rm, Opnd_Size sz) {
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests/ |
x86id.asm | [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/ |
elf-x86id.asm | [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
assyntax.h | 536 #define MOVSX_BL(a, b) CHOICE(movsbl ARG2(a,b), movsbl ARG2(a,b), movsx ARG2(b,a)) 537 #define MOVSX_BW(a, b) CHOICE(movsbw ARG2(a,b), movsbw ARG2(a,b), movsx ARG2(b,a)) 538 #define MOVSX_WL(a, b) CHOICE(movswl ARG2(a,b), movswl ARG2(a,b), movsx ARG2(b,a)) [all...] |
/external/mesa3d/src/mesa/x86/ |
assyntax.h | 536 #define MOVSX_BL(a, b) CHOICE(movsbl ARG2(a,b), movsbl ARG2(a,b), movsx ARG2(b,a)) 537 #define MOVSX_BW(a, b) CHOICE(movsbw ARG2(a,b), movsbw ARG2(a,b), movsx ARG2(b,a)) 538 #define MOVSX_WL(a, b) CHOICE(movswl ARG2(a,b), movswl ARG2(a,b), movsx ARG2(b,a)) [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
x86insn_nasm.gperf | 427 movsx, movszx_insn, 5, SUF_Z, 0xBE, 0, 0, 0, CPU_386, 0, 0 [all...] |
x86insn_gas.gperf | [all...] |
/dalvik/vm/mterp/out/ |
InterpAsm-x86.S | 575 movsx rINSTbl,%eax # eax<-ssssssBx [all...] |