Searched refs:floating (Results 1 – 21 of 21) sorted by relevance
| /qemu/hw/gpio/ |
| A D | pl061.c | 122 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 D | trace-events | 21 …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 D | sve.decode | 390 # 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 D | vfp.decode | 218 # 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 D | sme-fa64.decode | 55 # -001 111- ---- ---- ---- ---- ---- ---- # Scalar floating-point operations
|
| A D | mve.decode | 791 # 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 D | softfloat-specialize.c.inc | 114 | 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 D | softfloat-parts.c.inc | 139 * 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 D | fpa11.inl | 23 /* Read and write floating point status register */ 37 /* Read and write floating point control register */
|
| /qemu/docs/system/arm/ |
| A D | emulation.rst | 65 - 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 D | trace-events | 36 ppc_excp_fp_ignore(void) "Ignore floating point exception"
|
| /qemu/target/s390x/ |
| A D | cpu_features_def.h.inc | 62 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 D | spe-impl.c.inc | 875 /*** SPE floating-point extension ***/ 977 /* Single precision floating-point vectors operations */ 1053 /* Single precision floating-point operations */ 1112 /* Double precision floating-point operations */
|
| A D | fp-impl.c.inc | 652 /* XXX: we pretend we can only do IEEE floating-point computations */
|
| /qemu/qapi/ |
| A D | audio.json | 436 # @f32: single precision floating-point (since 5.0)
|
| /qemu/target/sparc/ |
| A D | insns.decode | 26 ## Major Opcode 10 -- integer, floating-point, vis, and system insns.
|
| /qemu/target/riscv/insn_trans/ |
| A D | trans_rvv.c.inc | 2219 * 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 D | tracing.rst | 133 * Avoid floating point types (float and double) because SystemTap does not
|
| /qemu/target/mips/tcg/ |
| A D | micromips_translate.c.inc | 1480 /* Integer to floating-point conversion */ 1587 /* Conditional moves on floating-point codes */
|
| /qemu/target/hexagon/idef-parser/ |
| A D | README.rst | 705 instructions and floating point instructions, which will require the extension
|
| /qemu/ |
| A D | MAINTAINERS | 2736 S390 floating interrupt controller
|
Completed in 51 milliseconds