Dr. Chat
|
a46b63558e
|
Clean up mul sub/mul add code and fix a minor bug in mulsub f64
|
2015-05-15 10:09:19 -05:00 |
Ben Vanik
|
8aa1854db4
|
Fixing X_ERROR_NO_MORE_FILES - I'm sure others are wrong :/
|
2015-05-14 20:45:14 -07:00 |
Ben Vanik
|
76e8929d6e
|
Merge pull request #205 from DrChat/dll_size_fix
Correct DLL allocation size based on section headers
|
2015-05-14 20:11:58 -07:00 |
Dr. Chat
|
e6b4c6056f
|
Calculate xex size based on the total size of all of the sections
|
2015-05-14 21:54:18 -05:00 |
Ben Vanik
|
380fabebe7
|
async errors.
|
2015-05-14 17:13:54 -07:00 |
Ben Vanik
|
9ea88ff901
|
Hack for testing completion routines - this is not correct.
Assert left in on purpose.
|
2015-05-14 16:35:46 -07:00 |
Ben Vanik
|
46eedeab01
|
Fixing up some overlapped completion routine stuff.
|
2015-05-14 16:35:29 -07:00 |
Ben Vanik
|
a1fb99f1d3
|
Adding new test binaries.
|
2015-05-14 16:21:27 -07:00 |
Ben Vanik
|
abf7b794e6
|
Adding --headless and basic message box UI.
|
2015-05-14 16:21:08 -07:00 |
Ben Vanik
|
6816597a1b
|
Merge pull request #204 from DrChat/tests
Tests: fmadd/fadd/fmul
|
2015-05-14 16:08:25 -07:00 |
Dr. Chat
|
88e3ef9884
|
fmadd test
|
2015-05-14 18:07:30 -05:00 |
Dr. Chat
|
5c10d1cdaa
|
Tests: fadd/fmul
|
2015-05-14 18:07:24 -05:00 |
gibbed
|
6fe545b3e9
|
Return X_ERROR_PATH_NOT_FOUND instead of X_ERROR_FILE_NOT_FOUND in XamContentCreateCore.
|
2015-05-14 17:02:28 -05:00 |
gibbed
|
61f4095851
|
Set thread affinity of the specific thread, not the current thread.
|
2015-05-14 17:02:28 -05:00 |
gibbed
|
283f5269d5
|
Create native threads with default stack size.
|
2015-05-14 17:02:27 -05:00 |
Ben Vanik
|
df600a105a
|
Fixing constant compare.
|
2015-05-14 14:42:54 -07:00 |
gibbed
|
ac4337cabf
|
CR1 tests for fabs (disabled).
|
2015-05-14 16:02:44 -05:00 |
gibbed
|
cfaa72cae6
|
Tests for extsb, extsh, extsw.
|
2015-05-14 15:56:25 -05:00 |
gibbed
|
a5483ced29
|
Tests for cmpl, cmpli.
|
2015-05-14 15:36:39 -05:00 |
gibbed
|
95b6f0ac46
|
Tests for cmpi.
|
2015-05-14 15:30:35 -05:00 |
gibbed
|
4122bce07c
|
Tests for cmp.
|
2015-05-14 15:24:03 -05:00 |
gibbed
|
6edc3b1c55
|
Tests for andis.
|
2015-05-14 14:57:43 -05:00 |
gibbed
|
fa5e34ce19
|
Tests for andi.
|
2015-05-14 14:55:02 -05:00 |
gibbed
|
ac1a805b8e
|
Implemented RtlNtStatusToDosError lookup tables.
|
2015-05-14 13:41:45 -05:00 |
gibbed
|
169c0fd26b
|
Oops. Sorting.
|
2015-05-14 12:01:24 -05:00 |
gibbed
|
20144709e3
|
Added xboxkrnl_error.cc/.h and moved RtlNtStatusToDosError to it.
|
2015-05-14 11:59:50 -05:00 |
gibbed
|
a3621fd11b
|
Experimental stack allocation.
|
2015-05-14 10:12:33 -05:00 |
gibbed
|
5660d348ea
|
Tests for andc.
|
2015-05-14 02:06:58 -05:00 |
gibbed
|
5ec6b7973b
|
Tests for and.
|
2015-05-14 02:06:41 -05:00 |
gibbed
|
30f4556baf
|
CR0 tests for addze.
|
2015-05-14 01:43:18 -05:00 |
gibbed
|
e4f8818d07
|
CR0 tests for addme.
|
2015-05-14 01:27:33 -05:00 |
gibbed
|
ad9b2c792e
|
Tests for addis.
|
2015-05-14 01:27:32 -05:00 |
gibbed
|
eb5fcd5228
|
CR0 tests for adde.
|
2015-05-14 01:27:32 -05:00 |
gibbed
|
59fb08adaa
|
CR0 tests for addc, addic.
|
2015-05-14 01:27:31 -05:00 |
Ben Vanik
|
1b4e7898a4
|
Merge pull request #203 from DrChat/stack_fix
Inherit exe stack size if user doesn't specify one
|
2015-05-13 23:01:02 -07:00 |
Dr. Chat
|
398a412707
|
Inherit exe stack size if user doesn't specify one
|
2015-05-14 00:59:29 -05:00 |
gibbed
|
081fc63fbd
|
Enabled the constant tests for addc and addic.
|
2015-05-14 00:34:24 -05:00 |
gibbed
|
1bdb36eaa8
|
Added UploadTexture2D and UploadTextureCube to the profiler.
|
2015-05-13 22:02:16 -05:00 |
Ben Vanik
|
00b79d66ff
|
Fixing sub carry flag.
|
2015-05-13 18:04:33 -07:00 |
gibbed
|
b819c992ed
|
CR0 tests for add.
|
2015-05-13 17:07:29 -05:00 |
gibbed
|
bb947c6819
|
Value::MulHi and constant propagation for OPCODE_MUL_HI. Could maybe be reworked?
|
2015-05-13 16:13:06 -05:00 |
gibbed
|
9714018fbb
|
Constant tests for srw, stvew, stvl, stvr, subf, subfc, subfe, subfic, subfme, subfze.
|
2015-05-13 06:38:31 -05:00 |
gibbed
|
0cf3e8c3f5
|
Simplify some register setup in the cntlzd and cntlzw tests.
|
2015-05-13 06:36:00 -05:00 |
gibbed
|
96e549d301
|
Constant tests for rldicr, rlwimi, rlwinm, rlwnm, sld, slw, srad, sradi, sraw, srawi, srd.
|
2015-05-13 03:14:06 -05:00 |
gibbed
|
5ebd4984ba
|
Constant tests for mulhdu, mulhw, mulhwu, mulld, mulli, mullw, neg, nor, ori, rldicl.
|
2015-05-13 02:39:09 -05:00 |
Ben Vanik
|
6aec2c0d02
|
Whoops. I'm tired.
|
2015-05-13 00:38:55 -07:00 |
Ben Vanik
|
3b2035a054
|
Adding case for ObReferenceObjectByHandle, but impl still todo.
|
2015-05-13 00:37:35 -07:00 |
Ben Vanik
|
0d3e79ad2c
|
Supporting const src1 mul_hi.
|
2015-05-13 00:19:07 -07:00 |
Ben Vanik
|
6fd7e35deb
|
Fixing subfme.
|
2015-05-13 00:15:42 -07:00 |
gibbed
|
3ba6598caf
|
Constant tests for eqv, lvexx, lvl, lvr, lssl, lvsr, mulhd.
|
2015-05-13 01:53:07 -05:00 |