HomeSort by relevance Sort by last modified time
    Searched full:movw (Results 101 - 125 of 204) sorted by null

1 2 3 45 6 7 8 9

  /bionic/libc/arch-x86/string/
ssse3-memcpy5.S 1250 movw %cx, -2(%edx)
1297 movw %cx, -3(%edx)
1501 movw %cx, (%edx)
1547 movw %cx, 1(%edx)
    [all...]
  /external/v8/src/arm/
assembler-arm.cc 120 // specially coded on ARM means that it is a movw/movt instruction. We don't
727 *rotate_imm = *immed_8 = 0; // Not used for movw.
791 // mov instruction will be a mov or movw followed by movt (two
798 // instructions mov or movw followed by movt so including the actual
834 // Will probably use movw, will certainly not use constant pool.
840 // a constant pool entry by using mvn or movw.
    [all...]
disasm-arm.cc 411 // Print the movw or movt instruction.
497 // 'mw: movt/movw instructions.
851 Format(instr, "movw'cond 'mw");
    [all...]
  /external/valgrind/main/coregrind/m_initimg/
initimg-linux.c     [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
assyntax.h 489 #define MOV_SR(a, b) CHOICE(movw ARG2(a,b), mov ARG2(a,b), mov ARG2(b,a))
491 #define MOV_W(a, b) CHOICE(movw ARG2(a,b), movw ARG2(a,b), _WTOG mov ARG2(b,a))
    [all...]
  /external/grub/netboot/
pci.c 319 "movw %%bx, %%ax"
  /external/libffi/src/x86/
darwin.S 159 movw %ax,0(%ecx)
freebsd.S 160 movw %ax,0(%ecx)
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 167 // 0 - :lower16: for movw instructions
ARMAsmBackend.cpp 84 // movw / movt: 16-bits immediate but scattered into two chunks 0 - 12, 16 - 19.
  /external/qemu/tcg/x86_64/
tcg-target.c 872 /* movw */
1001 /* movw */
    [all...]
  /external/valgrind/main/none/tests/amd64/
gen_insn_test.pl 676 print qq| \"movw %$arg->{argnum}, %%$arg->{register}\\n\"\n|;
790 print qq| \"movw %%$result->{register}, %$result->{argnum}\\n\"\n|;
insn_basic.def     [all...]
  /external/valgrind/main/none/tests/x86/
gen_insn_test.pl 649 print qq| \"movw %$arg->{argnum}, %%$arg->{register}\\n\"\n|;
758 print qq| \"movw %%$result->{register}, %$result->{argnum}\\n\"\n|;
insn_basic.def 476 movw imm16[12345] r16.uw[0] => 1.uw[12345]
477 movw imm16[12345] m16.uw[0] => 1.uw[12345]
478 movw r16.uw[12345] r16.uw[0] => 1.uw[12345]
479 movw r16.uw[12345] m16.uw[0] => 1.uw[12345]
480 movw m16.uw[12345] r16.uw[0] => 1.uw[12345]
    [all...]
  /external/qemu/tcg/arm/
tcg-target.c 425 /* use movw/movt */
426 /* movw */
    [all...]
  /external/llvm/test/MC/Disassembler/X86/
simple-tests.txt 67 # CHECK: movw $47416, -66(%rbp)
  /external/qemu/
cpu-all.h 460 "movw %w0, %1\n"
  /external/quake/quake/src/QW/gas2masm/
gas2masm.c 736 {"movw", " mov", 3, emittwooperandsw},
  /external/quake/quake/src/WinQuake/gas2masm/
gas2masm.c 736 {"movw", " mov", 3, emittwooperandsw},
  /external/llvm/lib/Target/ARM/
ARMExpandPseudoInsts.cpp     [all...]
  /external/v8/src/
assembler.h 315 // an instruction like movw/movt where the target bits are mixed into the
  /dalvik/vm/mterp/out/
InterpAsm-x86.S 348 movw 2(rPC),rINSTw # rINSTw <= BBBB
437 movw 2(rPC),rINSTw # rINSTw <= BBBB
    [all...]
  /external/llvm/lib/Target/X86/
README.txt 169 movw $257, 8(%edx)
176 movw al, 8(%edx)
751 movw $0, -98(%ebp)
    [all...]
  /external/llvm/test/MC/X86/
x86-32-coverage.s 6 // CHECK: movw $31438, 3735928559(%ebx,%ecx,8)
7 movw $0x7ace,0xdeadbeef(%ebx,%ecx,8)
    [all...]

Completed in 1097 milliseconds

1 2 3 45 6 7 8 9