Searched
full:movw (Results
351 -
375 of
691) sorted by null
<<11121314151617181920>>
/external/llvm/test/ExecutionEngine/RuntimeDyld/ARM/ |
MachO_ARM_PIC_relocations.s | 12 movw r0, :lower16:(foo$non_lazy_ptr-(nextPC+8))
|
/external/llvm/test/MC/ARM/ |
big-endian-arm-fixup.s | 75 movw r0, :lower16:(some_label+8)
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/arm64/ |
anames.go | 249 "MOVW",
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/ |
anames.go | 136 "MOVW",
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/ |
anames.go | 246 "MOVW",
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/ |
anames.go | 136 "MOVW",
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/ |
anames.go | 246 "MOVW",
|
/art/runtime/arch/x86/ |
thread_x86.cc | 129 __asm__ __volatile__("movw %w0, %%fs" 165 __asm__ __volatile__("movw %%fs, %w0"
|
/bionic/libc/arch-x86_64/string/ |
sse2-memset-slm.S | 103 movw %cx, (%rdi) 104 movw %cx, -2(%rdi, %rdx)
|
/external/libvorbis/lib/ |
os.h | 99 "movw %0,%%dx\n\t" 101 "movw %%dx,%1\n\t"
|
/external/llvm/test/CodeGen/ARM/ |
aapcs-hfa-code.ll | 72 ; CHECK-DAG: movw [[ONEHI:r[0-9]+]], #0 93 ; CHECK-DAG: movw [[ONEHI:r[0-9]+]], #0
|
select-imm.ll | 17 ; ARMT2: movw [[R:r[0-1]]], #357 21 ; THUMB2: movw [[R:r[0-1]]], #357
|
/toolchain/binutils/binutils-2.25/bfd/ |
cpu-avr.c | 108 /* Classic + MOVW, <= 8K. */ 119 /* Classic + MOVW + JMP/CALL, > 8K, <= 64K. */
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
c-cr16.texi | 51 16 bits, for movb and movw instructions. 78 1 @code{movw $_myfun@@c,r1}
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMMachObjectWriter.cpp | 109 // For movw/movt r_type relocations they always have a pair following them and 113 // 0 - :lower16: for movw instructions 188 // 0 - :lower16: for movw instructions 447 // Even when it's not a scattered relocation, movw/movt always uses 450 // The other-half value only gets populated for the movt and movw
|
ARMFixupKinds.h | 96 // The next two are for the movt/movw pair
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-shared/ |
shared.exp | 108 # On targets that have MOVW the compiler will emit relocations which 114 set file [open $tmpdir/movw-detect.c w] 115 puts $file "void foo(void) { __asm (\"movw r0, #0\"); }" 117 if [run_host_cmd_yesno "$CC" "$CFLAGS -c $tmpdir/movw-detect.c -o $tmpdir/movw-detect.o"] {
|
/bionic/libc/arch-x86/atom/string/ |
sse2-memset-atom.S | 261 movw %ax, -2(%edx) 281 movw %ax, -3(%edx) 639 movw %ax, -2(%edx) 659 movw %ax, -3(%edx) 722 movw %ax, -2(%edx) 743 movw %ax, -3(%edx) 806 movw %ax, -2(%edx) 827 movw %ax, -3(%edx) 893 movw %ax, -2(%edx) 915 movw %ax, -3(%edx [all...] |
ssse3-strcpy-atom.S | 113 movw - 2 byte [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
thumb32.s | 459 movw r0, #0 461 movw r9, #0 462 movw r0, #0x9000 463 movw r0, #0x0800 464 movw r0, #0x0500 465 movw r0, #0x0081 466 movw r0, #0xffff
|
/external/llvm/docs/ |
Extensions.rst | 205 movw r4, #constant 215 movw r4, #constant 216 movw r12, :lower16:__chkstk
|
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsics_neon_YuvToRGB.S | 89 movw r5, #((16 * 149 + (128 >> 1) + 128 * 204) >> 1) 91 movw r5, #((-16 * 149 + 128 * 50 + 128 * 104) >> 0) 93 movw r5, #((16 * 149 + (128 << 2) + 128 * 254) >> 1)
|
/prebuilts/go/darwin-x86/src/runtime/ |
sys_freebsd_386.s | 309 MOVW BX, 2(AX) 315 MOVW $0xffff, 0(AX) 329 MOVW AX, GS
|
/prebuilts/go/linux-x86/src/runtime/ |
sys_freebsd_386.s | 309 MOVW BX, 2(AX) 315 MOVW $0xffff, 0(AX) 329 MOVW AX, GS
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
desc_32.h | 74 #define GET_DESC_BASE(idx, gdt, base, lo_w, lo_b, hi_b) movb idx*8+4(gdt), lo_b; movb idx*8+7(gdt), hi_b; shll $16, base; movw idx*8+2(gdt), lo_w;
|
Completed in 881 milliseconds
<<11121314151617181920>>