HomeSort by relevance Sort by last modified time
    Searched refs:MOVW (Results 1 - 24 of 24) sorted by null

  /external/syzkaller/vendor/golang.org/x/sys/unix/
asm_linux_arm.s 24 MOVW trap+0(FP), R7
25 MOVW a1+4(FP), R0
26 MOVW a2+8(FP), R1
27 MOVW a3+12(FP), R2
28 MOVW $0, R3
29 MOVW $0, R4
30 MOVW $0, R5
32 MOVW R0, r1+16(FP)
33 MOVW $0, R0
34 MOVW R0, r2+20(FP
    [all...]
asm_linux_mipsx.s 29 MOVW a1+4(FP), R4
30 MOVW a2+8(FP), R5
31 MOVW a3+12(FP), R6
32 MOVW R0, R7
33 MOVW trap+0(FP), R2 // syscall entry
35 MOVW R2, r1+16(FP) // r1
36 MOVW R3, r2+20(FP) // r2
47 MOVW a1+4(FP), R4
48 MOVW a2+8(FP), R5
49 MOVW a3+12(FP), R
    [all...]
  /external/boringssl/src/ssl/test/runner/poly1305/
sum_arm.s 30 MOVW $·poly1305_init_constants_armv6<>(SB), R7
31 MOVW R2, R8
32 MOVW R2>>26, R9
33 MOVW R3>>20, g
34 MOVW R4>>14, R11
35 MOVW R5>>8, R12
77 MOVW R0, 88(R13)
78 MOVW R1, 92(R13)
79 MOVW R2, 96(R13)
80 MOVW R1, R1
    [all...]
  /external/libxaac/decoder/armv7/
ixheaacd_fft_15_ld.s 30 MOVW r10, #0xB000
41 MOVW r10, #0x9D84
55 MOVW r10, #0xD180
64 MOVW r10, #0xB000
76 MOVW r10, #0x9D84
91 MOVW r10, #0xD180
110 MOVW r1, #0xFA00
129 MOVW r10, #0xB000
140 MOVW r10, #0x9D84
154 MOVW r10, #0xD18
    [all...]
ixheaacd_conv_ergtoamplitude.s 31 MOVW R14, #0x1FF
32 MOVW R10, #0x5A82
ixheaacd_conv_ergtoamplitudelp.s 31 MOVW R11, #0x5A82
32 MOVW R10, #0x1FF
ixheaacd_apply_rot.s 28 MOVW R5, #0x59e
73 MOVW R4, #0x53C
119 MOVW R11, #0x6c2
120 MOVW R5, #0x564
ixheaacd_esbr_fwd_modulation.s 66 MOVW R5, #0x41FC
ixheaacd_imdct_using_fft.s 36 MOVW r8, #11600
38 MOVW r8, #11856
40 MOVW r8, #11920
42 MOVW r8, #11936
281 MOVW r14, #0x5a82
618 MOVW r14, #8528
ixheaacd_inv_dit_fft_8pt.s 117 MOVW r11, #0x00005a82
ixheaacd_fft32x32_ld2_armv7.s 201 MOVW r11, 0X7642
203 MOVW r12, 0X30FC
205 MOVW r14, 0X5A83
ixheaacd_post_twiddle.s 35 MOVW R6, #7500
46 MOVW R4, #0x192
47 MOVW R5, #0xfe6e
ixheaacd_pre_twiddle_compute.s 31 MOVW R8, #7500
ixheaacd_complex_fft_p2.s 23 MOVW r4, #0x3333
25 MOVW r5, #0x0F0F
ixheaacd_complex_ifft_p2.s 23 MOVW r4, #0x3333
25 MOVW r5, #0x0F0F
ixheaacd_sbr_imdct_using_fft.s 285 MOVW r14, #0x5a82
ixheaacd_decorr_filter2.s 745 MOVW r12, #0x620a
ixheaacd_post_twiddle_overlap.s 40 MOVW R8, #7500
  /external/libhevc/decoder/arm/
ihevcd_fmt_conv_420sp_to_rgba8888.s 117 MOVW R10,#0x3311
120 MOVW R10,#0xF379
123 MOVW R10,#0xE5F8
126 MOVW R10,#0x4092
  /external/pcre/dist2/src/sljit/
sljitNativeARM_32.c 129 #define MOVW 0xe3000000
398 FAIL_IF(push_inst(compiler, MOVW | RD(reg) | ((imm << 4) & 0xf0000) | (imm & 0xfff)));
512 SLJIT_ASSERT((inst[0] & 0xfff00000) == MOVW && (inst[1] & 0xfff00000) == MOVT);
513 inst[0] = MOVW | (inst[0] & 0xf000) | ((new_addr << 4) & 0xf0000) | (new_addr & 0xfff);
567 SLJIT_ASSERT((inst[0] & 0xfff00000) == MOVW && (inst[1] & 0xfff00000) == MOVT);
568 inst[0] = MOVW | (inst[0] & 0xf000) | ((new_constant << 4) & 0xf0000) | (new_constant & 0xfff);
    [all...]
sljitNativeARM_T2_32.c 142 #define MOVW 0xf2400000
224 FAIL_IF(push_inst32(compiler, MOVW | RD4(dst)
233 SLJIT_ASSERT(((inst[0] & 0xfbf0) == (MOVW >> 16)) && ((inst[2] & 0xfbf0) == (MOVT >> 16)) && dst == (inst[3] & 0x0f00));
234 inst[0] = (MOVW >> 16) | COPY_BITS(new_imm, 12, 0, 4) | COPY_BITS(new_imm, 11, 10, 1);
539 FAIL_IF(push_inst32(compiler, MOVW | RD4(dst)
    [all...]
  /external/swiftshader/third_party/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/llvm/test/MC/ARM/
diagnostics.s 162 movw r9, 0x10000
165 @ Invalid 's' bit usage for MOVW
169 @ CHECK-ERRORS: error: instruction 'movw' can not set flags, but 's' suffix specified
493 movw r0, foo2
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
diagnostics.s 180 movw r9, 0x10000
182 @ CHECK-ERRORS: movw r9, 0x10000
185 @ Invalid 's' bit usage for MOVW
192 @ CHECK-ERRORS: error: instruction 'movw' can not set flags, but 's' suffix specified
571 movw r0, foo2
    [all...]

Completed in 918 milliseconds