/toolchain/binutils/binutils-2.25/opcodes/ |
nios2-opc.c | 316 {"movi", "t,i", "t,i,E", 2, 4, iw_i_type,
|
sh64-dis.c | 42 /* When we see a MOVI, we save the register and the value, and merge a
|
sh64-opc.c | 480 /* 110011ssssssssssssssssdddddd0000 movi <A_IMMS16>,<A_GREG_D> */ 481 { "movi", {A_IMMS16,A_GREG_D}, {OFFSET_10,OFFSET_4}, SHMEDIA_MOVI_OPC [all...] |
aarch64-dis.c | 611 MOVI <Vd>.<T>, #<imm8> {, LSL #<amount>}. */ 631 /* Either MOVI <Dd>, #<imm> 632 or MOVI <Vd>.2D, #<imm>. [all...] |
/external/libavc/common/armv8/ |
ih264_inter_pred_filters_luma_vert_av8.s | 119 movi v22.8h, #20 // Filter coeff 0x14 into Q11 122 movi v24.8h, #5 // Filter coeff 0x4 into Q12
|
ih264_inter_pred_luma_vert_qpel_av8.s | 126 movi v22.8h, #20 // Filter coeff 0x14 into Q11 129 movi v24.8h, #5 // Filter coeff 0x4 into Q12
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/ |
illegal.l | 150 [^:]*:209: Error: .*`movi v0.4s,#256' 151 [^:]*:210: Error: .*`movi v0.2d,#0xabcdef' 157 [^:]*:220: Error: .*`movi v0.4s,#127,lsl#4' 158 [^:]*:221: Error: .*`movi v0.4s,#127,msl#24' 525 [^:]*:506: Error: .*`movi w1,#15' 539 [^:]*:525: Error: .*`movi d1,0xffff,lsl#16'
|
/toolchain/binutils/binutils-2.25/bfd/ |
elf32-sh.c | [all...] |
/external/vixl/test/aarch64/ |
test-trace-aarch64.cc | [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-sh.c | 182 /* A MOVI expansion, expanding to at most 32 or 64 bits. */ 267 MOVI ((label - datalabel Ln) >> 16) & 65535, R25 279 /* Similarly, we just change the MOVI and add a SHORI for the 48-bit 298 /* And similarly for the 64-bit expansion; a MOVI + SHORI + SHORI + SHORI 302 /* For MOVI, we make the MOVI + SHORI... expansion you can see in the [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/ |
ChangeLog-2013 | [all...] |
/external/llvm/test/MC/AArch64/ |
neon-diagnostics.s | 146 movi v0.2s, #-1 151 movi v5.4h, #10, lsl #16 153 movi v5.8b, #1, lsl #8 156 // CHECK-ERROR: movi v0.2s, #-1 168 // CHECK-ERROR: movi v5.4h, #10, lsl #16 171 // CHECK-ERROR: movi v5.8b, #1, lsl #8 178 movi v0.2s, #-1, msl #8 181 movi v3.2s, #1, msl #0 184 movi v5.4h, #31, msl #8 187 // CHECK-ERROR: movi v0.2s, #-1, msl # [all...] |
/external/valgrind/none/tests/arm64/ |
fp_and_simd.stdout.exp | [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
ARMExpandPseudoInsts.cpp | 657 // Expand into a movi + orr. 658 LO16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(ARM::MOVi), DstReg); [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64InstrInfo.td | 214 def AArch64movi : SDNode<"AArch64ISD::MOVI", SDT_AArch64MOVIedit>; [all...] |
AArch64ISelLowering.h | 81 MOVI,
|
/external/boringssl/src/crypto/fipsmodule/modes/asm/ |
ghashv8-armx.pl | 369 s/vmov\.i8/movi/o or # fix up legacy mnemonics
|
/external/libhevc/common/arm64/ |
ihevc_inter_pred_filters_luma_vert.s | 444 movi v4.8b, #0
|
ihevc_inter_pred_filters_luma_vert_w16out.s | 396 movi v4.8b, #0
|
ihevc_inter_pred_luma_vert_w16inp_w16out.s | 145 movi v30.4s,#8, lsl #16
|
ihevc_weighted_pred_bi_default.s | 146 movi v0.8h, #0x40 //tmp_lvl_shift = 1 << (shift - 1)
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_eu.c | 465 .name = "movi", .nsrc = 2, .ndst = 1, .gens = GEN_GE(GEN45),
|
/packages/apps/DocumentsUI/res/values-es-rUS/ |
strings.xml | 160 <item quantity="one">No se movió el siguiente archivo: <xliff:g id="LIST_0">%1$s</xliff:g></item>
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/ |
basic-1.d | 159 [ ]+258:[ ]+cffe16b0[ ]+movi -123,r43
|
/external/libjpeg-turbo/simd/ |
jsimd_arm64_neon.S | 399 movi v0.16b, #(CENTERJSAMPLE) [all...] |