Searched hist:a0948bb78c9bd883d965aac3853e5d61f03e224b (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-op-common.h | diff a0948bb78c9bd883d965aac3853e5d61f03e224b Thu Mar 14 12:09:57 CDT 2024 Richard Henderson <richard.henderson@linaro.org> plugins: Use emit_before_op for PLUGIN_GEN_AFTER_INSN
Introduce a new plugin_cb op and migrate one operation. By using emit_before_op, we do not need to emit opcodes early and modify them later -- we can simply emit the final set of opcodes once.
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
H A D | tcg-opc.h | diff a0948bb78c9bd883d965aac3853e5d61f03e224b Thu Mar 14 12:09:57 CDT 2024 Richard Henderson <richard.henderson@linaro.org> plugins: Use emit_before_op for PLUGIN_GEN_AFTER_INSN
Introduce a new plugin_cb op and migrate one operation. By using emit_before_op, we do not need to emit opcodes early and modify them later -- we can simply emit the final set of opcodes once.
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/openbmc/qemu/accel/tcg/ |
H A D | plugin-gen.c | diff a0948bb78c9bd883d965aac3853e5d61f03e224b Thu Mar 14 12:09:57 CDT 2024 Richard Henderson <richard.henderson@linaro.org> plugins: Use emit_before_op for PLUGIN_GEN_AFTER_INSN
Introduce a new plugin_cb op and migrate one operation. By using emit_before_op, we do not need to emit opcodes early and modify them later -- we can simply emit the final set of opcodes once.
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | diff a0948bb78c9bd883d965aac3853e5d61f03e224b Thu Mar 14 12:09:57 CDT 2024 Richard Henderson <richard.henderson@linaro.org> plugins: Use emit_before_op for PLUGIN_GEN_AFTER_INSN
Introduce a new plugin_cb op and migrate one operation. By using emit_before_op, we do not need to emit opcodes early and modify them later -- we can simply emit the final set of opcodes once.
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|