Searched hist:dc41aa7d34989b552efe712ffe184236216f960b (Results 1 – 5 of 5) sorted by relevance
/qemu/include/exec/ |
H A D | helper-head.h.inc | dc41aa7d34989b552efe712ffe184236216f960b Fri Oct 20 07:30:24 UTC 2017 Richard Henderson <richard.henderson@linaro.org> tcg: Remove GET_TCGV_* and MAKE_TCGV_*
The GET and MAKE functions weren't really specific enough. We now have a full complement of functions that convert exactly between temporaries, arguments, tcgv pointers, and indices.
The target/sparc change is also a bug fix, which would have affected a host that defines TCG_TARGET_HAS_extr[lh]_i64_i32, i.e. MIPS64.
Reviewed-by: Emilio G. Cota <cota@braap.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/tcg/ |
H A D | tcg-op.c | dc41aa7d34989b552efe712ffe184236216f960b Fri Oct 20 07:30:24 UTC 2017 Richard Henderson <richard.henderson@linaro.org> tcg: Remove GET_TCGV_* and MAKE_TCGV_*
The GET and MAKE functions weren't really specific enough. We now have a full complement of functions that convert exactly between temporaries, arguments, tcgv pointers, and indices.
The target/sparc change is also a bug fix, which would have affected a host that defines TCG_TARGET_HAS_extr[lh]_i64_i32, i.e. MIPS64.
Reviewed-by: Emilio G. Cota <cota@braap.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
H A D | tcg.c | dc41aa7d34989b552efe712ffe184236216f960b Fri Oct 20 07:30:24 UTC 2017 Richard Henderson <richard.henderson@linaro.org> tcg: Remove GET_TCGV_* and MAKE_TCGV_*
The GET and MAKE functions weren't really specific enough. We now have a full complement of functions that convert exactly between temporaries, arguments, tcgv pointers, and indices.
The target/sparc change is also a bug fix, which would have affected a host that defines TCG_TARGET_HAS_extr[lh]_i64_i32, i.e. MIPS64.
Reviewed-by: Emilio G. Cota <cota@braap.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/include/tcg/ |
H A D | tcg.h | dc41aa7d34989b552efe712ffe184236216f960b Fri Oct 20 07:30:24 UTC 2017 Richard Henderson <richard.henderson@linaro.org> tcg: Remove GET_TCGV_* and MAKE_TCGV_*
The GET and MAKE functions weren't really specific enough. We now have a full complement of functions that convert exactly between temporaries, arguments, tcgv pointers, and indices.
The target/sparc change is also a bug fix, which would have affected a host that defines TCG_TARGET_HAS_extr[lh]_i64_i32, i.e. MIPS64.
Reviewed-by: Emilio G. Cota <cota@braap.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/target/sparc/ |
H A D | translate.c | dc41aa7d34989b552efe712ffe184236216f960b Fri Oct 20 07:30:24 UTC 2017 Richard Henderson <richard.henderson@linaro.org> tcg: Remove GET_TCGV_* and MAKE_TCGV_*
The GET and MAKE functions weren't really specific enough. We now have a full complement of functions that convert exactly between temporaries, arguments, tcgv pointers, and indices.
The target/sparc change is also a bug fix, which would have affected a host that defines TCG_TARGET_HAS_extr[lh]_i64_i32, i.e. MIPS64.
Reviewed-by: Emilio G. Cota <cota@braap.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|