Searched refs:halfwords (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/lib/ |
H A D | bitmap.c | 1459 unsigned int i, halfwords; in bitmap_from_arr32() local 1461 halfwords = DIV_ROUND_UP(nbits, 32); in bitmap_from_arr32() 1462 for (i = 0; i < halfwords; i++) { in bitmap_from_arr32() 1464 if (++i < halfwords) in bitmap_from_arr32() 1470 bitmap[(halfwords - 1) / 2] &= BITMAP_LAST_WORD_MASK(nbits); in bitmap_from_arr32() 1482 unsigned int i, halfwords; in bitmap_to_arr32() local 1484 halfwords = DIV_ROUND_UP(nbits, 32); in bitmap_to_arr32() 1485 for (i = 0; i < halfwords; i++) { in bitmap_to_arr32() 1487 if (++i < halfwords) in bitmap_to_arr32() 1493 buf[halfwords - 1] &= (u32) (UINT_MAX >> ((-nbits) & 31)); in bitmap_to_arr32()
|
/openbmc/linux/arch/arm/probes/kprobes/ |
H A D | actions-thumb.c | 33 unsigned int halfwords; in t32_simulate_table_branch() local 36 halfwords = ((u16 *)rnv)[rmv]; in t32_simulate_table_branch() 38 halfwords = ((u8 *)rnv)[rmv]; in t32_simulate_table_branch() 40 regs->ARM_pc = pc + 2 * halfwords; in t32_simulate_table_branch()
|
/openbmc/qemu/target/hexagon/imported/ |
H A D | alu.idef | 580 "Cross vector add-sub halfwords with saturation", 590 "Cross vector sub-add halfwords with saturation", 603 "Cross vector add-sub halfwords with shift, round, and saturation", 613 "Cross vector sub-add halfwords with shift, round, and saturation", 895 "Absolute Differences: vector of halfwords", 904 "Absolute Differences: vector of halfwords", 913 "Absolute Differences: vector of halfwords", 963 "Average vector of unsigned halfwords", 972 "Average vector of halfwords", 981 "Negative Average vector of halfwords", [all …]
|
H A D | compare.idef | 483 "Compare halfwords ", 489 "Compare halfwords ", 495 "Compare halfwords ", 501 "Compare halfwords ", 508 "Compare halfwords ", 515 "Compare halfwords ",
|
H A D | shift.idef | 217 ATTRIBS(), "Vector splat halfwords from register", 897 "Pack high halfwords and low halfwords together",
|
H A D | mpy.idef | 1054 Q6INSN(S2_vcnegh,"Rdd32=vcnegh(Rss32,Rt32)",ATTRIBS(),"Conditional Negate halfwords", 1066 …NSN(S2_vrcnegh,"Rxx32+=vrcnegh(Rss32,Rt32)",ATTRIBS(),"Vector Reduce Conditional Negate halfwords",
|
/openbmc/qemu/tests/tcg/tricore/c/ |
H A D | crt0-tc2x.S | 236 sh %d0,%d1,-1 # %d0 = length / 2 (halfwords) 283 sh %d0,%d1,-1 # %d0 = length / 2 (halfwords)
|
/openbmc/qemu/target/hexagon/imported/mmvec/ |
H A D | ext.idef | 403 "Pack halfwords", 413 "Pack halfwords", 460 "Vector Zero Extend halfwords", 465 "Vector Sign Extend halfwords", 1007 "Vector arithmetic shift right words, shuffle even halfwords", 1013 "Vector arithmetic shift right words, shuffle even halfwords", 1018 "Vector arithmetic shift right words, shuffle even halfwords", 1024 "Vector arithmetic shift right words, shuffle even halfwords", 1030 "Vector arithmetic shift right words, shuffle even halfwords", 1035 "Vector arithmetic shift right words, shuffle even halfwords", [all …]
|
/openbmc/linux/arch/arm/kernel/ |
H A D | head.S | 588 THUMB( strh r6, [r0], #2 ) @ For Thumb-2, store as two halfwords
|