Home
last modified time | relevance | path

Searched refs:scalar (Results 1 – 25 of 99) sorted by relevance

1234

/openbmc/qemu/target/arm/tcg/
H A Dsve.decode256 # Two registers and a scalar by N-bit index
262 # Two registers and a scalar by N-bit index, alternate
268 # Three registers and a scalar by N-bit index
276 # Three registers and a scalar by N-bit index, alternate
562 # SVE insert SIMD&FP scalar register
627 # SVE conditionally copy element to SIMD&FP scalar
635 # SVE copy element to SIMD&FP scalar register
643 # SVE copy element from SIMD&FP scalar register
788 # SVE integer compare scalar count and limit
1137 # SVE 32-bit gather load (scalar plus 32-bit unscaled offsets)
[all …]
H A Dmve.decode43 &2scalar qd qn rm size
92 @2scalar .... .... .. size:2 .... .... .... .... rm:4 &2scalar qd=%qd qn=%qn
93 @2scalar_nosz .... .... .... .... .... .... .... rm:4 &2scalar qd=%qd qn=%qn
152 @2op_fp_scalar .... .... .... .... .... .... .... rm:4 &2scalar \
501 VADD_scalar 1110 1110 0 . .. ... 1 ... 0 1111 . 100 .... @2scalar
507 VSUB_scalar 1110 1110 0 . .. ... 1 ... 1 1111 . 100 .... @2scalar
515 VMUL_scalar 1110 1110 0 . .. ... 1 ... 1 1110 . 110 .... @2scalar
523 VBRSR 1111 1110 0 . .. ... 1 ... 1 1110 . 110 .... @2scalar
528 VHADD_S_scalar 1110 1110 0 . .. ... 0 ... 0 1111 . 100 .... @2scalar
529 VHADD_U_scalar 1111 1110 0 . .. ... 0 ... 0 1111 . 100 .... @2scalar
[all …]
H A Dneon-dp.decode389 # decode: 0b11 for VEXT, two-reg-misc, VTBL, and duplicate-scalar;
391 # two-reg-and-scalar insn groups (where size cannot be 0b11). This
580 # 2-regs-plus-scalar grouping:
583 &2scalar vm vn vd size q
585 @2scalar .... ... q:1 . . size:2 .... .... .... . . . . .... \
586 &2scalar vm=%vm_dp vn=%vn_dp vd=%vd_dp
589 &2scalar vm=%vm_dp vn=%vn_dp vd=%vd_dp q=0
591 VMLA_2sc 1111 001 . 1 . .. .... .... 0000 . 1 . 0 .... @2scalar
592 VMLA_F_2sc 1111 001 . 1 . .. .... .... 0001 . 1 . 0 .... @2scalar
599 VMLS_2sc 1111 001 . 1 . .. .... .... 0100 . 1 . 0 .... @2scalar
[all …]
H A Dsme-fa64.decode41 OK 0101 1110 --1- ---- 11-1 11-- ---- ---- # FMULX/FRECPS/FRSQRTS (scalar)
42 OK 0101 1110 -10- ---- 00-1 11-- ---- ---- # FMULX/FRECPS/FRSQRTS (scalar, FP16)
43 OK 01-1 1110 1-10 0001 11-1 10-- ---- ---- # FRECPE/FRSQRTE/FRECPX (scalar)
44 OK 01-1 1110 1111 1001 11-1 10-- ---- ---- # FRECPE/FRSQRTE/FRECPX (scalar, FP16)
/openbmc/linux/arch/arm/crypto/
H A Dcurve25519-glue.c29 const u8 scalar[CURVE25519_KEY_SIZE], in curve25519_arch()
34 curve25519_neon(out, scalar, point); in curve25519_arch()
37 curve25519_generic(out, scalar, point); in curve25519_arch()
/openbmc/linux/include/crypto/
H A Dcurve25519.h21 const u8 scalar[CURVE25519_KEY_SIZE],
25 const u8 scalar[CURVE25519_KEY_SIZE],
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcapture/
H A Dlibcapture-tiny-perl_0.50.bb35 perl-module-perlio-scalar \
36 perl-module-scalar-util \
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_paired_singles.c492 int reg_in3, int scalar, in kvmppc_ps_three_in() argument
510 if (scalar & SCALAR_LOW) in kvmppc_ps_three_in()
518 if (!(scalar & SCALAR_NO_PS0)) in kvmppc_ps_three_in()
526 if (scalar & SCALAR_HIGH) in kvmppc_ps_three_in()
529 if (!(scalar & SCALAR_NO_PS1)) in kvmppc_ps_three_in()
540 int scalar, in kvmppc_ps_two_in() argument
557 if (scalar & SCALAR_LOW) in kvmppc_ps_two_in()
564 if (!(scalar & SCALAR_NO_PS0)) { in kvmppc_ps_two_in()
575 if (scalar & SCALAR_HIGH) in kvmppc_ps_two_in()
580 if (!(scalar & SCALAR_NO_PS1)) { in kvmppc_ps_two_in()
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libio/
H A Dlibio-socket-ssl-perl_2.089.bb20 perl-module-scalar-util \
48 perl-module-perlio-scalar \
H A Dlibio-stringy-perl_2.111.bb22 libio-scalar-perl \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/
H A Dlibdbi-perl_1.646.bb41 perl-module-scalar-util \
58 perl-module-perlio-scalar \
H A Dexiftool_12.89.bb20 perl-module-scalar-util \
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/
H A D0005-Modify-vg_test-wrapper-to-support-PTEST-formats.patch166 @stdout_exps = ( "/dev/null" ) if (0 == scalar @stdout_exps);
175 (0 != scalar @stderr_exps) or die "Could not find `$name.stderr.exp*'\n";
184 @stdoutB_exps = ( "/dev/null" ) if (0 == scalar @stdoutB_exps);
193 (0 != scalar @stderrB_exps) or die "Could not find `$name.stderrB.exp*'\n";
202 @post_exps = ( "/dev/null" ) if (0 == scalar @post_exps);
/openbmc/qemu/scripts/qapi/
H A Dvisit.py44 def gen_visit_decl(name: str, scalar: bool = False) -> str:
46 if not scalar:
380 self._genh.add(gen_visit_decl(name, scalar=True))
/openbmc/linux/lib/crypto/
H A Dcurve25519-hacl64.c529 u64 scalar; in addanddouble_fmonty() local
535 scalar = 121665; in addanddouble_fmonty()
536 fscalar(zzz, zz, scalar); in addanddouble_fmonty()
745 static __always_inline void format_scalar_of_point(u8 *scalar, u64 *point) in format_scalar_of_point() argument
754 format_fcontract(scalar, sc); in format_scalar_of_point()
770 u8 *scalar; in curve25519_generic() local
773 scalar = e; in curve25519_generic()
779 ladder_cmult(nq, scalar, q); in curve25519_generic()
/openbmc/qemu/tests/qapi-schema/
H A Dalternate-conflict-string.json1 # alternate branches of 'str' type conflict with all scalar types
H A Dalternate-conflict-bool-string.json1 # alternate branches of 'str' type conflict with all scalar types
H A Dalternate-conflict-num-string.json1 # alternate branches of 'str' type conflict with all scalar types
/openbmc/u-boot/drivers/spi/
H A Ddavinci_spi.c247 unsigned int mode = 0, scalar; in __davinci_spi_claim_bus() local
262 scalar = ((CONFIG_SYS_SPI_CLK / ds->freq) - 1) & 0xFF; in __davinci_spi_claim_bus()
273 writel(8 | (scalar << SPIFMT_PRESCALE_SHIFT) | in __davinci_spi_claim_bus()
/openbmc/pldm/libpldmresponder/
H A Dbios_table.cpp215 uint32_t scalar; in decodeIntegerEntry() local
217 pldm_bios_table_attr_entry_integer_decode(entry, &lower, &upper, &scalar, in decodeIntegerEntry()
219 return {lower, upper, scalar, def}; in decodeIntegerEntry()
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libenv/
H A Dlibenv-perl_1.04.bb4 variables to be treated as scalar or array variables."
/openbmc/openbmc/poky/meta/recipes-extended/perl/
H A Dlibconvert-asn1-perl_0.34.bb19 …perl-module-socket perl-module-time-local perl-module-posix perl-module-scalar-util perl-module-te…
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libextutils/
H A Dlibextutils-cppguess-perl_0.27.bb26 perl-module-scalar-util \
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libmoo/
H A Dlibmoo-perl_2.005005.bb26 perl-module-scalar-util \
/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Dnativesdk-buildtools-perl-dummy.bb26 nativesdk-perl-module-scalar-util \

1234