Searched hist:f85b1fc4a0a572b0b92f5199deac1fb57e6f2aa3 (Results 1 – 4 of 4) sorted by relevance
/qemu/include/tcg/ |
H A D | tcg-op.h | f85b1fc4a0a572b0b92f5199deac1fb57e6f2aa3 Fri Mar 03 21:47:27 UTC 2023 Richard Henderson <richard.henderson@linaro.org> tcg: Link branches to the labels
This allows us to easily find all branches that use a label. Since 'refs' is only tested vs zero, remove it and test for an empty list instead. Drop the use of bitfields, which had been used to pack refs into a single 32-bit word.
Reviewed-by: Taylor Simpson <tsimpson@quicinc.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
H A D | tcg.h | f85b1fc4a0a572b0b92f5199deac1fb57e6f2aa3 Fri Mar 03 21:47:27 UTC 2023 Richard Henderson <richard.henderson@linaro.org> tcg: Link branches to the labels
This allows us to easily find all branches that use a label. Since 'refs' is only tested vs zero, remove it and test for an empty list instead. Drop the use of bitfields, which had been used to pack refs into a single 32-bit word.
Reviewed-by: Taylor Simpson <tsimpson@quicinc.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/tcg/ |
H A D | tcg-op.c | f85b1fc4a0a572b0b92f5199deac1fb57e6f2aa3 Fri Mar 03 21:47:27 UTC 2023 Richard Henderson <richard.henderson@linaro.org> tcg: Link branches to the labels
This allows us to easily find all branches that use a label. Since 'refs' is only tested vs zero, remove it and test for an empty list instead. Drop the use of bitfields, which had been used to pack refs into a single 32-bit word.
Reviewed-by: Taylor Simpson <tsimpson@quicinc.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
H A D | tcg.c | f85b1fc4a0a572b0b92f5199deac1fb57e6f2aa3 Fri Mar 03 21:47:27 UTC 2023 Richard Henderson <richard.henderson@linaro.org> tcg: Link branches to the labels
This allows us to easily find all branches that use a label. Since 'refs' is only tested vs zero, remove it and test for an empty list instead. Drop the use of bitfields, which had been used to pack refs into a single 32-bit word.
Reviewed-by: Taylor Simpson <tsimpson@quicinc.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|