quakeforge/libs/gamecode/test
Bill Currie 1e54799f69 [gamecode] Take care of failing uint conversion tests
By not doing the unrepresentable conversions, since they seem to be
undefined behavior and even gcc 12 is inconsistent with them
2022-08-18 18:18:19 +09:00
..
head.c
main.c Fix a pile of warnings for gcc 12 2022-07-31 17:13:26 +09:00
Makemodule.am [gamecode] Add an extend instruction 2022-08-18 18:18:19 +09:00
test-bitops.c
test-branch.c
test-callret.c
test-conv0.c
test-conv1.c
test-conv2.c
test-conv3.c
test-conv4.c [gamecode] Take care of failing uint conversion tests 2022-08-18 18:18:19 +09:00
test-conv5.c
test-conv6.c [gamecode] Take care of failing uint conversion tests 2022-08-18 18:18:19 +09:00
test-conv7.c
test-double.c
test-extend.c [gamecode] Add an extend instruction 2022-08-18 18:18:19 +09:00
test-float.c
test-hops.c
test-int.c
test-jump.c
test-lea.c
test-load.c
test-load64.c [gamecode] Add 64-bit load/store instructions 2022-02-02 14:47:36 +09:00
test-long.c
test-mem.c
test-scale.c
test-stack.c
test-state.c
test-store.c
test-store64.c [gamecode] Add 64-bit load/store instructions 2022-02-02 14:47:36 +09:00
test-string.c
test-swizzle.c
test-unsigned.c [gamecode] Add unsigned divide and remainder instructions 2022-02-06 12:20:17 +09:00
test-vector.c
test-with.c