Home
last modified time | relevance | path

Searched refs:r10h (Results 1 – 12 of 12) sorted by relevance

/dports/devel/avr-gdb/gdb-7.3.1/gdb/regformats/
H A Ds390-linux64.dat27 32:r10h
/dports/devel/gdb761/gdb-7.6.1/gdb/regformats/
H A Ds390-linux64.dat27 32:r10h
H A Ds390-linux64v1.dat27 32:r10h
H A Ds390-linux64v2.dat27 32:r10h
/dports/devel/gdb/gdb-11.1/gdb/regformats/
H A Ds390-linux64.dat28 32:r10h
H A Ds390-linux64v1.dat28 32:r10h
H A Ds390-linux64v2.dat28 32:r10h
H A Ds390-te-linux64.dat28 32:r10h
H A Ds390-vx-linux64.dat28 32:r10h
H A Ds390-tevx-linux64.dat28 32:r10h
H A Ds390-gs-linux64.dat28 32:r10h
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dresize.cpp2512 v_uint16 r00l, r01l, r10l, r11l, r00h, r01h, r10h, r11h; in operator ()() local
2515 v_expand(v_reinterpret_as_u8(r10), r10l, r10h); in operator ()()
2517 v_store(D, v_rshr_pack<2>(r00l + r01l + r10l + r11l, r00h + r01h + r10h + r11h)); in operator ()()
2634 v_uint32 r00l, r01l, r10l, r11l, r00h, r01h, r10h, r11h; in operator ()() local
2637 v_expand(v_reinterpret_as_u16(r10), r10l, r10h); in operator ()()
2639 v_store(D, v_rshr_pack<2>(r00l + r01l + r10l + r11l, r00h + r01h + r10h + r11h)); in operator ()()
2763 v_int32 r00l, r01l, r10l, r11l, r00h, r01h, r10h, r11h; in operator ()() local
2766 v_expand(v_reinterpret_as_s16(r10), r10l, r10h); in operator ()()
2768 v_store(D, v_rshr_pack<2>(r00l + r01l + r10l + r11l, r00h + r01h + r10h + r11h)); in operator ()()