mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 22:31:05 +00:00
whitespace
This commit is contained in:
parent
479d82f380
commit
8559a4fe2d
1 changed files with 7 additions and 7 deletions
|
@ -78,7 +78,7 @@ bitops_formats = {
|
||||||
"widths": "{ss+1}, {ss+1}, {ss+1}",
|
"widths": "{ss+1}, {ss+1}, {ss+1}",
|
||||||
"types": "ev_integer, ev_integer, ev_integer",
|
"types": "ev_integer, ev_integer, ev_integer",
|
||||||
"args": {
|
"args": {
|
||||||
"op_bit":["bitand", "bitor", "bitxor", "bitnot"],
|
"op_bit": ["bitand", "bitor", "bitxor", "bitnot"],
|
||||||
"bit_fmt": [
|
"bit_fmt": [
|
||||||
"%Ga, %Gb, %gc",
|
"%Ga, %Gb, %gc",
|
||||||
"%Ga, %Gb, %gc",
|
"%Ga, %Gb, %gc",
|
||||||
|
@ -95,7 +95,7 @@ boolops_formats = {
|
||||||
"widths": "{ss+1}, {ss+1}, {ss+1}",
|
"widths": "{ss+1}, {ss+1}, {ss+1}",
|
||||||
"types": "ev_integer, ev_integer, ev_integer",
|
"types": "ev_integer, ev_integer, ev_integer",
|
||||||
"args": {
|
"args": {
|
||||||
"op_bool":["and", "or", "xor", "not"],
|
"op_bool": ["and", "or", "xor", "not"],
|
||||||
"bool_fmt": [
|
"bool_fmt": [
|
||||||
"%Ga, %Gb, %gc",
|
"%Ga, %Gb, %gc",
|
||||||
"%Ga, %Gb, %gc",
|
"%Ga, %Gb, %gc",
|
||||||
|
@ -151,8 +151,8 @@ compare_formats = {
|
||||||
"types": "{cmp_types[tt]}, {cmp_types[tt]}, ev_integer",
|
"types": "{cmp_types[tt]}, {cmp_types[tt]}, ev_integer",
|
||||||
"args": {
|
"args": {
|
||||||
"op_cmp": compare_ccc,
|
"op_cmp": compare_ccc,
|
||||||
"cmp_type":type_tt,
|
"cmp_type": type_tt,
|
||||||
"cmp_types":etype_tt,
|
"cmp_types": etype_tt,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
compare2_formats = {
|
compare2_formats = {
|
||||||
|
@ -163,8 +163,8 @@ compare2_formats = {
|
||||||
"types": "{cmp_types[t]}, {cmp_types[t]}, ev_integer",
|
"types": "{cmp_types[t]}, {cmp_types[t]}, ev_integer",
|
||||||
"args": {
|
"args": {
|
||||||
"op_cmp": compare_ccc,
|
"op_cmp": compare_ccc,
|
||||||
"cmp_type":['u', 'U'],
|
"cmp_type": ['u', 'U'],
|
||||||
"cmp_types":unsigned_t,
|
"cmp_types": unsigned_t,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
convert_formats = {
|
convert_formats = {
|
||||||
|
@ -230,7 +230,7 @@ mathops_formats = {
|
||||||
"types": "{math_types[tt]}, {math_types[tt]}, {math_types[tt]}",
|
"types": "{math_types[tt]}, {math_types[tt]}, {math_types[tt]}",
|
||||||
"args": {
|
"args": {
|
||||||
"op_math": ["mul", "div", "rem", "mod", "add", "sub", None, None],
|
"op_math": ["mul", "div", "rem", "mod", "add", "sub", None, None],
|
||||||
"math_type":type_tt,
|
"math_type": type_tt,
|
||||||
"math_types": etype_tt,
|
"math_types": etype_tt,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue