Home
last modified time | relevance | path

Searched refs:BITS (Results 1 – 25 of 5229) sorted by relevance

12345678910>>...210

/dports/textproc/bat/bat-0.18.3/tests/syntax-tests/source/Verilog/
H A Ddiv_pipelined.v89 divisor_gen[BITS*2*2-1:BITS*2] <= 0;
91 dividend_gen[BITS*2*2-1:BITS*2] <= 0;
97 divisor_gen[BITS*2*2-1:BITS*2] <= divisor_gen[BITS*2-1:0] >> 1;
100 dividend_gen[BITS*2*2-1:BITS*2] <= dividend_gen[BITS*2-1:0] - divisor_gen[BITS*2-1:0];
104 dividend_gen[BITS*2*2-1:BITS*2] <= dividend_gen[BITS*2-1:0];
125 divisor_gen[BITS*2*(i+2)-1:BITS*2*(i+1)] <= divisor_gen[BITS*2*(i+1)-1:BITS*2*i] >> 1;
126 if (dividend_gen[BITS*2*(i+1)-1:BITS*2*i] >= divisor_gen[BITS*2*(i+1)-1:BITS*2*i]) begin
127 …quotient_gen[BITS*2*(i+1)-1:BITS*2*i] <= quotient_gen[BITS*2*i-1:BITS*2*(i-1)] | (1 << (STAGES-2-i…
128 …dividend_gen[BITS*2*(i+2)-1:BITS*2*(i+1)] <= dividend_gen[BITS*2*(i+1)-1:BITS*2*i] - divisor_gen[B…
131 quotient_gen[BITS*2*(i+1)-1:BITS*2*i] <= quotient_gen[BITS*2*i-1:BITS*2*(i-1)];
[all …]
/dports/devel/skalibs/skalibs-2.10.0.3/src/headers/
H A Dbits-template1 extern void uint@BITS@_pack (char *, uint@BITS@_t) ;
2 extern void uint@BITS@_pack_big (char *, uint@BITS@_t) ;
3 extern void uint@BITS@_unpack (char const *, uint@BITS@_t *) ;
4 extern void uint@BITS@_unpack_big (char const *, uint@BITS@_t *) ;
6 extern uint@BITS@_t uint@BITS@_bswap (uint@BITS@_t) ;
15 #define uint@BITS@_fmt(s, u) uint@BITS@_fmt_base(s, (u), 10)
17 #define uint@BITS@_ofmt(s, o) uint@BITS@_fmt_base(s, (o), 8)
19 #define uint@BITS@_xfmt(s, x) uint@BITS@_fmt_base(s, (x), 16)
21 #define uint@BITS@_bfmt(s, b) uint@BITS@0_fmt_base(s, (b), 2)
41 #define int@BITS@_fmt(s, u) int@BITS@_fmt_base(s, (u), 10)
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/target/s390x/
H A Dvec_int_helper.c114 const int32_t a = (int##BITS##_t)s390_vec_read_element##BITS(v2, i); \
115 const int32_t b = (int##BITS##_t)s390_vec_read_element##BITS(v3, i); \
130 const uint##BITS##_t a = s390_vec_read_element##BITS(v2, i); \
131 const uint##BITS##_t b = s390_vec_read_element##BITS(v3, i); \
145 const uint##BITS##_t a = s390_vec_read_element##BITS(v2, i); \
147 s390_vec_write_element##BITS(v1, i, clz32(a) - 32 + BITS); \
159 const uint##BITS##_t a = s390_vec_read_element##BITS(v2, i); \
161 s390_vec_write_element##BITS(v1, i, a ? ctz32(a) : BITS); \
214 uint##BITS##_t a = s390_vec_read_element##BITS(v2, i * 2); \
215 uint##BITS##_t b = s390_vec_read_element##BITS(v3, i * 2); \
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/s390x/
H A Dvec_int_helper.c114 const int32_t a = (int##BITS##_t)s390_vec_read_element##BITS(v2, i); \
115 const int32_t b = (int##BITS##_t)s390_vec_read_element##BITS(v3, i); \
130 const uint##BITS##_t a = s390_vec_read_element##BITS(v2, i); \
131 const uint##BITS##_t b = s390_vec_read_element##BITS(v3, i); \
145 const uint##BITS##_t a = s390_vec_read_element##BITS(v2, i); \
147 s390_vec_write_element##BITS(v1, i, clz32(a) - 32 + BITS); \
159 const uint##BITS##_t a = s390_vec_read_element##BITS(v2, i); \
161 s390_vec_write_element##BITS(v1, i, a ? ctz32(a) : BITS); \
214 uint##BITS##_t a = s390_vec_read_element##BITS(v2, i * 2); \
215 uint##BITS##_t b = s390_vec_read_element##BITS(v3, i * 2); \
[all …]
/dports/emulators/qemu42/qemu-4.2.1/target/s390x/
H A Dvec_int_helper.c114 const int32_t a = (int##BITS##_t)s390_vec_read_element##BITS(v2, i); \
115 const int32_t b = (int##BITS##_t)s390_vec_read_element##BITS(v3, i); \
130 const uint##BITS##_t a = s390_vec_read_element##BITS(v2, i); \
131 const uint##BITS##_t b = s390_vec_read_element##BITS(v3, i); \
145 const uint##BITS##_t a = s390_vec_read_element##BITS(v2, i); \
147 s390_vec_write_element##BITS(v1, i, clz32(a) - 32 + BITS); \
159 const uint##BITS##_t a = s390_vec_read_element##BITS(v2, i); \
161 s390_vec_write_element##BITS(v1, i, a ? ctz32(a) : BITS); \
214 uint##BITS##_t a = s390_vec_read_element##BITS(v2, i * 2); \
215 uint##BITS##_t b = s390_vec_read_element##BITS(v3, i * 2); \
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/s390x/
H A Dvec_int_helper.c114 const int32_t a = (int##BITS##_t)s390_vec_read_element##BITS(v2, i); \
115 const int32_t b = (int##BITS##_t)s390_vec_read_element##BITS(v3, i); \
130 const uint##BITS##_t a = s390_vec_read_element##BITS(v2, i); \
131 const uint##BITS##_t b = s390_vec_read_element##BITS(v3, i); \
145 const uint##BITS##_t a = s390_vec_read_element##BITS(v2, i); \
147 s390_vec_write_element##BITS(v1, i, clz32(a) - 32 + BITS); \
159 const uint##BITS##_t a = s390_vec_read_element##BITS(v2, i); \
161 s390_vec_write_element##BITS(v1, i, a ? ctz32(a) : BITS); \
214 uint##BITS##_t a = s390_vec_read_element##BITS(v2, i * 2); \
215 uint##BITS##_t b = s390_vec_read_element##BITS(v3, i * 2); \
[all …]
/dports/emulators/qemu5/qemu-5.2.0/target/s390x/
H A Dvec_int_helper.c114 const int32_t a = (int##BITS##_t)s390_vec_read_element##BITS(v2, i); \
115 const int32_t b = (int##BITS##_t)s390_vec_read_element##BITS(v3, i); \
130 const uint##BITS##_t a = s390_vec_read_element##BITS(v2, i); \
131 const uint##BITS##_t b = s390_vec_read_element##BITS(v3, i); \
145 const uint##BITS##_t a = s390_vec_read_element##BITS(v2, i); \
147 s390_vec_write_element##BITS(v1, i, clz32(a) - 32 + BITS); \
159 const uint##BITS##_t a = s390_vec_read_element##BITS(v2, i); \
161 s390_vec_write_element##BITS(v1, i, a ? ctz32(a) : BITS); \
214 uint##BITS##_t a = s390_vec_read_element##BITS(v2, i * 2); \
215 uint##BITS##_t b = s390_vec_read_element##BITS(v3, i * 2); \
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/s390x/tcg/
H A Dvec_int_helper.c114 const int32_t a = (int##BITS##_t)s390_vec_read_element##BITS(v2, i); \
115 const int32_t b = (int##BITS##_t)s390_vec_read_element##BITS(v3, i); \
130 const uint##BITS##_t a = s390_vec_read_element##BITS(v2, i); \
131 const uint##BITS##_t b = s390_vec_read_element##BITS(v3, i); \
145 const uint##BITS##_t a = s390_vec_read_element##BITS(v2, i); \
147 s390_vec_write_element##BITS(v1, i, clz32(a) - 32 + BITS); \
159 const uint##BITS##_t a = s390_vec_read_element##BITS(v2, i); \
161 s390_vec_write_element##BITS(v1, i, a ? ctz32(a) : BITS); \
214 uint##BITS##_t a = s390_vec_read_element##BITS(v2, i * 2); \
215 uint##BITS##_t b = s390_vec_read_element##BITS(v3, i * 2); \
[all …]
/dports/emulators/qemu/qemu-6.2.0/target/s390x/tcg/
H A Dvec_int_helper.c114 const int32_t a = (int##BITS##_t)s390_vec_read_element##BITS(v2, i); \
115 const int32_t b = (int##BITS##_t)s390_vec_read_element##BITS(v3, i); \
130 const uint##BITS##_t a = s390_vec_read_element##BITS(v2, i); \
131 const uint##BITS##_t b = s390_vec_read_element##BITS(v3, i); \
145 const uint##BITS##_t a = s390_vec_read_element##BITS(v2, i); \
147 s390_vec_write_element##BITS(v1, i, clz32(a) - 32 + BITS); \
159 const uint##BITS##_t a = s390_vec_read_element##BITS(v2, i); \
161 s390_vec_write_element##BITS(v1, i, a ? ctz32(a) : BITS); \
214 uint##BITS##_t a = s390_vec_read_element##BITS(v2, i * 2); \
215 uint##BITS##_t b = s390_vec_read_element##BITS(v3, i * 2); \
[all …]
/dports/emulators/qemu60/qemu-6.0.0/target/s390x/
H A Dvec_int_helper.c114 const int32_t a = (int##BITS##_t)s390_vec_read_element##BITS(v2, i); \
115 const int32_t b = (int##BITS##_t)s390_vec_read_element##BITS(v3, i); \
130 const uint##BITS##_t a = s390_vec_read_element##BITS(v2, i); \
131 const uint##BITS##_t b = s390_vec_read_element##BITS(v3, i); \
145 const uint##BITS##_t a = s390_vec_read_element##BITS(v2, i); \
147 s390_vec_write_element##BITS(v1, i, clz32(a) - 32 + BITS); \
159 const uint##BITS##_t a = s390_vec_read_element##BITS(v2, i); \
161 s390_vec_write_element##BITS(v1, i, a ? ctz32(a) : BITS); \
214 uint##BITS##_t a = s390_vec_read_element##BITS(v2, i * 2); \
215 uint##BITS##_t b = s390_vec_read_element##BITS(v3, i * 2); \
[all …]
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dmc8123.cpp115 val ^= BITS(5,3,0); in decrypt_type0()
123 val ^= BITS(6); in decrypt_type0()
127 val ^= BITS(4,3,1); in decrypt_type0()
155 val ^= BITS(4); in decrypt_type1a()
175 val ^= BITS(7,4); in decrypt_type1b()
185 val ^= BITS(6,4,0); in decrypt_type1b()
249 val ^= BITS(4,0); in decrypt_type2b()
252 val ^= BITS(4,0); in decrypt_type2b()
315 val ^= BITS(1); in decrypt_type3b()
375 param ^= BITS(0); in decrypt_internal()
[all …]
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dmc8123.cpp115 val ^= BITS(5,3,0); in decrypt_type0()
123 val ^= BITS(6); in decrypt_type0()
127 val ^= BITS(4,3,1); in decrypt_type0()
155 val ^= BITS(4); in decrypt_type1a()
175 val ^= BITS(7,4); in decrypt_type1b()
185 val ^= BITS(6,4,0); in decrypt_type1b()
249 val ^= BITS(4,0); in decrypt_type2b()
252 val ^= BITS(4,0); in decrypt_type2b()
315 val ^= BITS(1); in decrypt_type3b()
375 param ^= BITS(0); in decrypt_internal()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arc/include/asm/
H A Ddisasm.h36 #define FIELD_A(word) (BITS((word), 0, 5))
38 (BITS((word), 24, 26)))
42 BITS((word), 6, 11)), 12)
47 BITS(word, 16, 23)), 9)
49 (BITS(word, 17, 26) << 1)), 12)
51 (BITS(word, 6, 15) << 11) | \
52 (BITS(word, 17, 26) << 1)), 12)
55 #define FIELD_S_A(word) ((BITS((word), 2, 2)<<3) | BITS((word), 0, 2))
57 BITS((word), 8, 10))
58 #define FIELD_S_C(word) ((BITS((word), 7, 7)<<3) | BITS((word), 5, 7))
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arc/include/asm/
H A Ddisasm.h36 #define FIELD_A(word) (BITS((word), 0, 5))
38 (BITS((word), 24, 26)))
42 BITS((word), 6, 11)), 12)
47 BITS(word, 16, 23)), 9)
49 (BITS(word, 17, 26) << 1)), 12)
51 (BITS(word, 6, 15) << 11) | \
52 (BITS(word, 17, 26) << 1)), 12)
55 #define FIELD_S_A(word) ((BITS((word), 2, 2)<<3) | BITS((word), 0, 2))
57 BITS((word), 8, 10))
58 #define FIELD_S_C(word) ((BITS((word), 7, 7)<<3) | BITS((word), 5, 7))
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arc/include/asm/
H A Ddisasm.h36 #define FIELD_A(word) (BITS((word), 0, 5))
38 (BITS((word), 24, 26)))
42 BITS((word), 6, 11)), 12)
47 BITS(word, 16, 23)), 9)
49 (BITS(word, 17, 26) << 1)), 12)
51 (BITS(word, 6, 15) << 11) | \
52 (BITS(word, 17, 26) << 1)), 12)
55 #define FIELD_S_A(word) ((BITS((word), 2, 2)<<3) | BITS((word), 0, 2))
57 BITS((word), 8, 10))
58 #define FIELD_S_C(word) ((BITS((word), 7, 7)<<3) | BITS((word), 5, 7))
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/RISCV/rvv/
H A Dnamed-vector-shuffle-reverse.ll73 ; RV32-BITS-256-NEXT: ret
85 ; RV32-BITS-512-NEXT: ret
110 ; RV64-BITS-256-NEXT: ret
122 ; RV64-BITS-512-NEXT: ret
151 ; RV32-BITS-256-NEXT: ret
163 ; RV32-BITS-512-NEXT: ret
188 ; RV64-BITS-256-NEXT: ret
200 ; RV64-BITS-512-NEXT: ret
229 ; RV32-BITS-256-NEXT: ret
241 ; RV32-BITS-512-NEXT: ret
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/RISCV/rvv/
H A Dnamed-vector-shuffle-reverse.ll73 ; RV32-BITS-256-NEXT: ret
85 ; RV32-BITS-512-NEXT: ret
110 ; RV64-BITS-256-NEXT: ret
122 ; RV64-BITS-512-NEXT: ret
151 ; RV32-BITS-256-NEXT: ret
163 ; RV32-BITS-512-NEXT: ret
188 ; RV64-BITS-256-NEXT: ret
200 ; RV64-BITS-512-NEXT: ret
229 ; RV32-BITS-256-NEXT: ret
241 ; RV32-BITS-512-NEXT: ret
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/RISCV/rvv/
H A Dnamed-vector-shuffle-reverse.ll73 ; RV32-BITS-256-NEXT: ret
85 ; RV32-BITS-512-NEXT: ret
110 ; RV64-BITS-256-NEXT: ret
122 ; RV64-BITS-512-NEXT: ret
151 ; RV32-BITS-256-NEXT: ret
163 ; RV32-BITS-512-NEXT: ret
188 ; RV64-BITS-256-NEXT: ret
200 ; RV64-BITS-512-NEXT: ret
229 ; RV32-BITS-256-NEXT: ret
241 ; RV32-BITS-512-NEXT: ret
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/RISCV/rvv/
H A Dnamed-vector-shuffle-reverse.ll73 ; RV32-BITS-256-NEXT: ret
85 ; RV32-BITS-512-NEXT: ret
110 ; RV64-BITS-256-NEXT: ret
122 ; RV64-BITS-512-NEXT: ret
151 ; RV32-BITS-256-NEXT: ret
163 ; RV32-BITS-512-NEXT: ret
188 ; RV64-BITS-256-NEXT: ret
200 ; RV64-BITS-512-NEXT: ret
229 ; RV32-BITS-256-NEXT: ret
241 ; RV32-BITS-512-NEXT: ret
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/RISCV/rvv/
H A Dnamed-vector-shuffle-reverse.ll73 ; RV32-BITS-256-NEXT: ret
85 ; RV32-BITS-512-NEXT: ret
110 ; RV64-BITS-256-NEXT: ret
122 ; RV64-BITS-512-NEXT: ret
151 ; RV32-BITS-256-NEXT: ret
163 ; RV32-BITS-512-NEXT: ret
188 ; RV64-BITS-256-NEXT: ret
200 ; RV64-BITS-512-NEXT: ret
229 ; RV32-BITS-256-NEXT: ret
241 ; RV32-BITS-512-NEXT: ret
[all …]
/dports/emulators/qemu42/qemu-4.2.1/hw/display/
H A Dpl110_template.h14 #if BITS == 8
16 #elif BITS == 15 || BITS == 16
18 #elif BITS == 24
25 #elif BITS == 32
52 glue(pl110_draw_line1_lblp_bgr,BITS),
53 glue(pl110_draw_line2_lblp_bgr,BITS),
54 glue(pl110_draw_line4_lblp_bgr,BITS),
55 glue(pl110_draw_line8_lblp_bgr,BITS),
61 glue(pl110_draw_line1_bbbp_bgr,BITS),
62 glue(pl110_draw_line2_bbbp_bgr,BITS),
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/display/
H A Dpl110_template.h14 #if BITS == 8
16 #elif BITS == 15 || BITS == 16
18 #elif BITS == 24
25 #elif BITS == 32
52 glue(pl110_draw_line1_lblp_bgr,BITS),
53 glue(pl110_draw_line2_lblp_bgr,BITS),
54 glue(pl110_draw_line4_lblp_bgr,BITS),
55 glue(pl110_draw_line8_lblp_bgr,BITS),
61 glue(pl110_draw_line1_bbbp_bgr,BITS),
62 glue(pl110_draw_line2_bbbp_bgr,BITS),
[all …]
/dports/emulators/qemu5/qemu-5.2.0/hw/display/
H A Dpl110_template.h14 #if BITS == 8
16 #elif BITS == 15 || BITS == 16
18 #elif BITS == 24
25 #elif BITS == 32
52 glue(pl110_draw_line1_lblp_bgr,BITS),
53 glue(pl110_draw_line2_lblp_bgr,BITS),
54 glue(pl110_draw_line4_lblp_bgr,BITS),
55 glue(pl110_draw_line8_lblp_bgr,BITS),
61 glue(pl110_draw_line1_bbbp_bgr,BITS),
62 glue(pl110_draw_line2_bbbp_bgr,BITS),
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/hw/display/
H A Dpl110_template.h14 #if BITS == 8
16 #elif BITS == 15 || BITS == 16
18 #elif BITS == 24
25 #elif BITS == 32
52 glue(pl110_draw_line1_lblp_bgr,BITS),
53 glue(pl110_draw_line2_lblp_bgr,BITS),
54 glue(pl110_draw_line4_lblp_bgr,BITS),
55 glue(pl110_draw_line8_lblp_bgr,BITS),
61 glue(pl110_draw_line1_bbbp_bgr,BITS),
62 glue(pl110_draw_line2_bbbp_bgr,BITS),
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/display/
H A Dpl110_template.h14 #if BITS == 8
16 #elif BITS == 15 || BITS == 16
18 #elif BITS == 24
25 #elif BITS == 32
52 glue(pl110_draw_line1_lblp_bgr,BITS),
53 glue(pl110_draw_line2_lblp_bgr,BITS),
54 glue(pl110_draw_line4_lblp_bgr,BITS),
55 glue(pl110_draw_line8_lblp_bgr,BITS),
61 glue(pl110_draw_line1_bbbp_bgr,BITS),
62 glue(pl110_draw_line2_bbbp_bgr,BITS),
[all …]

12345678910>>...210