Home
last modified time | relevance | path

Searched refs:floating (Results 1 – 21 of 21) sorted by relevance

/qemu/hw/gpio/
A Dpl061.c122 uint8_t floating; in pl061_floating() local
129 floating = ~(s->pur | s->pdr); in pl061_floating()
131 floating = ~(s->pullups | s->pulldowns); in pl061_floating()
133 return floating & ~s->dir; in pl061_floating()
164 uint8_t floating = pl061_floating(s); in pl061_update() local
167 pullups, floating); in pl061_update()
175 out = (s->data & s->dir) | pullups | (s->old_out_data & floating); in pl061_update()
491 uint8_t floating = pl061_floating(s); in pl061_hold_reset() local
495 if (extract32(floating, i, 1)) { in pl061_hold_reset()
A Dtrace-events21 …r, uint32_t data, uint32_t pullups, uint32_t floating) "%s GPIODIR 0x%x GPIODATA 0x%x pullups 0x%x…
/qemu/target/arm/tcg/
A Dsve.decode390 # SVE floating-point compare vectors
490 # SVE floating-point exponential accelerator
494 # SVE floating-point trig select coefficient
970 # SVE floating-point multiply-add (indexed)
980 # SVE floating-point multiply (indexed)
1070 # SVE floating-point convert precision
1079 # SVE floating-point convert to integer
1104 # SVE floating-point unary operations
1108 # SVE integer convert to floating-point
1557 ## SVE2 floating-point pairwise operations
[all …]
A Dvfp.decode218 # VCVT from integer to floating point: Vm always single; Vd depends on size
229 # VCVT between floating-point and fixed-point. The immediate value
A Dsme-fa64.decode55 # -001 111- ---- ---- ---- ---- ---- ---- # Scalar floating-point operations
A Dmve.decode791 # floating-point <-> fixed-point conversions. Naming convention:
810 # VCVT between floating point and integer (halfprec and single);
817 # VCVT from floating point to integer with specified rounding mode
/qemu/fpu/
A Dsoftfloat-specialize.c.inc114 | For the deconstructed floating-point with fraction FRAC, return true
129 | The pattern for a default generated deconstructed floating-point NaN.
155 * do not have floating-point.
178 * in the quad-floating format. If the low bit is set, assume we
195 | floating-point parts.
259 | Returns 1 if the half-precision floating-point value `a' is a quiet
298 | Returns 1 if the half-precision floating-point value `a' is a signaling
336 | Returns 1 if the single-precision floating-point value `a' is a quiet
680 | Returns 1 if the double-precision floating-point value `a' is a quiet
771 | floating point value `a'.
[all …]
A Dsoftfloat-parts.c.inc139 * Round and uncanonicalize a floating-point number by parts. There
336 * floating-point values `a' and `b'. The operation is performed
416 * Returns the result of multiplying the floating-point values `a' and
467 * Returns the result of multiplying the floating-point values `a' and
594 * Returns the result of dividing the floating-point value `a' by the
895 * Rounds the floating-point value `a' to an integer, and returns the
896 * result as a floating-point value. The operation is performed
1052 * Returns the result of converting the floating-point value `a' to
1118 * Returns the result of converting the floating-point value `a' to
1267 * to the floating-point format. The conversion is performed according
[all …]
/qemu/linux-user/arm/nwfpe/
A Dfpa11.inl23 /* Read and write floating point status register */
37 /* Read and write floating point control register */
/qemu/docs/system/arm/
A Demulation.rst65 - FEAT_FP16 (Half-precision floating-point data processing)
131 - FEAT_SME_F64F64 (Double-precision floating-point outer product instructions)
182 - HP (Half-precision floating-point instructions)
/qemu/target/ppc/
A Dtrace-events36 ppc_excp_fp_ignore(void) "Ignore floating point exception"
/qemu/target/s390x/
A Dcpu_features_def.h.inc62 DEF_FEAT(DFP, "dfp", STFL, 42, "DFP (decimal-floating-point) facility")
63 DEF_FEAT(DFP_FAST, "dfphp", STFL, 43, "DFP (decimal-floating-point) facility has high performance")
67 DEF_FEAT(DFP_ZONED_CONVERSION, "dfpzc", STFL, 48, "Decimal-floating-point zoned-conversion facility…
90 DEF_FEAT(DFP_PACKED_CONVERSION, "dfppc", STFL, 80, "Decimal-floating-point packed-conversion facili…
/qemu/target/ppc/translate/
A Dspe-impl.c.inc875 /*** SPE floating-point extension ***/
977 /* Single precision floating-point vectors operations */
1053 /* Single precision floating-point operations */
1112 /* Double precision floating-point operations */
A Dfp-impl.c.inc652 /* XXX: we pretend we can only do IEEE floating-point computations */
/qemu/qapi/
A Daudio.json436 # @f32: single precision floating-point (since 5.0)
/qemu/target/sparc/
A Dinsns.decode26 ## Major Opcode 10 -- integer, floating-point, vis, and system insns.
/qemu/target/riscv/insn_trans/
A Dtrans_rvv.c.inc2219 * If the current SEW does not correspond to a supported IEEE floating-point
2294 * If the current SEW does not correspond to a supported IEEE floating-point
2518 * If the current SEW does not correspond to a supported IEEE floating-point
2686 * If the current SEW does not correspond to a supported IEEE floating-point
2789 * If the current SEW does not correspond to a supported IEEE floating-point
/qemu/docs/devel/
A Dtracing.rst133 * Avoid floating point types (float and double) because SystemTap does not
/qemu/target/mips/tcg/
A Dmicromips_translate.c.inc1480 /* Integer to floating-point conversion */
1587 /* Conditional moves on floating-point codes */
/qemu/target/hexagon/idef-parser/
A DREADME.rst705 instructions and floating point instructions, which will require the extension
/qemu/
A DMAINTAINERS2736 S390 floating interrupt controller

Completed in 51 milliseconds