Searched refs:sraw (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/sys/dev/i2c/ |
| H A D | sensirion_voc_algorithm.c | 309 VocAlgorithmParams* params, fix16_t sraw, fix16_t voc_index_from_prior); 321 fix16_t sraw); 396 void VocAlgorithm_process(VocAlgorithmParams* params, int32_t sraw, in VocAlgorithm_process() argument 403 if (((sraw > 0) && (sraw < 65000))) { in VocAlgorithm_process() 404 if ((sraw < 20001)) { in VocAlgorithm_process() 405 sraw = 20001; in VocAlgorithm_process() 406 } else if ((sraw > 52767)) { in VocAlgorithm_process() 407 sraw = 52767; in VocAlgorithm_process() 409 params->mSraw = (fix16_from_int((sraw - 20000))); in VocAlgorithm_process() 595 VocAlgorithmParams* params, fix16_t sraw, fix16_t voc_index_from_prior) { in VocAlgorithm__mean_variance_estimator__process() argument [all …]
|
| H A D | sensirion_voc_algorithm.h | 188 void VocAlgorithm_process(VocAlgorithmParams* params, int32_t sraw,
|
| /netbsd-src/sys/arch/riscv/include/ |
| H A D | asm.h | 211 #define INT_SRAV sraw
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.td | 602 def SRAW : ALUW_rr<0b0100000, 0b101, "sraw">, 829 def : InstAlias<"sraw $rd, $rs1, $shamt",
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/opcode/ |
| H A D | riscv-opc.h | 2579 DECLARE_INSN(sraw, MATCH_SRAW, MASK_SRAW)
|
| /netbsd-src/external/gpl3/binutils/dist/include/opcode/ |
| H A D | riscv-opc.h | 3534 DECLARE_INSN(sraw, MATCH_SRAW, MASK_SRAW)
|
| /netbsd-src/external/gpl3/gdb/dist/sim/ppc/ |
| H A D | ChangeLog-2021 | 1684 * ppc-instructions (sraw, slw, srw): From Charles Lefurgy, Fix 1686 in sraw.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.td | 2683 "sraw", "$rA, $rS, $rB", IIC_IntShift,
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| H A D | rs6000.md | 4547 "sraw%I2 %0,%1,%h2"
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | rs6000.md | 4818 "sraw%I2 %0,%1,%h2"
|