Home
last modified time | relevance | path

Searched hist:"358 b492392ad91d45a9714f7cd28fc1d83ffd8be" (Results 1 – 4 of 4) sorted by relevance

/qemu/tcg/i386/
H A Dtcg-target-con-str.h358b492392ad91d45a9714f7cd28fc1d83ffd8be Fri Oct 16 22:27:46 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg/i386: Split out target constraints to tcg-target-con-str.h

This eliminates the target-specific function target_parse_constraint
and folds it into the single caller, process_op_defs. Since this is
done directly into the switch statement, duplicates are compilation
errors rather than silently ignored at runtime.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
H A Dtcg-target.c.inc358b492392ad91d45a9714f7cd28fc1d83ffd8be Fri Oct 16 22:27:46 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg/i386: Split out target constraints to tcg-target-con-str.h

This eliminates the target-specific function target_parse_constraint
and folds it into the single caller, process_op_defs. Since this is
done directly into the switch statement, duplicates are compilation
errors rather than silently ignored at runtime.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
H A Dtcg-target.h358b492392ad91d45a9714f7cd28fc1d83ffd8be Fri Oct 16 22:27:46 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg/i386: Split out target constraints to tcg-target-con-str.h

This eliminates the target-specific function target_parse_constraint
and folds it into the single caller, process_op_defs. Since this is
done directly into the switch statement, duplicates are compilation
errors rather than silently ignored at runtime.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
/qemu/tcg/
H A Dtcg.c358b492392ad91d45a9714f7cd28fc1d83ffd8be Fri Oct 16 22:27:46 UTC 2020 Richard Henderson <richard.henderson@linaro.org> tcg/i386: Split out target constraints to tcg-target-con-str.h

This eliminates the target-specific function target_parse_constraint
and folds it into the single caller, process_op_defs. Since this is
done directly into the switch statement, duplicates are compilation
errors rather than silently ignored at runtime.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>