Searched hist:bc2b17e6ea582ef3ade2bdca750de269c674c915 (Results 1 – 2 of 2) sorted by relevance
/qemu/include/tcg/ |
H A D | tcg.h | bc2b17e6ea582ef3ade2bdca750de269c674c915 Fri Apr 05 02:34:19 UTC 2019 Richard Henderson <richard.henderson@linaro.org> tcg: Move some TCG_CT_* bits to TCGArgConstraint bitfields
These are easier to set and test when they have their own fields. Reduce the size of alias_index and sort_index to 4 bits, which is sufficient for TCG_MAX_OP_ARGS. This leaves only the bits indicating constants within the ct field.
Move all initialization to allocation time, rather than init individual fields in process_op_defs.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/tcg/ |
H A D | tcg.c | bc2b17e6ea582ef3ade2bdca750de269c674c915 Fri Apr 05 02:34:19 UTC 2019 Richard Henderson <richard.henderson@linaro.org> tcg: Move some TCG_CT_* bits to TCGArgConstraint bitfields
These are easier to set and test when they have their own fields. Reduce the size of alias_index and sort_index to 4 bits, which is sufficient for TCG_MAX_OP_ARGS. This leaves only the bits indicating constants within the ct field.
Move all initialization to allocation time, rather than init individual fields in process_op_defs.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|