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

1 2 3 45 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/runtime/
rt0_netbsd_arm.s 8 MOVW (R13), R0 // argc
9 MOVW $4(R13), R1 // argv
rt0_openbsd_arm.s 8 MOVW (R13), R0 // argc
9 MOVW $4(R13), R1 // argv
rt0_android_arm.s 8 MOVW (R13), R0 // argc
9 MOVW $4(R13), R1 // argv
10 MOVW $_rt0_arm_linux1(SB), R4
16 MOVW $1, R0 // argc
17 MOVW $_rt0_arm_android_argv(SB), R1 // **argv
rt0_nacl_arm.s 14 MOVW 8(R13), R0
15 MOVW $12(R13), R1
  /prebuilts/go/linux-x86/src/runtime/
rt0_netbsd_arm.s 8 MOVW (R13), R0 // argc
9 MOVW $4(R13), R1 // argv
rt0_openbsd_arm.s 8 MOVW (R13), R0 // argc
9 MOVW $4(R13), R1 // argv
rt0_android_arm.s 8 MOVW (R13), R0 // argc
9 MOVW $4(R13), R1 // argv
10 MOVW $_rt0_arm_linux1(SB), R4
16 MOVW $1, R0 // argc
17 MOVW $_rt0_arm_android_argv(SB), R1 // **argv
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
segment.l 4 4 0000 8C18 movw %ds,\(%eax\)
6 6 0004 8E18 movw \(%eax\),%ds
x86-64-pcrel.s 4 movw $(xtrn - .), %ax
10 movw $xtrn, %ax
  /prebuilts/go/darwin-x86/src/reflect/
asm_arm.s 14 MOVW R7, 4(R13)
15 MOVW $argframe+0(FP), R1
16 MOVW R1, 8(R13)
26 MOVW R7, 4(R13)
27 MOVW $argframe+0(FP), R1
28 MOVW R1, 8(R13)
  /prebuilts/go/linux-x86/src/reflect/
asm_arm.s 14 MOVW R7, 4(R13)
15 MOVW $argframe+0(FP), R1
16 MOVW R1, 8(R13)
26 MOVW R7, 4(R13)
27 MOVW $argframe+0(FP), R1
28 MOVW R1, 8(R13)
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
asm3.s 13 MOVW x+0(FP), AX // ERROR "invalid MOVW of x\+0\(FP\); int8 is 1-byte value"
14 MOVW y+1(FP), AX // ERROR "invalid MOVW of y\+1\(FP\); uint8 is 1-byte value"
27 MOVW x+0(FP), AX // ERROR "invalid MOVW of x\+0\(FP\); int16 is 2-byte value"
28 MOVW y+2(FP), AX // ERROR "invalid MOVW of y\+2\(FP\); uint16 is 2-byte value"
38 MOVW x+0(FP), AX
39 MOVW y+4(FP), A
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
asm3.s 13 MOVW x+0(FP), AX // ERROR "invalid MOVW of x\+0\(FP\); int8 is 1-byte value"
14 MOVW y+1(FP), AX // ERROR "invalid MOVW of y\+1\(FP\); uint8 is 1-byte value"
27 MOVW x+0(FP), AX // ERROR "invalid MOVW of x\+0\(FP\); int16 is 2-byte value"
28 MOVW y+2(FP), AX // ERROR "invalid MOVW of y\+2\(FP\); uint16 is 2-byte value"
38 MOVW x+0(FP), AX
39 MOVW y+4(FP), A
    [all...]
  /external/llvm/test/CodeGen/X86/
3addr-16bit.ll 9 ; 32BIT: movw 20(%esp), %ax
10 ; 32BIT-NOT: movw %ax, %cx
14 ; 64BIT-NOT: movw %si, %ax
31 ; 32BIT: movw 20(%esp), %ax
32 ; 32BIT-NOT: movw %ax, %cx
36 ; 64BIT-NOT: movw %si, %ax
56 ; 32BIT: movw 20(%esp), %ax
57 ; 32BIT-NOT: movw %ax, %cx
61 ; 64BIT-NOT: movw %si, %ax
78 ; 32BIT: movw 16(%esp), %a
    [all...]
  /external/llvm/test/MC/ARM/
thumb2be-movw-encoding.s 4 movw r9, :lower16:(_bar) label
5 @ CHECK-LE: movw r9, :lower16:_bar @ encoding: [0x40'A',0xf2'A',0b0000AAAA,0x09]
7 @ CHECK-BE: movw r9, :lower16:_bar @ encoding: [0xf2,0b0100AAAA,0x09'A',A]
  /prebuilts/go/darwin-x86/misc/cgo/test/issue9400/
asm_ppc64x.s 16 MOVW $1, R3
18 MOVW R3, ·Baton(SB)
23 MOVW ·Baton(SB), R3
  /prebuilts/go/linux-x86/misc/cgo/test/issue9400/
asm_ppc64x.s 16 MOVW $1, R3
18 MOVW R3, ·Baton(SB)
23 MOVW ·Baton(SB), R3
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
movw-local.d 3 #name: MOVW/MOVT relocations against local symbols
8 0[0-9a-f]+ <[^>]+> e3000000 movw r0, #0
12 0[0-9a-f]+ <[^>]+> f240 0000 movw r0, #0
  /external/valgrind/none/tests/x86-solaris/
coredump_single_thread.c 15 "movw %%cs, %0\n"
16 "movw %%ds, %1\n"
17 "movw %%ss, %2\n"
18 "movw %%es, %3\n"
19 "movw %%fs, %4\n"
20 "movw %%gs, %5\n"
  /prebuilts/go/darwin-x86/src/math/
floor_386.s 11 MOVW -2(SP), AX
14 MOVW AX, -4(SP) // store new Control Word
25 MOVW -2(SP), AX
28 MOVW AX, -4(SP) // store new Control Word
39 MOVW -2(SP), AX
41 MOVW AX, -4(SP) // store new Control Word
  /prebuilts/go/darwin-x86/src/runtime/cgo/
signal_darwin_arm.s 22 MOVW $11, R1
23 MOVW $11, R2
27 MOVW $139, R1
28 MOVW R1, 4(R13)
47 MOVW R1, 0(R13)
48 MOVW R2, R14
  /prebuilts/go/linux-x86/src/math/
floor_386.s 11 MOVW -2(SP), AX
14 MOVW AX, -4(SP) // store new Control Word
25 MOVW -2(SP), AX
28 MOVW AX, -4(SP) // store new Control Word
39 MOVW -2(SP), AX
41 MOVW AX, -4(SP) // store new Control Word
  /prebuilts/go/linux-x86/src/runtime/cgo/
signal_darwin_arm.s 22 MOVW $11, R1
23 MOVW $11, R2
27 MOVW $139, R1
28 MOVW R1, 4(R13)
47 MOVW R1, 0(R13)
48 MOVW R2, R14
  /external/llvm/test/CodeGen/ARM/
movt-movw-global.ll 10 ; EABI: movw r0, :lower16:foo
13 ; IOS: movw r0, :lower16:L_foo$non_lazy_ptr
16 ; IOS-PIC: movw r0, :lower16:(L_foo$non_lazy_ptr-(LPC0_0+8))
19 ; IOS-STATIC: movw r0, :lower16:_foo
26 ; EABI: movw r1, :lower16:foo
29 ; IOS: movw r1, :lower16:L_foo$non_lazy_ptr
32 ; IOS-PIC: movw r1, :lower16:(L_foo$non_lazy_ptr-(LPC1_0+8))
35 ; IOS-STATIC: movw r1, :lower16:_foo
  /external/llvm/test/tools/llvm-objdump/ARM/
macho-symbolized-subtractor.test 5 movw r3, :lower16:(Str-(PCinst+4))
14 # CHECK: movw r3, :lower16:((Str-PCinst)-4)

Completed in 1159 milliseconds

1 2 3 45 6 7 8 91011>>