text
stringlengths
9
39.2M
dir
stringlengths
25
226
lang
stringclasses
163 values
created_date
timestamp[s]
updated_date
timestamp[s]
repo_name
stringclasses
751 values
repo_full_name
stringclasses
752 values
star
int64
1.01k
183k
len_tokens
int64
1
18.5M
```c++ #ifndef QT_SETTINGS_HPP #define QT_SETTINGS_HPP #include <QDialog> namespace Ui { class Settings; } class SettingsMachine; class SettingsDisplay; class SettingsInput; class SettingsSound; class SettingsNetwork; class SettingsPorts; class SettingsStorageControllers; class SettingsHarddisks; class SettingsFlopp...
/content/code_sandbox/src/qt/qt_settings.hpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
234
```xml <?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>SettingsNetwork</class> <widget class="QWidget" name="SettingsNetwork"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>548</width> <height>488</height> </rect> </property> <property name="windowTitle"> <...
/content/code_sandbox/src/qt/qt_settingsnetwork.ui
xml
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
4,364
```c++ /**************************************************************************** ** ** ** "Redistribution and use in source and binary forms, with or without ** modification, are permitted provided that the following conditions are ** met: ** * Redistributions of source code must retain the above copyright ** ...
/content/code_sandbox/src/qt/qt_vulkanrenderer.cpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
9,569
```c++ #ifdef EVDEV_INPUT void evdev_init(); #endif ```
/content/code_sandbox/src/qt/evdev_mouse.hpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
13
```c++ /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86Box ...
/content/code_sandbox/src/qt/qt_mainwindow.cpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
16,519
```c++ #ifndef QT_SETTINGSOTHERPERIPHERALS_HPP #define QT_SETTINGSOTHERPERIPHERALS_HPP #include <QWidget> namespace Ui { class SettingsOtherPeripherals; } class SettingsOtherPeripherals : public QWidget { Q_OBJECT public: explicit SettingsOtherPeripherals(QWidget *parent = nullptr); ~SettingsOtherPeriph...
/content/code_sandbox/src/qt/qt_settingsotherperipherals.hpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
265
```c++ /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86Box ...
/content/code_sandbox/src/qt/qt_winmanagerfilter.hpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
290
```c++ /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86Box ...
/content/code_sandbox/src/qt/qt_settings_bus_tracking.cpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
2,277
```c++ #include "qt_mcadevicelist.hpp" #include "ui_qt_mcadevicelist.h" extern "C" { #include <86box/86box.h> #include <86box/video.h> #include <86box/mca.h> #include <86box/plat.h> } MCADeviceList::MCADeviceList(QWidget *parent) : QDialog(parent) , ui(new Ui::MCADeviceList) { ui->setupUi(this); star...
/content/code_sandbox/src/qt/qt_mcadevicelist.cpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
290
```xml <?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>JoystickConfiguration</class> <widget class="QDialog" name="JoystickConfiguration"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>400</width> <height>300</height> </rect> </property> <property name="window...
/content/code_sandbox/src/qt/qt_joystickconfiguration.ui
xml
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
659
```c++ /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86Box ...
/content/code_sandbox/src/qt/qt_machinestatus.cpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
6,879
```c++ /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86Box ...
/content/code_sandbox/src/qt/qt_settingsfloppycdrom.cpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
4,197
```c++ #ifndef QT_SETTINGSHARDDISKS_HPP #define QT_SETTINGSHARDDISKS_HPP #include <QWidget> namespace Ui { class SettingsHarddisks; } class SettingsHarddisks : public QWidget { Q_OBJECT public: explicit SettingsHarddisks(QWidget *parent = nullptr); ~SettingsHarddisks(); void reloadBusChannels(); ...
/content/code_sandbox/src/qt/qt_settingsharddisks.hpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
199
```c++ #ifndef QT_UTIL_HPP #define QT_UTIL_HPP #include <QString> #include <QWidget> #include <initializer_list> class QScreen; namespace util { static constexpr auto UUID_MIN_LENGTH = 36; /* Creates extension list for qt filedialog */ QString DlgFilter(std::initializer_list<QString> extensions, bool last = false); ...
/content/code_sandbox/src/qt/qt_util.hpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
115
```xml <?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>SpecifyDimensions</class> <widget class="QDialog" name="SpecifyDimensions"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>388</width> <height>158</height> </rect> </property> <property name="windowTitle"> ...
/content/code_sandbox/src/qt/qt_specifydimensions.ui
xml
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
673
```xml <?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>NewFloppyDialog</class> <widget class="QDialog" name="NewFloppyDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>327</width> <height>200</height> </rect> </property> <property name="minimumSize"> <...
/content/code_sandbox/src/qt/qt_newfloppydialog.ui
xml
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
1,134
```c++ #ifndef SOFTWARERENDERER_HPP #define SOFTWARERENDERER_HPP #include <QWidget> #include <QRasterWindow> #include <QPaintDevice> #include <array> #include <atomic> #include "qt_renderercommon.hpp" class SoftwareRenderer : #ifdef __HAIKU__ public QWidget, #else public QRasterWindow, #endif public Rende...
/content/code_sandbox/src/qt/qt_softwarerenderer.hpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
224
```xml <?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>DeviceConfig</class> <widget class="QDialog" name="DeviceConfig"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>400</width> <height>300</height> </rect> </property> <property name="windowTitle"> <string...
/content/code_sandbox/src/qt/qt_deviceconfig.ui
xml
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
508
```c++ #ifndef QT_SETTINGSNETWORK_HPP #define QT_SETTINGSNETWORK_HPP #include <QWidget> namespace Ui { class SettingsNetwork; } class SettingsNetwork : public QWidget { Q_OBJECT public: explicit SettingsNetwork(QWidget *parent = nullptr); ~SettingsNetwork(); void save(); public slots: void onC...
/content/code_sandbox/src/qt/qt_settingsnetwork.hpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
152
```c++ /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86Box ...
/content/code_sandbox/src/qt/qt_deviceconfig.cpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
3,735
```c++ /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86Box ...
/content/code_sandbox/src/qt/xkbcommon_keyboard.hpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
142
```c /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86Box di...
/content/code_sandbox/src/qt/win_cdrom_ioctl.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
4,014
```xml <?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>MainWindow</class> <widget class="QMainWindow" name="MainWindow"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>724</width> <height>427</height> </rect> </property> <property name="windowTitle"> <string...
/content/code_sandbox/src/qt/qt_mainwindow.ui
xml
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
6,970
```c++ /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86Box ...
/content/code_sandbox/src/qt/qt_winrawinputfilter.hpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
494
```c++ /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86Box ...
/content/code_sandbox/src/qt/qt_hardwarerenderer.cpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
2,605
```c++ /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86Box ...
/content/code_sandbox/src/qt/qt_mediahistorymanager.cpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
2,467
```c++ /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86Box ...
/content/code_sandbox/src/qt/qt_opengloptionsdialog.hpp
c++
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
269
```xml <?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>HarddiskDialog</class> <widget class="QDialog" name="HarddiskDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>421</width> <height>269</height> </rect> </property> <property name="sizePolicy"> <siz...
/content/code_sandbox/src/qt/qt_harddiskdialog.ui
xml
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
2,413
```gettext catalog msgid "" msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Language: uk_UA\n" "X-Source-Language: en_US\n" msgid "&Action" msgstr "&" msgid "&Keyboard requires capture" msgstr "& " msgid "&Right CTRL is left ALT" msgstr "& CTRL - ...
/content/code_sandbox/src/qt/languages/uk-UA.po
gettext catalog
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
5,634
```gettext catalog msgid "" msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Language: tr_TR\n" "X-Source-Language: en_US\n" msgid "&Action" msgstr "&Komutlar" msgid "&Keyboard requires capture" msgstr "&Klavye sadece fare yakalandnda alsn" msgid "&Ri...
/content/code_sandbox/src/qt/languages/tr-TR.po
gettext catalog
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
7,553
```gettext catalog msgid "" msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Language: zh_CN\n" "X-Source-Language: en_US\n" msgid "&Action" msgstr "(&A)" msgid "&Keyboard requires capture" msgstr "(&K)" msgid "&Right CTRL is left ALT" msgstr " CTRL ...
/content/code_sandbox/src/qt/languages/zh-CN.po
gettext catalog
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
5,660
```gettext catalog msgid "" msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Language: fr_FR\n" "X-Source-Language: en_US\n" msgid "&Action" msgstr "&Action" msgid "&Keyboard requires capture" msgstr "&Capturer le clavier" msgid "&Right CTRL is left A...
/content/code_sandbox/src/qt/languages/fr-FR.po
gettext catalog
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
7,339
```gettext catalog msgid "" msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Language: hu_HU\n" "X-Source-Language: en_US\n" msgid "&Action" msgstr "&Mvelet" msgid "&Keyboard requires capture" msgstr "A &billentyzet elfogst ignyel" msgid "&Right CTRL ...
/content/code_sandbox/src/qt/languages/hu-HU.po
gettext catalog
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
7,955
```gettext catalog msgid "" msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Language: pt_PT\n" "X-Source-Language: en_US\n" msgid "&Action" msgstr "&Ao" msgid "&Keyboard requires capture" msgstr "&Teclado requere captura" msgid "&Right CTRL is left A...
/content/code_sandbox/src/qt/languages/pt-PT.po
gettext catalog
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
7,351
```gettext catalog msgid "" msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Language: sl_SI\n" "X-Source-Language: en_US\n" msgid "&Action" msgstr "&Dejanja" msgid "&Keyboard requires capture" msgstr "&Tipkovnica potrebuje zajem" msgid "&Right CTRL i...
/content/code_sandbox/src/qt/languages/sl-SI.po
gettext catalog
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
7,851
```gettext catalog msgid "" msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Language: it_IT\n" "X-Source-Language: en_US\n" msgid "&Action" msgstr "&Azione" msgid "&Keyboard requires capture" msgstr "&Tastiera richiede la cattura" msgid "&Right CTRL ...
/content/code_sandbox/src/qt/languages/it-IT.po
gettext catalog
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
7,501
```gettext catalog msgid "" msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Language: es_ES\n" "X-Source-Language: en_US\n" msgid "&Action" msgstr "&Accin" msgid "&Keyboard requires capture" msgstr "&Teclado requiere captura" msgid "&Right CTRL is le...
/content/code_sandbox/src/qt/languages/es-ES.po
gettext catalog
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
7,223
```gettext catalog msgid "" msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Language: en_GB\n" "X-Source-Language: en_US\n" msgid "RGB &Color" msgstr "RGB &Colour" msgid "&RGB Grayscale" msgstr "&RGB Greyscale" msgid "Time synchronization" msgstr "Ti...
/content/code_sandbox/src/qt/languages/en-GB.po
gettext catalog
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
393
```gettext catalog msgid "" msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Language: en_US\n" "X-Source-Language: en_US\n" ```
/content/code_sandbox/src/qt/languages/en-US.po
gettext catalog
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
58
```gettext catalog msgid "" msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Language: de_DE\n" "X-Source-Language: en_US\n" msgid "&Action" msgstr "&Aktionen" msgid "&Keyboard requires capture" msgstr "&Tastatur bentigt das Einfangen des Mauszeigers" ...
/content/code_sandbox/src/qt/languages/de-DE.po
gettext catalog
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
7,483
```gettext catalog msgid "" msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Language: ja_JP\n" "X-Source-Language: en_US\n" msgid "&Action" msgstr "(&A)" msgid "&Keyboard requires capture" msgstr "(&K)" msgid "&Right CTRL is left ALT" msgstr "CTRLALT...
/content/code_sandbox/src/qt/languages/ja-JP.po
gettext catalog
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
5,470
```gettext catalog msgid "" msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Language: pt_BR\n" "X-Source-Language: en_US\n" msgid "&Action" msgstr "&Ao" msgid "&Keyboard requires capture" msgstr "&Teclado requer captura" msgid "&Right CTRL is left AL...
/content/code_sandbox/src/qt/languages/pt-BR.po
gettext catalog
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
7,513
```gettext catalog msgid "" msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Language: pl_PL\n" "X-Source-Language: en_US\n" msgid "&Action" msgstr "&Akcje" msgid "&Keyboard requires capture" msgstr "&Klawaitura wymaga przechwytu myszy" msgid "&Right ...
/content/code_sandbox/src/qt/languages/pl-PL.po
gettext catalog
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
7,760
```gettext catalog msgid "" msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Language: zh_TW\n" "X-Source-Language: en_US\n" msgid "&Action" msgstr "(&A)" msgid "&Keyboard requires capture" msgstr "(&K)" msgid "&Right CTRL is left ALT" msgstr " CTRL ...
/content/code_sandbox/src/qt/languages/zh-TW.po
gettext catalog
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
5,742
```gettext catalog msgid "" msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Language: hr_HR\n" "X-Source-Language: en_US\n" msgid "&Action" msgstr "&Radnje" msgid "&Keyboard requires capture" msgstr "&Tipkovnica zahtijeva hvatanje mia" msgid "&Right ...
/content/code_sandbox/src/qt/languages/hr-HR.po
gettext catalog
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
7,711
```gettext catalog msgid "" msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Language: ca_ES\n" "X-Source-Language: en_US\n" msgid "&Action" msgstr "&Acci" msgid "&Keyboard requires capture" msgstr "&Teclat requereix captura" msgid "&Right CTRL is lef...
/content/code_sandbox/src/qt/languages/ca-ES.po
gettext catalog
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
7,391
```gettext catalog msgid "" msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Language: sk_SK\n" "X-Source-Language: en_US\n" msgid "&Action" msgstr "&Podujatia" msgid "&Keyboard requires capture" msgstr "&Klvesnica vyaduje zber" msgid "&Right CTRL is ...
/content/code_sandbox/src/qt/languages/sk-SK.po
gettext catalog
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
7,592
```gettext catalog msgid "" msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Language: ko_KR\n" "X-Source-Language: en_US\n" msgid "&Action" msgstr "(&A)" msgid "&Keyboard requires capture" msgstr " (&K)" msgid "&Right CTRL is left ALT" msgstr "CTRL ...
/content/code_sandbox/src/qt/languages/ko-KR.po
gettext catalog
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
5,895
```gettext catalog msgid "" msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Language: cs_CZ\n" "X-Source-Language: en_US\n" msgid "&Action" msgstr "&Akce" msgid "&Keyboard requires capture" msgstr "&Klvesnice vyaduje zbr" msgid "&Right CTRL is left A...
/content/code_sandbox/src/qt/languages/cs-CZ.po
gettext catalog
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
7,425
```gettext catalog msgid "" msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Language: ru_RU\n" "X-Source-Language: en_US\n" msgid "&Action" msgstr "&" msgid "&Keyboard requires capture" msgstr "& " msgid "&Right CTRL is left ALT" msgstr "& CTRL - ...
/content/code_sandbox/src/qt/languages/ru-RU.po
gettext catalog
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
5,993
```gettext catalog msgid "" msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Language: fi_FI\n" "X-Source-Language: en_US\n" msgid "&Action" msgstr "&Toiminto" msgid "&Keyboard requires capture" msgstr "&Vaadi nppimistn kaappaus" msgid "&Right CTRL is...
/content/code_sandbox/src/qt/languages/fi-FI.po
gettext catalog
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
7,971
```c /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86Box di...
/content/code_sandbox/src/mem/catalyst_flash.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
1,545
```gettext catalog msgid "" msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Language: vi_VN\n" "X-Source-Language: en_US\n" msgid "&Action" msgstr "&Thc hin" msgid "&Keyboard requires capture" msgstr "Bn phm &hot ng cn capture chut" msgid "&Right CTR...
/content/code_sandbox/src/qt/languages/vi-VN.po
gettext catalog
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
7,380
```c /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86Box distribution. * * DRAM row handlin...
/content/code_sandbox/src/mem/row.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
3,138
```c /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86Box di...
/content/code_sandbox/src/mem/intel_flash.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
6,059
```c /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86Box di...
/content/code_sandbox/src/mem/sst_flash.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
8,722
```c /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86Box distribution. * * Memory handling ...
/content/code_sandbox/src/mem/mmu_2386.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
9,472
```c /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86Box di...
/content/code_sandbox/src/mem/smram.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
3,398
```c /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86Box di...
/content/code_sandbox/src/mem/i2c_eeprom.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
1,608
```c /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86Box di...
/content/code_sandbox/src/mem/spd.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
6,333
```c /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86Box di...
/content/code_sandbox/src/mem/rom.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
5,548
```c /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86Box d...
/content/code_sandbox/src/network/net_vde.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
2,606
```c /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86Box di...
/content/code_sandbox/src/mem/mem.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
29,317
```c /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86Box di...
/content/code_sandbox/src/network/net_eeprom_nmc93cxx.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
2,432
```c /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86Box di...
/content/code_sandbox/src/network/net_rtl8139.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
28,408
```c #ifdef _WIN32 # define WIN32_LEAN_AND_MEAN # include <windows.h> #else # include <unistd.h> # include <fcntl.h> #endif #include <86box/net_event.h> #include <86box/plat_unused.h> #ifndef _WIN32 static void setup_fd(int fd) { fcntl(fd, F_SETFD, FD_CLOEXEC); fcntl(fd, F_SETFL, O_NONBLOCK); } #e...
/content/code_sandbox/src/network/net_event.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
373
```c /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86Box di...
/content/code_sandbox/src/network/net_3c501.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
11,299
```c /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * Emulation of the AMD PCnet LANCE ...
/content/code_sandbox/src/network/net_pcnet.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
35,644
```c /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86Box di...
/content/code_sandbox/src/network/net_slirp.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
4,845
```c /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86Box distribu...
/content/code_sandbox/src/network/net_null.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
1,500
```c #include <stdint.h> #include <stdlib.h> #include <stdbool.h> #include <string.h> #include <stdio.h> #include <86box/86box.h> #include <86box/timer.h> #include <86box/pci.h> #include <86box/io.h> #include <86box/mem.h> #include <86box/dma.h> #include <86box/device.h> #include <86box/thread.h> #include <86box/netwo...
/content/code_sandbox/src/network/net_l80225.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
251
```c /* * VARCem Virtual ARchaeological Computer EMulator. * An emulator of (mostly) x86-based PC systems and devices, * using the ISA,EISA,VLB,MCA and PCI system buses, roughly * spanning the era between 1981 and 1995. * * Implementation of the network module. * * NOTE ...
/content/code_sandbox/src/network/network.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
5,383
```c /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * Emulation of the DP8390 Network I...
/content/code_sandbox/src/network/net_dp8390.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
10,112
```c /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86Box di...
/content/code_sandbox/src/network/net_wd8003.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
10,038
```c /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86Box di...
/content/code_sandbox/src/network/net_3c503.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
5,483
```c /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86Box di...
/content/code_sandbox/src/network/net_ne2000.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
15,559
```c /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86Box di...
/content/code_sandbox/src/network/net_plip.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
4,428
```c /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86Box di...
/content/code_sandbox/src/network/net_modem.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
12,876
```c /* * VARCem Virtual ARchaeological Computer EMulator. * An emulator of (mostly) x86-based PC systems and devices, * using the ISA,EISA,VLB,MCA and PCI system buses, roughly * spanning the era between 1981 and 1995. * * Handle WinPcap library processing. * * * * Auth...
/content/code_sandbox/src/network/net_pcap.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
5,050
```c /*- * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Christos Zoulas. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source...
/content/code_sandbox/src/network/utils/getline.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
664
```c /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86Box di...
/content/code_sandbox/src/network/net_tulip.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
15,368
```c /* * VARCem Virtual ARchaeological Computer EMulator. * An emulator of (mostly) x86-based PC systems and devices, * using the ISA,EISA,VLB,MCA and PCI system buses, roughly * spanning the era between 1981 and 1995. * * Various ASCII to Unicode maps, for the various code...
/content/code_sandbox/src/printer/prt_cpmap.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
23,500
```c /* * 86Box A hypervisor and IBM PC system emulator that specializes in * running old operating systems and software designed for IBM * PC systems and compatibles from 1981 through fairly recent * system designs based on the PCI bus. * * This file is part of the 86Box di...
/content/code_sandbox/src/printer/prt_ps.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
3,551
```c /* * VARCem Virtual ARchaeological Computer EMulator. * An emulator of (mostly) x86-based PC systems and devices, * using the ISA,EISA,VLB,MCA and PCI system buses, roughly * spanning the era between 1981 and 1995. * * Provide centralized access to the PNG image handler...
/content/code_sandbox/src/printer/png.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
2,085
```c /* * VARCem Virtual ARchaeological Computer EMulator. * An emulator of (mostly) x86-based PC systems and devices, * using the ISA,EISA,VLB,MCA and PCI system buses, roughly * spanning the era between 1981 and 1995. * * Implementation of a generic text printer. * * ...
/content/code_sandbox/src/printer/prt_text.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
3,437
```objective-c uint32_t ropFLD1(codeblock_t *block, ir_data_t *ir, uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc); uint32_t ropFLDZ(codeblock_t *block, ir_data_t *ir, uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc); ```
/content/code_sandbox/src/codegen_new/codegen_ops_fpu_constant.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
87
```c #include <stdint.h> #include <86box/86box.h> #include "cpu.h" #include <86box/mem.h> #include "x86.h" #include "x86_flags.h" #include "x86seg_common.h" #include "x86seg.h" #include "386_common.h" #include "codegen.h" #include "codegen_accumulate.h" #include "codegen_ir.h" #include "codegen_ops.h" #include "codege...
/content/code_sandbox/src/codegen_new/codegen_ops_mmx_arith.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
586
```objective-c uint32_t ropPSxxW_imm(codeblock_t *block, ir_data_t *ir, uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc); uint32_t ropPSxxD_imm(codeblock_t *block, ir_data_t *ir, uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc); uint32_t ropPSxxQ_imm(codeblock_t *block, ir_data_t *ir...
/content/code_sandbox/src/codegen_new/codegen_ops_mmx_shift.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
262
```objective-c enum { ACCREG_cycles = 0, ACCREG_COUNT }; struct ir_data_t; void codegen_accumulate(struct ir_data_t *ir, int acc_reg, int delta); void codegen_accumulate_flush(struct ir_data_t *ir); void codegen_accumulate_reset(void); ```
/content/code_sandbox/src/codegen_new/codegen_accumulate.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
62
```c #include <stdint.h> #include <86box/86box.h> #include "cpu.h" #include <86box/mem.h> #include <86box/plat_unused.h> #include "x86.h" #include "x86seg_common.h" #include "x86seg.h" #include "386_common.h" #include "codegen.h" #include "codegen_ir.h" #include "codegen_ir_defs.h" #include "codegen_reg.h" #include "c...
/content/code_sandbox/src/codegen_new/codegen_ops_helpers.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
744
```c #include <stdint.h> #include <86box/86box.h> #include "cpu.h" #include <86box/mem.h> #include <86box/plat_unused.h> #include "x86.h" #include "x86_flags.h" #include "x86seg_common.h" #include "x86seg.h" #include "386_common.h" #include "x87_sf.h" #include "x87.h" #include "codegen.h" #include "codegen_accumulate....
/content/code_sandbox/src/codegen_new/codegen_ops_fpu_constant.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
360
```c /* * VARCem Virtual ARchaeological Computer EMulator. * An emulator of (mostly) x86-based PC systems and devices, * using the ISA,EISA,VLB,MCA and PCI system buses, roughly * spanning the era between 1981 and 1995. * * Implementation of the Generic ESC/P Dot-Matrix prin...
/content/code_sandbox/src/printer/prt_escp.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
20,470
```c #include <stdint.h> #include <86box/86box.h> #include "cpu.h" #include <86box/mem.h> #include <86box/plat_unused.h> #include "x86.h" #include "x86seg_common.h" #include "x86seg.h" #include "386_common.h" #include "x86_flags.h" #include "codegen.h" #include "codegen_backend.h" #include "codegen_ir.h" #include "cod...
/content/code_sandbox/src/codegen_new/codegen_ops_branch.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
10,131
```c #if defined __aarch64__ || defined _M_ARM64 # include <inttypes.h> # include <stdint.h> # include <86box/86box.h> # include "cpu.h" # include <86box/mem.h> # include <86box/plat_unused.h> # include "codegen.h" # include "codegen_allocator.h" # include "codegen_backend.h" # include "...
/content/code_sandbox/src/codegen_new/codegen_backend_arm64_ops.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
18,076
```objective-c uint32_t ropAND_AL_imm(codeblock_t *block, ir_data_t *ir, uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc); uint32_t ropAND_AX_imm(codeblock_t *block, ir_data_t *ir, uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc); uint32_t ropAND_EAX_imm(codeblock_t *block, ir_data_t...
/content/code_sandbox/src/codegen_new/codegen_ops_logic.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
1,442
```objective-c void host_x86_ADD8_REG_IMM(codeblock_t *block, int dst_reg, uint8_t imm_data); void host_x86_ADD16_REG_IMM(codeblock_t *block, int dst_reg, uint16_t imm_data); void host_x86_ADD32_REG_IMM(codeblock_t *block, int dst_reg, uint32_t imm_data); void host_x86_ADD64_REG_IMM(codeblock_t *block, int dst_reg, uin...
/content/code_sandbox/src/codegen_new/codegen_backend_x86-64_ops.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
3,144
```c #if defined __aarch64__ || defined _M_ARM64 # include <stdint.h> # include <86box/86box.h> # include "cpu.h" # include <86box/mem.h> # include <86box/plat_unused.h> # include "x86.h" # include "x86seg_common.h" # include "x86seg.h" # include "x87_sf.h" # include "x87.h" # include...
/content/code_sandbox/src/codegen_new/codegen_backend_arm64_uops.c
c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
43,576
```objective-c #include "codegen_backend_arm64_defs.h" #define BLOCK_SIZE 0x4000 #define BLOCK_MASK 0x3fff #define BLOCK_START 0 #define HASH_SIZE 0x20000 #define HASH_MASK 0x1ffff #define HASH(l) ((l) &0x1ffff) #define BLOCK_MAX 0x3c0 void host_arm64_BLR(codeblock_t *block, int addr_reg); void host_ar...
/content/code_sandbox/src/codegen_new/codegen_backend_arm64.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
393
```objective-c uint32_t ropPAND(codeblock_t *block, ir_data_t *ir, uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc); uint32_t ropPANDN(codeblock_t *block, ir_data_t *ir, uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc); uint32_t ropPOR(codeblock_t *block, ir_data_t *ir, uint8_t opcod...
/content/code_sandbox/src/codegen_new/codegen_ops_mmx_logic.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
169
```objective-c void host_x86_ADDPS_XREG_XREG(codeblock_t *block, int dst_reg, int src_reg); void host_x86_ADDSD_XREG_XREG(codeblock_t *block, int dst_reg, int src_reg); #define CMPPS_EQ 0 #define CMPPS_NLT 5 #define CMPPS_NLE 6 void host_x86_CMPPS_XREG_XREG(codeblock_t *block, int dst_reg, int src_reg, int type); vo...
/content/code_sandbox/src/codegen_new/codegen_backend_x86_ops_sse.h
objective-c
2016-06-25T22:29:10
2024-08-16T19:09:21
86Box
86Box/86Box
2,616
2,126