| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | lynx-nat.c | 108 #define FX(ENTRY)(offsetof(struct fcontext, ENTRY)) macro 134 FX (f.fregs[0]), /* f0 */ 135 FX (f.fregs[1]), 136 FX (f.fregs[2]), 137 FX (f.fregs[3]), 138 FX (f.fregs[4]), 139 FX (f.fregs[5]), 140 FX (f.fregs[6]), 141 FX (f.fregs[7]), 142 FX (f.fregs[8]), [all …]
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | alliant | 4 # alliant: file(1) magic for Alliant FX series a.out files 6 # If the FX series is the one that had a processor with a 68K-derived
|
| H A D | sysex | 163 >>>4 byte 0x05 EFXR (FX Parameter Request) 164 >>>4 byte 0x15 EFXD (FX Parameter Dump) 165 >>>4 byte 0x25 EFXP (FX Parameter Parameter Change) 166 >>>4 byte 0x35 EFXQ (FX Parameter Parameter Inquiry)
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | OptionalDiagnostic.h | 66 OptionalDiagnostic &operator<<(const llvm::APFixedPoint &FX) { 69 FX.toString(Buffer);
|
| H A D | APValue.h | 316 explicit APValue(APFixedPoint FX) : Kind(None) { 317 MakeFixedPoint(std::move(FX)); 588 void setFixedPoint(APFixedPoint FX) { 590 *(APFixedPoint *)(char *)&Data = std::move(FX); 635 void MakeFixedPoint(APFixedPoint &&FX) { 637 new ((void *)(char *)&Data) APFixedPoint(std::move(FX));
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCScheduleP10.td | 278 // A FX pipeline may take from 2 to 3 cycles to complete. 379 // Save 1 cycles if pipeline BR reads the data from pipelines FX, F2. 391 // Save 1 cycles if pipeline F2 reads the data from pipelines ST, SX, FX, F2, PM. 394 // Save 1 cycles if pipeline FX reads the data from pipelines ST, SX, FX, F2, PM. 397 // Save 1 cycles if pipeline LD reads the data from pipelines ST, SX, FX, F2. 403 // Save 1 cycles if pipeline PM reads the data from pipelines ST, SX, FX, F2, PM. 406 // Save 1 cycles if pipeline ST reads the data from pipelines ST, SX, FX, F2, PM. 409 // Save 1 cycles if pipeline SX reads the data from pipelines ST, SX, FX, F2, PM, MM.
|
| H A D | PPCScheduleP7.td | 33 def P7_FX1 : FuncUnit; // FX pipeline 1 34 def P7_FX2 : FuncUnit; // FX pipeline 2 45 // Each LSU pipeline can also execute FX add and logical instructions. 51 // FX loads have a two cycle load-to-use latency (so one "bubble" cycle). 54 // Frequent FX ops. take only one cycle and results can be used again in the 55 // next cycle (there is a self-bypass). Getting results from the other FX 59 // (instead of 3 cycles on the POWER6). VSU XS handles vector FX-style ops.
|
| /openbsd-src/gnu/lib/libiberty/src/ |
| H A D | md5.c | 350 a += FX (b, c, d) + correct_words[k] + T; \ in md5_process_block() 356 #define FX(b, c, d) FG (b, c, d) in md5_process_block() macro 376 #undef FX in md5_process_block() 377 #define FX(b, c, d) FH (b, c, d) in md5_process_block() macro 397 #undef FX in md5_process_block() 398 #define FX(b, c, d) FI (b, c, d) in md5_process_block() macro
|
| /openbsd-src/gnu/llvm/llvm/docs/AMDGPU/ |
| H A D | gfx900_fx_operand.rst | 10 FX Operand
|
| H A D | gfx906_fx_operand.rst | 10 FX Operand
|
| H A D | gfx904_fx_operand.rst | 10 FX Operand
|
| H A D | gfx90a_fx_operand.rst | 10 FX Operand
|
| H A D | gfx10_fx_operand.rst | 10 FX Operand
|
| H A D | gfx908_fx_operand.rst | 10 FX Operand
|
| H A D | gfx11_fx_operand.rst | 10 FX Operand
|
| H A D | gfx1030_fx_operand.rst | 10 FX Operand
|
| H A D | gfx940_fx_operand.rst | 10 FX Operand
|
| /openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/ |
| H A D | 2331.crt | 14 GHdXGiz44HnP9u2iMIi3ZnBSqEMDMHWnzEtItV4/0f5R3OZUFrFJaQwzXIX6x+FX
|
| H A D | 3514.crt | 13 iR3Q/FX+nQE18ADl58GW/28su3A52rTIhmK6ZoUe57dIyBd8MFZfhmiybpm9jO/y
|
| H A D | 2585.key | 11 0gaCv2Mzmy74eqJmvE+Qp8w54dZsZoOVCc297Ei+6eQ4KG3xbCVY60+JT/bTi/FX
|
| H A D | 3419.key | 12 FX/F/1MSTrN/2s3iiZpS0/O9z74msNKoT4ZDA564q7tf6ZFAVRZiISKRFa2b6r4I
|
| H A D | 2403.chain | 12 NBZKCN6wesgBekC/5FX/sZIOx1TVYm25RenFks07fIEgV7Q1fjEl2tLV7eAle2zU
|
| H A D | 1381.chain | 38 jWIm+6FX+WhsVgkp2j0/LUU9i7x/PdGZoGu7FxdRjqixB1abVdeG9dwq8T1Yw7TE
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | APFixedPoint.h | 292 inline raw_ostream &operator<<(raw_ostream &OS, const APFixedPoint &FX) { 293 OS << FX.toString();
|
| /openbsd-src/sys/dev/microcode/symbol/ |
| H A D | eprimsym | 13 …a#X���"����bC̄����dAՀdCeAFdX�Ɂ���ga#X���`d@KK��`A�"�%D#���fEHcȄ+FX�eFɁ���ga#X��d@E…
|