Searched hist:a4fbbd779a29b912299bc2830f0157513080ddb7 (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/tcg/tci/ |
H A D | tcg-target.c.inc | diff a4fbbd779a29b912299bc2830f0157513080ddb7 Mon May 03 18:47:37 CDT 2021 Richard Henderson <richard.henderson@linaro.org> tcg: Change parameters for tcg_target_const_match
Change the return value to bool, because that's what is should have been from the start. Pass the ct mask instead of the whole TCGArgConstraint, as that's the only part that's relevant.
Change the value argument to int64_t. We will need the extra width for 32-bit hosts wanting to match vector constants.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | diff a4fbbd779a29b912299bc2830f0157513080ddb7 Mon May 03 18:47:37 CDT 2021 Richard Henderson <richard.henderson@linaro.org> tcg: Change parameters for tcg_target_const_match
Change the return value to bool, because that's what is should have been from the start. Pass the ct mask instead of the whole TCGArgConstraint, as that's the only part that's relevant.
Change the value argument to int64_t. We will need the extra width for 32-bit hosts wanting to match vector constants.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/openbmc/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | diff a4fbbd779a29b912299bc2830f0157513080ddb7 Mon May 03 18:47:37 CDT 2021 Richard Henderson <richard.henderson@linaro.org> tcg: Change parameters for tcg_target_const_match
Change the return value to bool, because that's what is should have been from the start. Pass the ct mask instead of the whole TCGArgConstraint, as that's the only part that's relevant.
Change the value argument to int64_t. We will need the extra width for 32-bit hosts wanting to match vector constants.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/openbmc/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | diff a4fbbd779a29b912299bc2830f0157513080ddb7 Mon May 03 18:47:37 CDT 2021 Richard Henderson <richard.henderson@linaro.org> tcg: Change parameters for tcg_target_const_match
Change the return value to bool, because that's what is should have been from the start. Pass the ct mask instead of the whole TCGArgConstraint, as that's the only part that's relevant.
Change the value argument to int64_t. We will need the extra width for 32-bit hosts wanting to match vector constants.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/openbmc/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | diff a4fbbd779a29b912299bc2830f0157513080ddb7 Mon May 03 18:47:37 CDT 2021 Richard Henderson <richard.henderson@linaro.org> tcg: Change parameters for tcg_target_const_match
Change the return value to bool, because that's what is should have been from the start. Pass the ct mask instead of the whole TCGArgConstraint, as that's the only part that's relevant.
Change the value argument to int64_t. We will need the extra width for 32-bit hosts wanting to match vector constants.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/openbmc/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | diff a4fbbd779a29b912299bc2830f0157513080ddb7 Mon May 03 18:47:37 CDT 2021 Richard Henderson <richard.henderson@linaro.org> tcg: Change parameters for tcg_target_const_match
Change the return value to bool, because that's what is should have been from the start. Pass the ct mask instead of the whole TCGArgConstraint, as that's the only part that's relevant.
Change the value argument to int64_t. We will need the extra width for 32-bit hosts wanting to match vector constants.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/openbmc/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | diff a4fbbd779a29b912299bc2830f0157513080ddb7 Mon May 03 18:47:37 CDT 2021 Richard Henderson <richard.henderson@linaro.org> tcg: Change parameters for tcg_target_const_match
Change the return value to bool, because that's what is should have been from the start. Pass the ct mask instead of the whole TCGArgConstraint, as that's the only part that's relevant.
Change the value argument to int64_t. We will need the extra width for 32-bit hosts wanting to match vector constants.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/openbmc/qemu/tcg/ |
H A D | tcg.c | diff a4fbbd779a29b912299bc2830f0157513080ddb7 Mon May 03 18:47:37 CDT 2021 Richard Henderson <richard.henderson@linaro.org> tcg: Change parameters for tcg_target_const_match
Change the return value to bool, because that's what is should have been from the start. Pass the ct mask instead of the whole TCGArgConstraint, as that's the only part that's relevant.
Change the value argument to int64_t. We will need the extra width for 32-bit hosts wanting to match vector constants.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|