| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
| D | RegisterInfoPOSIX_arm.h | 34 } floats; member
|
| D | RegisterContextDarwin_arm.h | 103 } floats; member
|
| D | RegisterContextDarwin_arm.cpp | 1127 value.SetUInt32(fpu.floats.s[reg], RegisterValue::eTypeFloat); in ReadRegister() 1215 fpu.floats.s[reg] = value.GetAsUInt32(); in WriteRegister()
|
| /openbsd/src/gnu/usr.bin/binutils/gas/doc/ |
| D | c-mips.texi | 215 @item --construct-floats 216 @itemx --no-construct-floats 217 @cindex --construct-floats 218 @cindex --no-construct-floats 219 The @code{--no-construct-floats} option disables the construction of 227 By default @code{--construct-floats} is selected, allowing construction
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUInstrInfo.td | 136 // out = max(a, b) a and b are floats, where a nan comparison fails. 148 // out = min(a, b) a and b are floats, where a nan comparison fails. 155 // out = max(a, b, c) a, b and c are floats 170 // out = min(a, b, c) a, b and c are floats
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/ia64/ |
| D | t-hpux | 10 # Support routines for HP-UX 128 bit floats.
|
| /openbsd/src/gnu/gcc/gcc/config/ia64/ |
| D | t-hpux | 16 # Support routines for HP-UX 128 bit floats.
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/doc/ |
| D | c-mips.texi | 239 @item --construct-floats 240 @itemx --no-construct-floats 241 @cindex --construct-floats 242 @cindex --no-construct-floats 243 The @code{--no-construct-floats} option disables the construction of 251 By default @code{--construct-floats} is selected, allowing construction
|
| /openbsd/src/gnu/gcc/gcc/config/c4x/ |
| D | c4x.c | 517 cum->floats = cum->ints = 0; in c4x_init_cumulative_args() 565 cum->floats++; in c4x_init_cumulative_args() 602 cum->floats++; in c4x_function_arg_advance() 611 cum->floats++; in c4x_function_arg_advance() 641 cum->maxfloats = (cum->floats > 2) ? 2 : cum->floats; in c4x_function_arg() 652 cum->ints = cum->floats = 0; in c4x_function_arg() 669 if (cum->floats < cum->maxfloats) in c4x_function_arg() 670 reg = c4x_fp_reglist[cum->floats]; in c4x_function_arg() 689 reg = c4x_fp_reglist[cum->floats]; in c4x_function_arg()
|
| D | c4x.h | 926 int floats; member
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/c4x/ |
| D | c4x.c | 515 cum->floats = cum->ints = 0; 563 cum->floats++; 603 cum->floats++; 612 cum->floats++; 645 cum->maxfloats = (cum->floats > 2) ? 2 : cum->floats; 656 cum->ints = cum->floats = 0; 673 if (cum->floats < cum->maxfloats) 674 reg = c4x_fp_reglist[cum->floats]; 693 reg = c4x_fp_reglist[cum->floats];
|
| /openbsd/src/gnu/llvm/lldb/examples/python/ |
| D | gdbremote.py | 1285 def calculate_mean_and_standard_deviation(floats): argument 1287 count = len(floats) 1290 for f in floats: 1294 for f in floats:
|
| /openbsd/src/gnu/gcc/gcc/config/m32c/ |
| D | m32c.abi | 55 structs, floats, etc). Otherwise, it's passed on the stack.
|
| /openbsd/src/gnu/llvm/lldb/bindings/interface/ |
| D | SBData.i | 295 …floats = property(_read_all_float, None, doc='''A read only property that returns an array with al…
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Sparc/ |
| D | SparcCallingConv.td | 62 // struct containing two floats would thus be passed in %f0 and %f1, while two
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/ |
| D | README-X86-64.txt | 177 Other optimizations involving functions which use va_arg on floats which don't
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/po/ |
| D | ja.po | 257 "%s: ERROR: passes floats in float registers whereas target %s uses integer " 266 "%s: ERROR: passes floats in integer registers whereas target %s uses float " 310 msgid " [floats passed in float registers]" 314 msgid " [floats passed in integer registers]" 796 "Error: %s passes floats in FP registers, whereas %s passes them in integer " 805 "Error: %s passes floats in integer registers, whereas %s passes them in FP "
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/po/ |
| D | ja.po | 257 "%s: ERROR: passes floats in float registers whereas target %s uses integer " 266 "%s: ERROR: passes floats in integer registers whereas target %s uses float " 310 msgid " [floats passed in float registers]" 314 msgid " [floats passed in integer registers]" 796 "Error: %s passes floats in FP registers, whereas %s passes them in integer " 805 "Error: %s passes floats in integer registers, whereas %s passes them in FP "
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlnumber.pod | 37 powers of 2. However, "native" floats have a most fundamental
|
| /openbsd/src/gnu/gcc/gcc/config/pdp11/ |
| D | pdp11.md | 36 ;; currently we only support df floats, which saves us quite some 42 ;; (we don't even let sf floats in the register file, so 51 ;; the floats in a way the assembler can handle it (and
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/pdp11/ |
| D | pdp11.md | 36 ;; currently we only support df floats, which saves us quite some 42 ;; (we don't even let sf floats in the register file, so 51 ;; the floats in a way the assembler can handle it (and
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyInstrInfo.td | 131 // symbols), so specialize one for floats:
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_common_interceptors_format.inc | 144 // Printf promotes floats to doubles but scanf does not
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| D | PPCCallingConv.td | 121 // Only handle ints and floats. All ints are promoted to i64.
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Mips/ |
| D | MipsCallingConv.td | 100 // type was a vector of floats.
|