Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/poly1305/
Dsum_arm.s30 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, R14
[all …]
/external/libhevc/decoder/arm/
Dihevcd_fmt_conv_420sp_to_rgba8888.s116 MOVW R10,#0x3311
119 MOVW R10,#0xF379
122 MOVW R10,#0xE5F8
125 MOVW R10,#0x4092
/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/vixl/test/aarch32/config/
Dcond-rd-operand-imm16-t32.json34 "Movw" // MOVW{<c>}{<q>} <Rd>, #<imm16> ; T3
/external/pcre/dist2/src/sljit/
DsljitNativeARM_32.c119 #define MOVW 0xe3000000 macro
386 FAIL_IF(push_inst(compiler, MOVW | RD(reg) | ((imm << 4) & 0xf0000) | (imm & 0xfff))); in emit_imm()
496 SLJIT_ASSERT((inst[0] & 0xfff00000) == MOVW && (inst[1] & 0xfff00000) == MOVT); in inline_set_jump_addr()
497 inst[0] = MOVW | (inst[0] & 0xf000) | ((new_addr << 4) & 0xf0000) | (new_addr & 0xfff); in inline_set_jump_addr()
547 SLJIT_ASSERT((inst[0] & 0xfff00000) == MOVW && (inst[1] & 0xfff00000) == MOVT); in inline_set_const()
548 inst[0] = MOVW | (inst[0] & 0xf000) | ((new_constant << 4) & 0xf0000) | (new_constant & 0xfff); in inline_set_const()
1295 return push_inst(compiler, MOVW | RD(reg) | ((imm << 4) & 0xf0000) | (imm & 0xfff)); in load_immediate()
DsljitNativeARM_T2_32.c129 #define MOVW 0xf2400000 macro
208 FAIL_IF(push_inst32(compiler, MOVW | RD4(dst) | in emit_imm32_const()
217 …SLJIT_ASSERT(((inst[0] & 0xfbf0) == (MOVW >> 16)) && ((inst[2] & 0xfbf0) == (MOVT >> 16)) && dst =… in modify_imm32_const()
218 inst[0] = (MOVW >> 16) | COPY_BITS(new_imm, 12, 0, 4) | COPY_BITS(new_imm, 11, 10, 1); in modify_imm32_const()
491 FAIL_IF(push_inst32(compiler, MOVW | RD4(dst) | in load_immediate()
/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/swiftshader/third_party/LLVM/test/MC/ARM/
Ddiagnostics.s97 @ Invalid 's' bit usage for MOVW
/external/capstone/
DChangeLog78 - Fix instruction attributes for SYSEXIT, MOVW, ROL, LGS, SLDT
/external/llvm/test/MC/ARM/
Ddiagnostics.s165 @ Invalid 's' bit usage for MOVW
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DREADME.txt679 movw r0, #32796 @ <= this MOVW is not needed, value is there already
/external/llvm/lib/Target/ARM/
DREADME.txt674 movw r0, #32796 @ <= this MOVW is not needed, value is there already
/external/llvm/docs/
DLangRef.rst3477 - ``j``: An immediate integer between 0 and 65535 (valid for ``MOVW``)