ameerj
|
be403ea956
|
glasm: Implement rest of shared mem
|
2021-07-22 21:51:31 -04:00 |
|
ReinUsesLisp
|
87c847ddc3
|
glasm: Implement derivative instructions on GLASM
|
2021-07-22 21:51:31 -04:00 |
|
ameerj
|
d0c4cca02d
|
glasm: Implement local memory for glasm
|
2021-07-22 21:51:31 -04:00 |
|
ReinUsesLisp
|
f2ae32fa76
|
glasm: Initial implementation of phi nodes on GLASM
|
2021-07-22 21:51:31 -04:00 |
|
ReinUsesLisp
|
03f6d424ce
|
glasm: Rework control flow introducing a syntax list
This commit regresses VertexA shaders, their transformation pass has to
be adapted to the new control flow.
|
2021-07-22 21:51:31 -04:00 |
|
ameerj
|
8a556b49cf
|
glasm: Implement Storage atomics
StorageAtomicExchangeU64 is failing test seemingly due to failure storing 64-bit
result into the register
|
2021-07-22 21:51:31 -04:00 |
|
ReinUsesLisp
|
7273fcab95
|
glasm: Implement shuffle and vote instructions on GLASM
|
2021-07-22 21:51:31 -04:00 |
|
ReinUsesLisp
|
3e0e8c952d
|
glasm: Add MUFU instructions to GLASM
|
2021-07-22 21:51:31 -04:00 |
|
ReinUsesLisp
|
8a77a1426b
|
glasm: Implement IAbs64 and INeg64 on GLASM
|
2021-07-22 21:51:31 -04:00 |
|
ReinUsesLisp
|
c5055cade9
|
glasm: Implement SelectU64 on GLASM
|
2021-07-22 21:51:31 -04:00 |
|
ameerj
|
55801889e1
|
glasm: Implement storage atomic ops
|
2021-07-22 21:51:31 -04:00 |
|
ReinUsesLisp
|
cbac486530
|
glasm: Add conversion instructions to GLASM
|
2021-07-22 21:51:31 -04:00 |
|
ReinUsesLisp
|
db3a10b384
|
glasm: Add fp min/max insts and fix store for fp64 on GLASM
|
2021-07-22 21:51:31 -04:00 |
|
ReinUsesLisp
|
763b4a8b16
|
glasm: Add logical instructions on GLASM
|
2021-07-22 21:51:31 -04:00 |
|
ReinUsesLisp
|
45be6d11cc
|
glasm: Add floating-point comparisons on GLASM
|
2021-07-22 21:51:30 -04:00 |
|
ameerj
|
fd6393cb14
|
emit_glasm: Implement more integer alu ops
|
2021-07-22 21:51:30 -04:00 |
|
ameerj
|
c13b6d8f86
|
glasm: Reimplement bitwise ops and BFI/BFE
|
2021-07-22 21:51:30 -04:00 |
|
ReinUsesLisp
|
fc009ca296
|
glasm: Initial GLASM fp64 support
|
2021-07-22 21:51:30 -04:00 |
|
ReinUsesLisp
|
8de3f88656
|
glasm: Implement GLASM fp16 packing and move bitwise insns
|
2021-07-22 21:51:30 -04:00 |
|
ReinUsesLisp
|
8d20355a93
|
glasm: Implement more GLASM composite instructions
|
2021-07-22 21:51:30 -04:00 |
|
ReinUsesLisp
|
04ed27a997
|
glasm: Make GLASM aware of types
|
2021-07-22 21:51:30 -04:00 |
|
ameerj
|
94ee083286
|
glasm: Use CMP.S for Select32
also fixes ADD and SUB to use U modifier
|
2021-07-22 21:51:30 -04:00 |
|
ameerj
|
779ff6918b
|
glasm: Implement BFI, BFE
Along with implementations of common instructions along the way
|
2021-07-22 21:51:30 -04:00 |
|
ReinUsesLisp
|
6c0a696179
|
glasm: Implement basic GLASM instructions
|
2021-07-22 21:51:30 -04:00 |
|
ReinUsesLisp
|
d9b9c10f32
|
glasm: Add GLASM backend infrastructure
|
2021-07-22 21:51:30 -04:00 |
|