Home
last modified time | relevance | path

Searched refs:halfword (Results 1 – 25 of 50) sorted by relevance

12

/external/libvpx/libvpx/vp8/encoder/arm/armv6/
Dvp8_short_fdct4x4_armv6.asm147 lsl r8, r2, #16 ; prepare bottom halfword for scaling
148 asr r2, r2, #4 ; scale top halfword
149 lsl r9, r3, #16 ; prepare bottom halfword for scaling
150 asr r3, r3, #4 ; scale top halfword
151 pkhtb r4, r2, r8, asr #20 ; pack and scale bottom halfword
152 pkhtb r5, r3, r9, asr #20 ; pack and scale bottom halfword
201 lsl r8, r2, #16 ; prepare bottom halfword for scaling
202 asr r2, r2, #4 ; scale top halfword
203 lsl r9, r3, #16 ; prepare bottom halfword for scaling
204 asr r3, r3, #4 ; scale top halfword
[all …]
/external/valgrind/docs/internals/
Ds390-opcodes.csv6 ah,"add halfword",implemented,
37 ch,"compare halfword",implemented,
98 lh,"load halfword",implemented,
121 mh,"multiply halfword",implemented,
173 sh,"subtract halfword",implemented,
213 sth,"store halfword",implemented,
245 ahi,"add halfword immediate",implemented,
252 chi,"compare halfword immediate",implemented,
254 lhi,"load halfword immediate",implemented,
256 mhi,"multiply halfword immediate",implemented,
[all …]
/external/llvm/test/CodeGen/Hexagon/
Dcombine_ir.ll15 ; CHECK: halfword
18 define void @halfword(i16* nocapture %a) nounwind {
/external/libavc/common/arm/
Dih264_iquant_itrans_recon_dc_a9.s125 ldrsh r8, [r0] @load pi2_src[0], SH for signed halfword load
126 ldrh r6, [r6] @load pu2_weight_mat[0] , H for unsigned halfword load
127 ldrh r5, [r5] @load pu2_iscal_mat[0] , H for unsigned halfword load
140 ldrsheq r10, [r0] @ Loads signed halfword pi2_src[0], if r9==1
244 ldrsh r8, [r0] @load pi2_src[0], SH for signed halfword load
245 ldrh r6, [r6] @load pu2_weight_mat[0] , H for unsigned halfword load
246 ldrh r5, [r5] @load pu2_iscal_mat[0] , H for unsigned halfword load
Dih264_ihadamard_scaling_a9.s105 ldrh r6, [r3] @ load pu2_weight_mat[0] , H for unsigned halfword load
106 ldrh r7, [r2] @ load pu2_iscal_mat[0] , H for unsigned halfword load
/external/llvm/test/CodeGen/Mips/cconv/
Dmemory-layout.ll23 @halfword = global i16 258, align 1
36 ; ALL-LABEL: halfword:
38 ; ALL: .size halfword, 2
/external/llvm/test/CodeGen/SystemZ/
Dint-move-05.ll44 ; Check the next halfword up, which should use STHY instead of STH.
64 ; Check the next halfword up, which needs separate address logic.
96 ; Check the next halfword down, which needs separate address logic.
Dint-add-01.ll29 ; Check the next halfword up, which should use AHY instead of AH.
53 ; Check the next halfword up, which needs separate address logic.
91 ; Check the next halfword down, which needs separate address logic.
Dint-mul-01.ll29 ; Check the next halfword up, which should use MHY instead of MH.
53 ; Check the next halfword up, which needs separate address logic.
91 ; Check the next halfword down, which needs separate address logic.
Dint-sub-07.ll29 ; Check the next halfword up, which should use SHY instead of SH.
53 ; Check the next halfword up, which needs separate address logic.
91 ; Check the next halfword down, which needs separate address logic.
Dint-conv-05.ll1 ; Test sign extensions from a halfword to an i32.
46 ; Check the next halfword up, which needs LHY rather than LH.
68 ; Check the next halfword up, which needs separate address logic.
103 ; Check the next halfword down, which needs separate address logic.
Dint-cmp-01.ll33 ; Check the next halfword up, which should use CHY instead of CH.
61 ; Check the next halfword up, which needs separate address logic.
105 ; Check the next halfword down, which needs separate address logic.
Dint-conv-06.ll1 ; Test zero extensions from a halfword to an i32. The tests here
56 ; Check the next halfword up, which needs separate address logic.
91 ; Check the next halfword down, which needs separate address logic.
Dint-conv-08.ll1 ; Test zero extensions from a halfword to an i64.
55 ; Check the next halfword up, which needs separate address logic.
90 ; Check the next halfword down, which needs separate address logic.
Dint-conv-07.ll1 ; Test sign extensions from a halfword to an i64.
46 ; Check the next halfword up, which needs separate address logic.
81 ; Check the next halfword down, which needs separate address logic.
Dint-cmp-04.ll33 ; Check the next halfword up, which needs separate address logic.
77 ; Check the next halfword down, which needs separate address logic.
Dint-const-04.ll78 ; Check the next halfword up, which is out of range. We prefer STHY
Dint-cmp-23.ll45 ; Check the next halfword up, which needs separate address logic,
Dcond-store-02.ll205 ; Check the next halfword up, which should use STHY instead of STH.
239 ; Check the next halfword up, which needs separate address logic.
275 ; Check the next halfword down, which needs separate address logic.
Dint-cmp-22.ll84 ; Check the next halfword up, which needs separate address logic,
/external/llvm/test/MC/Disassembler/Hexagon/
Dmemop.txt22 # Operation on memory halfword
Dld.txt102 # Load halfword
120 # Load halfword conditionally
192 # Load unsigned halfword
210 # Load unsigned halfword conditionally
Dnv_st.txt71 # Store new-value halfword
94 # Store new-value halfword conditionally
Dst.txt116 # Store halfword
152 # Store halfword conditionally
/external/llvm/test/CodeGen/PowerPC/
Dvec_extload.ll56 ; Same as v16si8_sext_in_reg, expands to load halfword (lha) and

12