/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | execute-only-big-stack-frame.ll | 4 ; 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 …]
|
D | minsize-litpools.ll | 5 ; make use of it in deciding whether to use MOVW/MOVT for global variables or a
|
/external/libxaac/decoder/armv7/ |
D | 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, #0xD180 [all …]
|
D | ixheaacd_apply_rot.s | 28 MOVW R5, #0x59e 73 MOVW R4, #0x53C 119 MOVW R11, #0x6c2 120 MOVW R5, #0x564
|
D | ixheaacd_conv_ergtoamplitude.s | 31 MOVW R14, #0x1FF 32 MOVW R10, #0x5A82
|
D | ixheaacd_conv_ergtoamplitudelp.s | 31 MOVW R11, #0x5A82 32 MOVW R10, #0x1FF
|
D | 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
|
D | ixheaacd_esbr_fwd_modulation.s | 67 MOVW R5, #0x41FC
|
D | ixheaacd_post_twiddle.s | 35 MOVW R6, #7500 46 MOVW R4, #0x192 47 MOVW R5, #0xfe6e
|
D | ixheaacd_inv_dit_fft_8pt.s | 117 MOVW r11, #0x00005a82
|
D | ixheaacd_fft32x32_ld2_armv7.s | 201 MOVW r11, 0X7642 203 MOVW r12, 0X30FC 205 MOVW r14, 0X5A83
|
D | ixheaacd_pre_twiddle_compute.s | 31 MOVW R8, #7500
|
/external/llvm-project/compiler-rt/lib/xray/ |
D | xray_trampoline_arm.S | 24 MOVW r1, #:lower16:_ZN6__xray19XRayPatchedFunctionE - (. + 16) 56 MOVW r1, #:lower16:_ZN6__xray19XRayPatchedFunctionE - (. + 16) 87 MOVW r1, #:lower16:_ZN6__xray19XRayPatchedFunctionE - (. + 16)
|
/external/libhevc/decoder/arm/ |
D | ihevcd_fmt_conv_420sp_to_rgba8888.s | 117 MOVW R10,#0x3311 120 MOVW R10,#0xF379 123 MOVW R10,#0xE5F8 126 MOVW R10,#0x4092
|
/external/llvm-project/llvm/test/CodeGen/AVR/features/ |
D | avr25.ll | 3 ; On most cores, the 16-bit 'MOVW' instruction can be used
|
/external/llvm/test/CodeGen/ARM/ |
D | minsize-litpools.ll | 5 ; make use of it in deciding whether to use MOVW/MOVT for global variables or a
|
/external/llvm-project/llvm/test/MC/ARM/ |
D | error-location.s | 23 @ CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: invalid fixup for {{ARM|Thumb}} MOVW instruction
|
/external/llvm-project/llvm/test/CodeGen/AVR/ |
D | rust-avr-bug-112.ll | 11 ; that could leave the MOVW instruction with an extraneous
|
/external/vixl/test/aarch32/config/ |
D | cond-rd-operand-imm16-t32.json | 34 "Movw" // MOVW{<c>}{<q>} <Rd>, #<imm16> ; T3
|
/external/pcre/dist2/src/sljit/ |
D | sljitNativeARM_32.c | 129 #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()
|
D | sljitNativeARM_T2_32.c | 142 #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/ |
D | AVRDevices.td | 65 // 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/ |
D | AVRDevices.td | 65 // The device supports the 16-bit GPR pair MOVW instruction. 67 "The device supports the 16-bit MOVW "
|
/external/llvm/lib/Target/AVR/ |
D | AVR.td | 83 // 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/ |
D | etmv3_0x12.txt | 1392 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 …]
|