quakeforge/tools/qfcc/source
Bill Currie e66ae0aad6 [qfcc] Correct swizzle expressions
It turned out they were always using floats for the source type (meaning
doubles were broken), and not shifting the component in the final sizzle
code meaning all swizzles were ?xxx (neglecting minus or 0). I'd make
tests, but I plan on modifying the instruction set a little bit.
2023-08-24 21:43:09 +09:00
..
.indent.pro
algebra.c [qfcc] Implement 3d PGA dot products 2023-08-24 15:49:52 +09:00
attribute.c [util] Record allocated blocs for ALLOC 2023-03-05 18:31:30 +09:00
class.c [qfcc] Differentiate symtabs by intended use 2023-02-14 12:45:04 +09:00
codespace.c
constfold.c [qfcc] Avoid constant folding for vector types 2023-08-23 21:48:25 +09:00
cpp.c
dags.c [qfcc] Force live vars used by function statements 2023-06-05 17:20:12 +09:00
debug.c [util] Record allocated blocs for ALLOC 2023-03-05 18:31:30 +09:00
def.c [qfcc] Use the progs VM to help with constant folding 2023-08-21 17:47:55 +09:00
defspace.c [util] Record allocated blocs for ALLOC 2023-03-05 18:31:30 +09:00
diagnostic.c [qfcc] Include C function in diagnostic messages 2023-08-21 17:47:55 +09:00
disassemble.c [gamecode] Rename parm to param 2022-01-27 10:55:06 +09:00
dot.c
dot_dag.c
dot_expr.c [qfcc] Support multivec expressions for dot 2023-08-23 15:38:32 +09:00
dot_flow.c [qfcc] Create du-chains from ud-chains 2023-06-04 11:24:52 +09:00
dot_sblock.c
dot_type.c
dump_globals.c [qfcc] Start work on implementing geometric algebra 2023-08-21 17:58:20 +09:00
dump_lines.c [gamecode] Use a struct for offset/count pairs 2022-01-26 19:30:25 +09:00
dump_modules.c [gamecode] Use a struct for offset/count pairs 2022-01-26 19:30:25 +09:00
dump_strings.c [qfprogs] Dump hex for non-ascii chars 2022-12-10 21:53:00 +09:00
emit.c [qfcc] Implement support for the swizzle operator 2022-05-01 14:35:24 +09:00
evaluate.c [qfcc] Use the progs VM to help with constant folding 2023-08-21 17:47:55 +09:00
expr.c [qfcc] Correct swizzle expressions 2023-08-24 21:43:09 +09:00
expr_algebra.c [qfcc] Implement 3d PGA dot products 2023-08-24 15:49:52 +09:00
expr_assign.c [qfcc] Use scatter-gather for multivec expressions 2023-08-23 15:38:32 +09:00
expr_binary.c [qfcc] Start work on implementing geometric algebra 2023-08-21 17:58:20 +09:00
expr_bool.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
expr_cast.c [qfcc] Start work on implementing geometric algebra 2023-08-21 17:58:20 +09:00
expr_compound.c [qfcc] Implement designated initializers 2023-05-27 12:47:33 +09:00
expr_obj.c [qfcc] Make is_function_call a little more useful 2022-02-05 19:30:08 +09:00
expr_vector.c [qfcc] Start work on implementing geometric algebra 2023-08-21 17:58:20 +09:00
flow.c [qfcc] Use ud- and du-chains for block live analysis 2023-06-05 11:03:44 +09:00
function.c [qfcc] Fix declarators for pointers/functions/arrays 2023-03-09 02:22:23 +09:00
grab.c [util] Record allocated blocs for ALLOC 2023-03-05 18:31:30 +09:00
idstuff.c [gamecode] Use a struct for offset/count pairs 2022-01-26 19:30:25 +09:00
linker.c [util] Record allocated blocs for ALLOC 2023-03-05 18:31:30 +09:00
Makemodule.am [qfcc] Start work on implementing geometric algebra 2023-08-21 17:58:20 +09:00
method.c [qfcc] Don't free duplicate method when merging 2022-09-19 16:39:25 +01:00
obj_file.c [qfcc] Start work on implementing geometric algebra 2023-08-21 17:58:20 +09:00
obj_type.c [qfcc] Start work on implementing geometric algebra 2023-08-21 17:58:20 +09:00
opcodes.c [qfcc] Improve debug printing of statements and operands 2022-05-01 14:35:24 +09:00
options.c [qfcc] Support some unicode ops and GA ops 2023-08-21 17:47:55 +09:00
pragma.c [util] Record allocated blocs for ALLOC 2023-03-05 18:31:30 +09:00
qc-lex.l [qfcc] Start work on implementing geometric algebra 2023-08-21 17:58:20 +09:00
qc-parse.y [qfcc] Start work on implementing geometric algebra 2023-08-21 17:58:20 +09:00
qfcc.c [qfcc] Actually skip compile for -E etc 2023-03-06 13:06:05 +09:00
qfpreqcc
qfprogs.c [util] Support utf-8 strings in Sys_Printf 2023-08-23 21:40:50 +09:00
qp-lex.l
qp-parse.y [qfcc] Use a hidden local variable for pascal functions 2022-02-01 16:08:58 +09:00
reloc.c [util] Record allocated blocs for ALLOC 2023-03-05 18:31:30 +09:00
shared.c
statements.c [qfcc] Correct swizzle expressions 2023-08-24 21:43:09 +09:00
strpool.c [qfcc] Ensure non-unicode char string is terminated 2022-12-10 21:53:45 +09:00
struct.c [qfcc] Implement designated initializers 2023-05-27 12:47:33 +09:00
stub.c [qfcc] Use scatter-gather for multivec expressions 2023-08-23 15:38:32 +09:00
switch.c
symtab.c [qfcc] Allow symbol tables to have procedural symbols 2023-08-21 17:47:55 +09:00
type.c [type] Use vec4 and vec3 in Ruamoko progs 2023-08-23 15:38:32 +09:00
value.c [qfcc] Use the progs VM to help with constant folding 2023-08-21 17:47:55 +09:00