Searched hist:dc41aa7d34989b552efe712ffe184236216f960b (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | diff dc41aa7d34989b552efe712ffe184236216f960b Fri Oct 20 02:30:24 CDT 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 | diff dc41aa7d34989b552efe712ffe184236216f960b Fri Oct 20 02:30:24 CDT 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>
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | diff dc41aa7d34989b552efe712ffe184236216f960b Fri Oct 20 02:30:24 CDT 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>
|