Home
last modified time | relevance | path

Searched refs:MOVW (Results 1 – 25 of 44) sorted by relevance

12

/external/llvm-project/llvm/test/CodeGen/ARM/
Dexecute-only-big-stack-frame.ll4 ; RUN: | FileCheck --check-prefix=CHECK-MOVW-MOVT-ADD %s
6 ; RUN: | FileCheck --check-prefix=CHECK-MOVW-MOVT-ADD %s
22 ; CHECK-MOVW-MOVT-ADD-LABEL: test_big_stack_frame:
23 ; CHECK-MOVW-MOVT-ADD-NOT: ldr {{r[0-9]+}}, .{{.*}}
24 ; CHECK-MOVW-MOVT-ADD: movw [[REG1:r[0-9]+]], #0
25 ; CHECK-MOVW-MOVT-ADD: movt [[REG1]], #65535
26 ; CHECK-MOVW-MOVT-ADD: add sp, [[REG1]]
27 ; CHECK-MOVW-MOVT-ADD-NOT: ldr {{r[0-9]+}}, .{{.*}}
28 ; CHECK-MOVW-MOVT-ADD: movw [[REG2:r[0-9]+]], #65532
29 ; CHECK-MOVW-MOVT-ADD: movt [[REG2]], #0
[all …]
Dminsize-litpools.ll5 ; make use of it in deciding whether to use MOVW/MOVT for global variables or a
/external/libxaac/decoder/armv7/
Dixheaacd_fft_15_ld.s30 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, #0xD180
[all …]
Dixheaacd_apply_rot.s28 MOVW R5, #0x59e
73 MOVW R4, #0x53C
119 MOVW R11, #0x6c2
120 MOVW R5, #0x564
Dixheaacd_conv_ergtoamplitude.s31 MOVW R14, #0x1FF
32 MOVW R10, #0x5A82
Dixheaacd_conv_ergtoamplitudelp.s31 MOVW R11, #0x5A82
32 MOVW R10, #0x1FF
Dixheaacd_imdct_using_fft.s36 MOVW r8, #11600
38 MOVW r8, #11856
40 MOVW r8, #11920
42 MOVW r8, #11936
281 MOVW r14, #0x5a82
618 MOVW r14, #8528
Dixheaacd_esbr_fwd_modulation.s67 MOVW R5, #0x41FC
Dixheaacd_post_twiddle.s35 MOVW R6, #7500
46 MOVW R4, #0x192
47 MOVW R5, #0xfe6e
Dixheaacd_inv_dit_fft_8pt.s117 MOVW r11, #0x00005a82
Dixheaacd_fft32x32_ld2_armv7.s201 MOVW r11, 0X7642
203 MOVW r12, 0X30FC
205 MOVW r14, 0X5A83
Dixheaacd_pre_twiddle_compute.s31 MOVW R8, #7500
/external/llvm-project/compiler-rt/lib/xray/
Dxray_trampoline_arm.S24 MOVW r1, #:lower16:_ZN6__xray19XRayPatchedFunctionE - (. + 16)
56 MOVW r1, #:lower16:_ZN6__xray19XRayPatchedFunctionE - (. + 16)
87 MOVW r1, #:lower16:_ZN6__xray19XRayPatchedFunctionE - (. + 16)
/external/libhevc/decoder/arm/
Dihevcd_fmt_conv_420sp_to_rgba8888.s117 MOVW R10,#0x3311
120 MOVW R10,#0xF379
123 MOVW R10,#0xE5F8
126 MOVW R10,#0x4092
/external/llvm-project/llvm/test/CodeGen/AVR/features/
Davr25.ll3 ; On most cores, the 16-bit 'MOVW' instruction can be used
/external/llvm/test/CodeGen/ARM/
Dminsize-litpools.ll5 ; make use of it in deciding whether to use MOVW/MOVT for global variables or a
/external/llvm-project/llvm/test/MC/ARM/
Derror-location.s23 @ CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: invalid fixup for {{ARM|Thumb}} MOVW instruction
/external/llvm-project/llvm/test/CodeGen/AVR/
Drust-avr-bug-112.ll11 ; that could leave the MOVW instruction with an extraneous
/external/vixl/test/aarch32/config/
Dcond-rd-operand-imm16-t32.json34 "Movw" // MOVW{<c>}{<q>} <Rd>, #<imm16> ; T3
/external/pcre/dist2/src/sljit/
DsljitNativeARM_32.c129 #define MOVW 0xe3000000 macro
398 FAIL_IF(push_inst(compiler, MOVW | RD(reg) | ((imm << 4) & 0xf0000) | (imm & 0xfff))); in emit_imm()
539 SLJIT_ASSERT((inst[0] & 0xfff00000) == MOVW && (inst[1] & 0xfff00000) == MOVT); in inline_set_jump_addr()
545 inst[0] = MOVW | (inst[0] & 0xf000) | ((new_addr << 4) & 0xf0000) | (new_addr & 0xfff); in inline_set_jump_addr()
633 SLJIT_ASSERT((inst[0] & 0xfff00000) == MOVW && (inst[1] & 0xfff00000) == MOVT); in inline_set_const()
639 inst[0] = MOVW | (inst[0] & 0xf000) | ((new_constant << 4) & 0xf0000) | (new_constant & 0xfff); in inline_set_const()
915 SLJIT_ASSERT((buf_ptr[-1] & 0xfff00000) == MOVW && (buf_ptr[0] & 0xfff00000) == MOVT); in sljit_generate_code()
1417 return push_inst(compiler, MOVW | RD(reg) | ((imm << 4) & 0xf0000) | (imm & 0xfff)); in load_immediate()
1437 FAIL_IF(push_inst(compiler, MOVW | RD(reg) | ((imm << 4) & 0xf0000) | (imm & 0xfff))); in load_immediate()
2645 …FAIL_IF(push_inst(compiler, (MOVW & ~COND_MASK) | cc | RD(dst_reg) | ((tmp << 4) & 0xf0000) | (tmp… in sljit_emit_cmov()
DsljitNativeARM_T2_32.c142 #define MOVW 0xf2400000 macro
224 FAIL_IF(push_inst32(compiler, MOVW | RD4(dst) in emit_imm32_const()
233 …SLJIT_ASSERT(((inst[0] & 0xfbf0) == (MOVW >> 16)) && ((inst[2] & 0xfbf0) == (MOVT >> 16)) && dst =… in modify_imm32_const()
234 inst[0] = (MOVW >> 16) | COPY_BITS(new_imm, 12, 0, 4) | COPY_BITS(new_imm, 11, 10, 1); in modify_imm32_const()
563 FAIL_IF(push_inst32(compiler, MOVW | RD4(dst) in load_immediate()
2244 return push_inst32(compiler, MOVW | RD4(dst_reg) in sljit_emit_cmov()
2263 FAIL_IF(push_inst32(compiler, MOVW | RD4(dst_reg) in sljit_emit_cmov()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRDevices.td65 // The device supports the 16-bit GPR pair MOVW instruction.
67 "The device supports the 16-bit MOVW "
/external/llvm-project/llvm/lib/Target/AVR/
DAVRDevices.td65 // The device supports the 16-bit GPR pair MOVW instruction.
67 "The device supports the 16-bit MOVW "
/external/llvm/lib/Target/AVR/
DAVR.td83 // The device supports the 16-bit GPR pair MOVW instruction.
85 "The device supports the 16-bit MOVW "
/external/OpenCSD/decoder/tests/snapshots/TC2/ds5-dumps/
Detmv3_0x12.txt1392 Instruction 1359 S:0xC0055376 0xF6400300 0 MOVW r3,#0x800 false
1638 Instruction 1595 S:0xC0020EBA 0xF2460380 1 MOVW r3,#0x6080 false
1647 Instruction 1604 S:0xC0020EBA 0xF2460380 21 MOVW r3,#0x6080 false
1654 Instruction 1611 S:0xC0020ED0 0xF2407EB8 0 MOVW lr,#0x7b8 false
1794 Instruction 1747 S:0xC0020EBA 0xF2460380 1 MOVW r3,#0x6080 false
1803 Instruction 1756 S:0xC0020EBA 0xF2460380 8 MOVW r3,#0x6080 false
1812 Instruction 1765 S:0xC0020EBA 0xF2460380 3 MOVW r3,#0x6080 false
1821 Instruction 1774 S:0xC0020EBA 0xF2460380 1 MOVW r3,#0x6080 false
1830 Instruction 1783 S:0xC0020EBA 0xF2460380 1 MOVW r3,#0x6080 false
1839 Instruction 1792 S:0xC0020EBA 0xF2460380 8 MOVW r3,#0x6080 false
[all …]

12