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

1 2 34 5 6 7 8 9

  /external/quake/quake/src/WinQuake/
d_polysa.s 684 movw %dx,(%eax,%ebp,2)
820 movw C(r_lstepx),%cx
829 movw %dx,%bx
843 movw spanpackage_t_light(%esi),%dx
876 movw %bp,(%ecx)
894 movw %bp,2(%ecx)
912 movw %bp,4(%ecx)
930 movw %bp,6(%ecx)
948 movw %bp,8(%ecx)
966 movw %bp,10(%ecx
    [all...]
d_draw.s 855 movw %ax,(%edi)
908 movw %dx,(%edi) // do the final pixel's z
970 movw %ax,(%edi)
1023 movw %dx,(%edi) // do the final pixel's z
  /system/core/libcutils/arch-x86/
sse2-memset16-atom.S 297 movw %ax, -2(%edx)
588 movw %ax, -2(%edx)
630 movw %ax, -2(%edx)
673 movw %ax, -2(%edx)
718 movw %ax, -2(%edx)
  /external/llvm/test/MC/ARM/
diagnostics.s 94 movw r9, 0x10000
97 @ Invalid 's' bit usage for MOVW
101 @ CHECK-ERRORS: error: instruction 'movw' can not set flags, but 's' suffix specified
  /external/kernel-headers/original/asm-x86/
system_32.h 38 __asm__ __volatile__ ("movw %%dx,%1\n\t" \
50 __asm__ __volatile__ ("movw %%dx,%1\n\t" \
desc_32.h 240 movw idx*8+2(gdt), lo_w;
  /external/libffi/src/x86/
win32.S 137 movw %ax,0(%ecx)
248 movw %ax,0(%ecx)
  /external/llvm/test/CodeGen/ARM/
2011-08-25-ldmia_ret.ll 37 ; CHECK: movw
fast-isel.ll 53 ; ARM: movw {{.*}} #4095
select.ll 80 ; CHECK-NEON-NEXT: movw r3, #1123
  /external/llvm/test/CodeGen/X86/
memcmp.ll 24 ; CHECK: movw ([[A0:%rdi|%rcx]]), %ax
  /external/v8/test/cctest/
test-disasm-arm.cc 272 // mov -> movw.
279 // Movw can't do setcc so we don't get that here. Mov immediate with setcc
284 // The eor does the setcc so we get a movw here.
290 COMPARE(movw(r5, 0xabcd, eq),
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
fldcw_check.S 135 movw %rax, cw # store back to memory
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 89 /// UseMovt - True if MOVT / MOVW pairs are used for materialization of 32-bit
README.txt 660 When loading immediate constants with movt/movw, if there are multiple
662 the same time, it would be possible to use a single movw instruction, followed
675 movw r0, #32796
679 movw r0, #32796 @ <= this MOVW is not needed, value is there already
ARMCodeEmitter.cpp 348 /// getMovi32Value - Return binary encoding of operand for movw/movt. If the
427 /// getMovi32Value - Return binary encoding of operand for movw/movt. If the
433 && "Relocation to this function should be for movt or movw");
447 llvm_unreachable("Unsupported operand type for movw/movt");
735 // Emit the 'movw' instruction.
761 // Encode imm16 as imm4:imm1, same as movw above.
    [all...]
Thumb2InstrInfo.cpp 182 // If profitable, use a movw or movt to materialize the offset.
189 // Use a movw to materialize the 16-bit constant.
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 269 /// lower 16 bit of the address. Used only via movw instruction.
279 /// Used only via movw instruction.
290 /// Used only via movw instruction.
  /external/llvm/test/MC/Disassembler/X86/
x86-32.txt 102 # CHECK: movw $47416, -66(%ebp)
376 # CHECK: movw 0, %ax
385 # CHECK: movw %ax, 0
  /external/llvm/test/MC/X86/
x86-64.s 379 // CHECK: movw %cs, %ax
563 movw $12, foo(%rip) label
564 // CHECK: movw $12, foo(%rip)
626 movw 0, %ax // CHECK: movw 0, %ax # encoding: [0x66,0x8b,0x04,0x25,0x00,0x00,0x00,0x00] label
  /external/llvm/test/MC/Disassembler/ARM/
arm-tests.txt 27 # CHECK: movw r7, #4096
  /external/quake/quake/src/QW/client/
d_draw.s 855 movw %ax,(%edi)
908 movw %dx,(%edi) // do the final pixel's z
970 movw %ax,(%edi)
1023 movw %dx,(%edi) // do the final pixel's z
  /external/webkit/Source/JavaScriptCore/jit/
ExecutableAllocator.h 276 "movw r7, #0x2\n"
  /external/valgrind/main/perf/
tinycc.c     [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
ARMAssembler.h 172 MOVW = 0x03000000,
400 m_buffer.putInt(static_cast<ARMWord>(cc) | MOVW | RD(rd) | op2);

Completed in 656 milliseconds

1 2 34 5 6 7 8 9