| Commit message (Collapse) | Author | Age | Lines |
|
|
|
| |
Tag: #1542
|
|
|
|
| |
Unaligend memory access can't work on RISC.
|
|
|
|
| |
Tag: #1542
|
|
|
|
| |
CPU is pretty slow due to lack of SIMD optmization.
|
| |
|
|
|
|
| |
Tag: #1542
|
|
|
|
| |
Tag: #1542
|
|
|
|
| |
Tag: #1542
|
|
|
|
| |
Tag: #1542
|
|
|
|
| |
Tag: #1542
|
|
|
|
| |
Tag: #1542
|
|
|
|
| |
Tag: #1542
|
|
|
|
| |
Tag: #1542
|
|
|
|
| |
Tag: #1542
|
|
|
|
| |
Tag: #1542
|
|
|
|
| |
Tag: #1542
|
|
|
|
| |
Tag: #1542
|
|
|
|
| |
Tag: #1542
|
|
|
|
| |
Tag: #1542
|
|
|
|
| |
Tag: #1542
|
|
|
|
|
|
| |
of mixed jump.
Tag: #1542
|
|
|
|
| |
Tag: #1542
|
|
|
|
| |
Tag: #1542
|
|
|
|
| |
Tag: #1542
|
|
|
|
| |
Tag: #1542
|
|
|
|
| |
Tag: #1542
|
| |
|
| |
|
|
|
|
| |
Tag: #1542
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Issue:
In ma_li(Register, ImmWord):
Load unsigned 48-bit immediate: 0x0000_8000_0000_0000
Wrong instructions stream:
lui reg, 0x8000
dsll reg, reg, 16 # reg = 0xffff_8000_0000_0000
Fixed instructions stream:
lui reg, 0x8000
dinsu reg, zero, 32, 32
dsll reg, reg, 16
Tag: #1542
|
|
|
|
| |
Tag: #1542
|
|
|
|
| |
Tag: #1542
|
|
|
|
|
|
| |
function _NS_InvokeByIndex
Tag: #1542
|
| |
|
|
|
|
| |
MIPSXX is required for 64bit build.
|
|
|
|
|
| |
libmdns/nsDNSServiceDiscovery.h for Mac
This is needed for forward declaration of `BrowseOperator` and `RegisterOperator`.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- data
- device
- file
- viewsource
- wyciwyg
|
| |
|
| |
|
| |
|
| |
|
| |
|