2023-03-31 17:37:04 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
/*
|
|
|
|
* Helper file for declaring TCG helper functions.
|
|
|
|
* This one expands generation functions for tcg opcodes.
|
|
|
|
*/
|
2014-04-08 05:31:41 +00:00
|
|
|
|
|
|
|
#ifndef HELPER_GEN_H
|
2016-06-29 13:29:06 +00:00
|
|
|
#define HELPER_GEN_H
|
2014-04-08 05:31:41 +00:00
|
|
|
|
2023-04-01 02:07:00 +00:00
|
|
|
#include "exec/helper-gen-common.h"
|
2014-04-08 05:31:41 +00:00
|
|
|
|
2023-04-01 02:07:00 +00:00
|
|
|
#define HELPER_H "helper.h"
|
|
|
|
#include "exec/helper-gen.h.inc"
|
|
|
|
#undef HELPER_H
|
2014-04-08 05:31:41 +00:00
|
|
|
|
|
|
|
#endif /* HELPER_GEN_H */
|